mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-10-31 18:58:01 +00:00
help
This commit is contained in:
@@ -70,8 +70,7 @@ def main():
|
||||
# formatter_class=argparse.RawDescriptionHelpFormatter,
|
||||
formatter_class=argparse.RawTextHelpFormatter,
|
||||
epilog='''\
|
||||
Create layer-4 endpoints and test that the bytes-rd from the chosen URL are increasing over the
|
||||
duration of the test
|
||||
Example code that creates a specified amount of stations on a specified SSID using WPA security.
|
||||
''',
|
||||
|
||||
description='''\
|
||||
@@ -84,8 +83,8 @@ def main():
|
||||
--port 8080 (optional) \\
|
||||
--num_stations 3 \\
|
||||
--security {open|wep|wpa|wpa2|wpa3} \\
|
||||
--ssid netgear \\
|
||||
--password admin123 \\
|
||||
--ssid netgear-wpa \\
|
||||
--passwd admin123-wpa \\
|
||||
--debug
|
||||
|
||||
Note: multiple --radio switches may be entered up to the number of radios available:
|
||||
|
||||
@@ -129,7 +129,7 @@ python3 ./test_generic.py --upstream_port eth1 \\
|
||||
--num_stations 3 \\
|
||||
--security {open|wep|wpa|wpa2|wpa3} \\
|
||||
--ssid netgear \\
|
||||
--password admin123 \\
|
||||
--passwd admin123 \\
|
||||
--type lfping # {generic|lfping|iperf3|lf_curl} \\
|
||||
--dest 10.40.0.1 \\
|
||||
--test_duration 2m \\
|
||||
|
||||
Reference in New Issue
Block a user