test_l4.py : specified ap ip address in argument

Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com>
This commit is contained in:
Chuck SmileyRekiere
2022-05-06 10:00:23 -06:00
committed by shivam
parent ddaaba8378
commit 0b45615f51

View File

@@ -490,7 +490,7 @@ Generic command example:
default=600)
parser.add_argument('--num_tests', help='--num_tests number of tests to run. Each test runs 10 minutes',
default=1)
parser.add_argument('--url', help='--url specifies upload/download, address, and dest',
parser.add_argument('--url', help='--url specifies upload/download, <ap_ip_address> (Access Point IP), and dest',
default="dl http://10.40.0.1 /dev/null")
parser.add_argument('--test_duration', help='duration of test', default="2m")
parser.add_argument('--target_per_ten',