This commit is contained in:
Dipti
2020-10-21 01:29:02 -07:00
parent f08cd098b7
commit df641fc371
2 changed files with 4 additions and 5 deletions

View File

@@ -70,8 +70,7 @@ def main():
# formatter_class=argparse.RawDescriptionHelpFormatter, # formatter_class=argparse.RawDescriptionHelpFormatter,
formatter_class=argparse.RawTextHelpFormatter, formatter_class=argparse.RawTextHelpFormatter,
epilog='''\ epilog='''\
Create layer-4 endpoints and test that the bytes-rd from the chosen URL are increasing over the Example code that creates a specified amount of stations on a specified SSID using WPA security.
duration of the test
''', ''',
description='''\ description='''\
@@ -84,8 +83,8 @@ def main():
--port 8080 (optional) \\ --port 8080 (optional) \\
--num_stations 3 \\ --num_stations 3 \\
--security {open|wep|wpa|wpa2|wpa3} \\ --security {open|wep|wpa|wpa2|wpa3} \\
--ssid netgear \\ --ssid netgear-wpa \\
--password admin123 \\ --passwd admin123-wpa \\
--debug --debug
Note: multiple --radio switches may be entered up to the number of radios available: Note: multiple --radio switches may be entered up to the number of radios available:

View File

@@ -129,7 +129,7 @@ python3 ./test_generic.py --upstream_port eth1 \\
--num_stations 3 \\ --num_stations 3 \\
--security {open|wep|wpa|wpa2|wpa3} \\ --security {open|wep|wpa|wpa2|wpa3} \\
--ssid netgear \\ --ssid netgear \\
--password admin123 \\ --passwd admin123 \\
--type lfping # {generic|lfping|iperf3|lf_curl} \\ --type lfping # {generic|lfping|iperf3|lf_curl} \\
--dest 10.40.0.1 \\ --dest 10.40.0.1 \\
--test_duration 2m \\ --test_duration 2m \\