Updated descriptions in cli --help output

This commit is contained in:
Logan Lipke
2020-10-20 17:03:28 -07:00
parent 1f7f6c33f1
commit 802e61856a
11 changed files with 29 additions and 54 deletions

View File

@@ -119,15 +119,12 @@ def main():
# formatter_class=argparse.RawDescriptionHelpFormatter, # formatter_class=argparse.RawDescriptionHelpFormatter,
formatter_class=argparse.RawTextHelpFormatter, formatter_class=argparse.RawTextHelpFormatter,
epilog='''\ epilog='''\
Useful Information: Create generic endpoints and test for their ability to execute chosen commands
1. TBD
''', ''',
description='''\ description='''\
test_generic.py: test_generic.py
-------------------- --------------------
TBD
Generic command layout: Generic command layout:
python ./test_generic.py --upstream_port <port> --radio <radio 0> <stations> <ssid> <ssid password> <security type: wpa2, open, wpa3> --debug python ./test_generic.py --upstream_port <port> --radio <radio 0> <stations> <ssid> <ssid password> <security type: wpa2, open, wpa3> --debug

View File

@@ -115,15 +115,13 @@ def main():
#formatter_class=argparse.RawDescriptionHelpFormatter, #formatter_class=argparse.RawDescriptionHelpFormatter,
formatter_class=argparse.RawTextHelpFormatter, formatter_class=argparse.RawTextHelpFormatter,
epilog='''\ epilog='''\
Useful Information: Create stations that attempt to authenticate, associate, and receive IP addresses on the
1. TBD chosen SSID
''', ''',
description='''\ description='''\
test_ipv4_variable_tim.py: test_ipv4_connection.py
-------------------- ------------------------
TBD
Generic command layout: Generic command layout:
python ./test_ipv4_variable_time.py --upstream_port <port> --radio <radio 0> <stations> <ssid> <ssid password> <security type: wpa2, open, wpa3> --debug python ./test_ipv4_variable_time.py --upstream_port <port> --radio <radio 0> <stations> <ssid> <ssid password> <security type: wpa2, open, wpa3> --debug

View File

@@ -156,15 +156,13 @@ def main():
# formatter_class=argparse.RawDescriptionHelpFormatter, # formatter_class=argparse.RawDescriptionHelpFormatter,
formatter_class=argparse.RawTextHelpFormatter, formatter_class=argparse.RawTextHelpFormatter,
epilog='''\ epilog='''\
Useful Information: Create layer-4 endpoints and test that the bytes-rd from the chosen URL are increasing over the
1. TBD duration of the test
''', ''',
description='''\ description='''\
test_generic.py: test_ipv4_l4.py
-------------------- --------------------
TBD
Generic command layout: Generic command layout:
python ./test_ipv4_l4.py --upstream_port <port> --radio <radio 0> <stations> <ssid> <ssid password> <security type: wpa2, open, wpa3> --debug python ./test_ipv4_l4.py --upstream_port <port> --radio <radio 0> <stations> <ssid> <ssid password> <security type: wpa2, open, wpa3> --debug

View File

@@ -157,15 +157,13 @@ def main():
# formatter_class=argparse.RawDescriptionHelpFormatter, # formatter_class=argparse.RawDescriptionHelpFormatter,
formatter_class=argparse.RawTextHelpFormatter, formatter_class=argparse.RawTextHelpFormatter,
epilog='''\ epilog='''\
Useful Information: Create layer-4 endpoints to an ftp server and test that the bytes-wr are increasing over the duration
1. TBD of the test
''', ''',
description='''\ description='''\
test_ipv4_l4_ftp_upload.py: test_ipv4_l4_ftp_upload.py
-------------------- --------------------------
TBD
Generic command layout: Generic command layout:
python ./test_ipv4_l4_ftp_upload.py --upstream_port <port> --radio <radio 0> <stations> <ssid> <ssid password> <security type: wpa2, open, wpa3> --debug python ./test_ipv4_l4_ftp_upload.py --upstream_port <port> --radio <radio 0> <stations> <ssid> <ssid password> <security type: wpa2, open, wpa3> --debug

View File

@@ -137,15 +137,12 @@ def main():
# formatter_class=argparse.RawDescriptionHelpFormatter, # formatter_class=argparse.RawDescriptionHelpFormatter,
formatter_class=argparse.RawTextHelpFormatter, formatter_class=argparse.RawTextHelpFormatter,
epilog='''\ epilog='''\
Useful Information: Create layer-4 endpoints to connect to an ftp server and test that urls/s are meeting or exceeding the target rate
1. TBD
''', ''',
description='''\ description='''\
test_ipv4_l4_urls_per_ten.py: test_ipv4_l4_ftp_urls_per_ten.py
-------------------- --------------------------
TBD
Generic command layout: Generic command layout:
python ./test_ipv4_l4_urls_per_ten.py --upstream_port <port> --radio <radio 0> <stations> <ssid> <ssid password> <security type: wpa2, open, wpa3> --debug python ./test_ipv4_l4_urls_per_ten.py --upstream_port <port> --radio <radio 0> <stations> <ssid> <ssid password> <security type: wpa2, open, wpa3> --debug

View File

@@ -160,15 +160,13 @@ def main():
# formatter_class=argparse.RawDescriptionHelpFormatter, # formatter_class=argparse.RawDescriptionHelpFormatter,
formatter_class=argparse.RawTextHelpFormatter, formatter_class=argparse.RawTextHelpFormatter,
epilog='''\ epilog='''\
Useful Information: Create layer-4 endpoints and test that the bytes-rd from the chosen URL are increasing over the
1. TBD duration of the test
''', ''',
description='''\ description='''\
test_ipv4_l4_ftp_wifi.py_upload.py: test_ipv4_l4_ftp_wifi.py
-------------------- --------------------------
TBD
Generic command layout: Generic command layout:
python ./test_ipv4_l4_ftp_wifi.py_upload.py --upstream_port <port> --radio <radio 0> <stations> <ssid> <ssid password> <security type: wpa2, open, wpa3> --debug python ./test_ipv4_l4_ftp_wifi.py_upload.py --upstream_port <port> --radio <radio 0> <stations> <ssid> <ssid password> <security type: wpa2, open, wpa3> --debug

View File

@@ -133,13 +133,12 @@ def main():
# formatter_class=argparse.RawDescriptionHelpFormatter, # formatter_class=argparse.RawDescriptionHelpFormatter,
formatter_class=argparse.RawTextHelpFormatter, formatter_class=argparse.RawTextHelpFormatter,
epilog='''\ epilog='''\
Useful Information: Create layer-4 endpoints to connect to a url and test that urls/s are meeting or exceeding the target rate
1. TBD
''', ''',
description='''\ description='''\
test_ipv4_l4_urls_per_ten.py: test_ipv4_l4_urls_per_ten.py:
-------------------- -----------------------------
TBD TBD
Generic command layout: Generic command layout:

View File

@@ -159,15 +159,13 @@ def main():
# formatter_class=argparse.RawDescriptionHelpFormatter, # formatter_class=argparse.RawDescriptionHelpFormatter,
formatter_class=argparse.RawTextHelpFormatter, formatter_class=argparse.RawTextHelpFormatter,
epilog='''\ epilog='''\
Useful Information: Create layer-4 endpoints and test that the bytes-rd from the chosen URL are increasing over the
1. TBD duration of the test
''', ''',
description='''\ description='''\
test_ipv4_l4_wifi.py: test_ipv4_l4_wifi.py:
-------------------- --------------------
TBD
Generic command layout: Generic command layout:
python ./test_ipv4_l4.py --upstream_port <port> --radio <radio 0> <stations> <ssid> <ssid password> <security type: wpa2, open, wpa3> --debug python ./test_ipv4_l4.py --upstream_port <port> --radio <radio 0> <stations> <ssid> <ssid password> <security type: wpa2, open, wpa3> --debug

View File

@@ -166,15 +166,12 @@ def main():
#formatter_class=argparse.RawDescriptionHelpFormatter, #formatter_class=argparse.RawDescriptionHelpFormatter,
formatter_class=argparse.RawTextHelpFormatter, formatter_class=argparse.RawTextHelpFormatter,
epilog='''\ epilog='''\
Useful Information: Create stations to test connection and traffic on VAPs of varying security types (WEP, WPA, WPA2, WPA3, Open)
1. TBD
''', ''',
description='''\ description='''\
test_ipv4_variable_time.py: test_ipv4_variable_time.py:
-------------------- --------------------
TBD
Generic command layout: Generic command layout:
python ./test_ipv4_variable_time.py --upstream_port <port> --radio <radio 0> <stations> <ssid> <ssid password> <security type: wpa2, open, wpa3> --debug python ./test_ipv4_variable_time.py --upstream_port <port> --radio <radio 0> <stations> <ssid> <ssid password> <security type: wpa2, open, wpa3> --debug

View File

@@ -116,15 +116,13 @@ def main():
# formatter_class=argparse.RawDescriptionHelpFormatter, # formatter_class=argparse.RawDescriptionHelpFormatter,
formatter_class=argparse.RawTextHelpFormatter, formatter_class=argparse.RawTextHelpFormatter,
epilog='''\ epilog='''\
Useful Information: Create stations that attempt to authenticate, associate, and receive IPV6 addresses on the
1. TBD chosen SSID
''', ''',
description='''\ description='''\
test_ipv6_connection.py: test_ipv6_connection.py:
-------------------- --------------------
TBD
Generic command layout: Generic command layout:
python ./test_ipv6_connection.py --radio <radio 0> <stations> <ssid> <ssid password> <security type: wpa2, open, wpa3> --debug python ./test_ipv6_connection.py --radio <radio 0> <stations> <ssid> <ssid password> <security type: wpa2, open, wpa3> --debug

View File

@@ -166,15 +166,12 @@ def main():
# formatter_class=argparse.RawDescriptionHelpFormatter, # formatter_class=argparse.RawDescriptionHelpFormatter,
formatter_class=argparse.RawTextHelpFormatter, formatter_class=argparse.RawTextHelpFormatter,
epilog='''\ epilog='''\
Useful Information: Create stations to test IPV6 connection and traffic on VAPs of varying security types (WEP, WPA, WPA2, WPA3, Open)
1. TBD
''', ''',
description='''\ description='''\
test_ipv6_variable_time.py: test_ipv6_variable_time.py:
-------------------- --------------------
TBD
Generic command layout: Generic command layout:
python ./test_ipv6_variable_time.py --upstream_port <port> --radio <radio 0> <stations> <ssid> <ssid password> <security type: wpa2, open, wpa3> --debug python ./test_ipv6_variable_time.py --upstream_port <port> --radio <radio 0> <stations> <ssid> <ssid password> <security type: wpa2, open, wpa3> --debug