A SERVICE OF

logo

2276 CHAPTER 149: NQA CLIENT CONFIGURATION COMMANDS
Description Use the nqa schedule command to configure the test start time and test period
for a test group.
Use the
undo nqa schedule command to stop the test for the test group.
Note that a test group is not allowed to enter test group view or test type view
after it is scheduled.
Example # Start a test for the test group with the administrator name admin and operation
tag test.
<Sysname> system-view
[Sysname] nqa schedule admin test start-time now lifetime forever
operation (FTP test type view)
Syntax operation { get | put }
undo operation
View FTP test type view
Parameter get: Obtains a file from the FTP server.
put: Transfers a file to the FTP server.
Description Use the
operation command to configure the FTP operation type.
Use the
undo operation command to restore the default.
By default, the FTP operation type is get.
Example # Configure the FTP operation type as put.
<Sysname> system-view
[Sysname] nqa entry admin test
[Sysname-nqa-admin-test] type ftp
[Sysname-nqa-admin-test-ftp] operation put
operation (HTTP test type view)
Syntax operation { get | post }
undo operation
View HTTP test type view
Parameter get: Obtains data from the HTTP server.
post: Transfers data to the HTTP server.