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.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:
|
||||||
|
|||||||
@@ -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 \\
|
||||||
|
|||||||
Reference in New Issue
Block a user