Updated cli args to have test specific examples

This commit is contained in:
Logan Lipke
2020-10-22 15:45:13 -07:00
parent 362dd5b165
commit 8d943c1f96
7 changed files with 21 additions and 0 deletions

View File

@@ -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
''')