mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-10-30 18:27:53 +00:00
Updated cli args to have test specific examples
This commit is contained in:
@@ -174,6 +174,8 @@ python3 ./test_ipv4_l4_ftp_wifi.py --upstream_port eth1 \\
|
||||
--dest 10.40.0.1 \\
|
||||
--test_duration 2m \\
|
||||
--interval 1s \\
|
||||
--url "ul ftp://10.40.0.1 /dev/null" \\
|
||||
--requests_per_ten 600 \\
|
||||
--debug
|
||||
''')
|
||||
|
||||
|
||||
@@ -153,6 +153,10 @@ python3 ./test_ipv4_l4_ftp_urls_per_ten.py --upstream_port eth1 \\
|
||||
--dest 10.40.0.1 \\
|
||||
--test_duration 2m \\
|
||||
--interval 1s \\
|
||||
--requests_per_ten 600 \\
|
||||
--num_tests 1 \\
|
||||
--url "dl http://10.40.0.1 /dev/null" \\
|
||||
--target_per_ten 600 \\
|
||||
--debug
|
||||
''')
|
||||
|
||||
|
||||
@@ -177,6 +177,11 @@ python3 ./test_ipv4_l4_ftp_wifi.py --upstream_port eth1 \\
|
||||
--dest 10.40.0.1 \\
|
||||
--test_duration 2m \\
|
||||
--interval 1s \\
|
||||
--requests_per_ten 600 \\
|
||||
--dest /var/www/html/data_slug_4K.bin \\
|
||||
--source /tmp/data_slug_4K.bin \\
|
||||
--ftp_user lanforge \\
|
||||
--ftp_passwd lanforge \\
|
||||
--debug
|
||||
''')
|
||||
|
||||
|
||||
@@ -149,6 +149,10 @@ python3 ./test_ipv4_l4_urls_per_ten.py --upstream_port eth1 \\
|
||||
--dest 10.40.0.1 \\
|
||||
--test_duration 2m \\
|
||||
--interval 1s \\
|
||||
--requests_per_ten 600 \\
|
||||
--num_tests 1 \\
|
||||
--url "dl http://10.40.0.1 /dev/null" \\
|
||||
--target_per_ten 600 \\
|
||||
--debug
|
||||
''')
|
||||
|
||||
|
||||
@@ -176,6 +176,9 @@ python3 ./test_ipv4_l4_wifi.py --upstream_port eth1 \\
|
||||
--dest 10.40.0.1 \\
|
||||
--test_duration 2m \\
|
||||
--interval 1s \\
|
||||
--requests_per_ten 600 \\
|
||||
--direction {ul | dl} \\
|
||||
--dest /dev/null \\
|
||||
--debug
|
||||
''')
|
||||
|
||||
|
||||
@@ -133,6 +133,7 @@ python3 ./test_ipv6_connection.py --upstream_port eth1 \\
|
||||
--dest 10.40.0.1 \\
|
||||
--test_duration 2m \\
|
||||
--interval 1s \\
|
||||
-- timeout 120 \\
|
||||
--debug
|
||||
''')
|
||||
|
||||
|
||||
@@ -182,6 +182,8 @@ python3 ./test_ipv6_connection.py --upstream_port eth1 \\
|
||||
--dest 10.40.0.1 \\
|
||||
--test_duration 2m \\
|
||||
--interval 1s \\
|
||||
--a_min 256000 \\
|
||||
--b_min 256000 \\
|
||||
--debug
|
||||
''')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user