diff --git a/py-scripts/test_generic.py b/py-scripts/test_generic.py index 90d1cd71..40f5b3d2 100755 --- a/py-scripts/test_generic.py +++ b/py-scripts/test_generic.py @@ -119,15 +119,12 @@ def main(): # formatter_class=argparse.RawDescriptionHelpFormatter, formatter_class=argparse.RawTextHelpFormatter, epilog='''\ - Useful Information: - 1. TBD + Create generic endpoints and test for their ability to execute chosen commands ''', description='''\ - test_generic.py: + test_generic.py -------------------- - TBD - Generic command layout: python ./test_generic.py --upstream_port --radio --debug diff --git a/py-scripts/test_ipv4_connection.py b/py-scripts/test_ipv4_connection.py index 4666ca1a..f3f8668c 100755 --- a/py-scripts/test_ipv4_connection.py +++ b/py-scripts/test_ipv4_connection.py @@ -115,15 +115,13 @@ def main(): #formatter_class=argparse.RawDescriptionHelpFormatter, formatter_class=argparse.RawTextHelpFormatter, epilog='''\ - Useful Information: - 1. TBD + Create stations that attempt to authenticate, associate, and receive IP addresses on the + chosen SSID ''', description='''\ - test_ipv4_variable_tim.py: - -------------------- - TBD - + test_ipv4_connection.py + ------------------------ Generic command layout: python ./test_ipv4_variable_time.py --upstream_port --radio --debug diff --git a/py-scripts/test_ipv4_l4.py b/py-scripts/test_ipv4_l4.py index ea3a78c6..beb1608f 100755 --- a/py-scripts/test_ipv4_l4.py +++ b/py-scripts/test_ipv4_l4.py @@ -156,15 +156,13 @@ def main(): # formatter_class=argparse.RawDescriptionHelpFormatter, formatter_class=argparse.RawTextHelpFormatter, epilog='''\ - Useful Information: - 1. TBD + Create layer-4 endpoints and test that the bytes-rd from the chosen URL are increasing over the + duration of the test ''', description='''\ - test_generic.py: - -------------------- - TBD - + test_ipv4_l4.py + -------------------- Generic command layout: python ./test_ipv4_l4.py --upstream_port --radio --debug diff --git a/py-scripts/test_ipv4_l4_ftp_upload.py b/py-scripts/test_ipv4_l4_ftp_upload.py index 25fc441f..ce675412 100755 --- a/py-scripts/test_ipv4_l4_ftp_upload.py +++ b/py-scripts/test_ipv4_l4_ftp_upload.py @@ -157,15 +157,13 @@ def main(): # formatter_class=argparse.RawDescriptionHelpFormatter, formatter_class=argparse.RawTextHelpFormatter, epilog='''\ - Useful Information: - 1. TBD + Create layer-4 endpoints to an ftp server and test that the bytes-wr are increasing over the duration + of the test ''', description='''\ - test_ipv4_l4_ftp_upload.py: - -------------------- - TBD - + test_ipv4_l4_ftp_upload.py + -------------------------- Generic command layout: python ./test_ipv4_l4_ftp_upload.py --upstream_port --radio --debug diff --git a/py-scripts/test_ipv4_l4_ftp_urls_per_ten.py b/py-scripts/test_ipv4_l4_ftp_urls_per_ten.py index 2cd2fe6b..3595e7c0 100755 --- a/py-scripts/test_ipv4_l4_ftp_urls_per_ten.py +++ b/py-scripts/test_ipv4_l4_ftp_urls_per_ten.py @@ -137,15 +137,12 @@ def main(): # formatter_class=argparse.RawDescriptionHelpFormatter, formatter_class=argparse.RawTextHelpFormatter, epilog='''\ - Useful Information: - 1. TBD + Create layer-4 endpoints to connect to an ftp server and test that urls/s are meeting or exceeding the target rate ''', description='''\ - test_ipv4_l4_urls_per_ten.py: - -------------------- - TBD - + test_ipv4_l4_ftp_urls_per_ten.py + -------------------------- Generic command layout: python ./test_ipv4_l4_urls_per_ten.py --upstream_port --radio --debug diff --git a/py-scripts/test_ipv4_l4_ftp_wifi.py b/py-scripts/test_ipv4_l4_ftp_wifi.py index 23e6cbf0..d9bb0e56 100755 --- a/py-scripts/test_ipv4_l4_ftp_wifi.py +++ b/py-scripts/test_ipv4_l4_ftp_wifi.py @@ -160,15 +160,13 @@ def main(): # formatter_class=argparse.RawDescriptionHelpFormatter, formatter_class=argparse.RawTextHelpFormatter, epilog='''\ - Useful Information: - 1. TBD + Create layer-4 endpoints and test that the bytes-rd from the chosen URL are increasing over the + duration of the test ''', description='''\ - test_ipv4_l4_ftp_wifi.py_upload.py: - -------------------- - TBD - + test_ipv4_l4_ftp_wifi.py + -------------------------- Generic command layout: python ./test_ipv4_l4_ftp_wifi.py_upload.py --upstream_port --radio --debug diff --git a/py-scripts/test_ipv4_l4_urls_per_ten.py b/py-scripts/test_ipv4_l4_urls_per_ten.py index d9d3b43e..45d3589f 100755 --- a/py-scripts/test_ipv4_l4_urls_per_ten.py +++ b/py-scripts/test_ipv4_l4_urls_per_ten.py @@ -133,13 +133,12 @@ def main(): # formatter_class=argparse.RawDescriptionHelpFormatter, formatter_class=argparse.RawTextHelpFormatter, epilog='''\ - Useful Information: - 1. TBD + Create layer-4 endpoints to connect to a url and test that urls/s are meeting or exceeding the target rate ''', description='''\ test_ipv4_l4_urls_per_ten.py: - -------------------- + ----------------------------- TBD Generic command layout: diff --git a/py-scripts/test_ipv4_l4_wifi.py b/py-scripts/test_ipv4_l4_wifi.py index 7093c187..0a7c01a1 100755 --- a/py-scripts/test_ipv4_l4_wifi.py +++ b/py-scripts/test_ipv4_l4_wifi.py @@ -159,15 +159,13 @@ def main(): # formatter_class=argparse.RawDescriptionHelpFormatter, formatter_class=argparse.RawTextHelpFormatter, epilog='''\ - Useful Information: - 1. TBD + Create layer-4 endpoints and test that the bytes-rd from the chosen URL are increasing over the + duration of the test ''', description='''\ test_ipv4_l4_wifi.py: -------------------- - TBD - Generic command layout: python ./test_ipv4_l4.py --upstream_port --radio --debug diff --git a/py-scripts/test_ipv4_variable_time.py b/py-scripts/test_ipv4_variable_time.py index 04a69d46..279ecfff 100755 --- a/py-scripts/test_ipv4_variable_time.py +++ b/py-scripts/test_ipv4_variable_time.py @@ -166,15 +166,12 @@ def main(): #formatter_class=argparse.RawDescriptionHelpFormatter, formatter_class=argparse.RawTextHelpFormatter, epilog='''\ - Useful Information: - 1. TBD + Create stations to test connection and traffic on VAPs of varying security types (WEP, WPA, WPA2, WPA3, Open) ''', description='''\ test_ipv4_variable_time.py: -------------------- -TBD - Generic command layout: python ./test_ipv4_variable_time.py --upstream_port --radio --debug diff --git a/py-scripts/test_ipv6_connection.py b/py-scripts/test_ipv6_connection.py index 91823620..4986acc9 100755 --- a/py-scripts/test_ipv6_connection.py +++ b/py-scripts/test_ipv6_connection.py @@ -116,15 +116,13 @@ def main(): # formatter_class=argparse.RawDescriptionHelpFormatter, formatter_class=argparse.RawTextHelpFormatter, epilog='''\ - Useful Information: - 1. TBD + Create stations that attempt to authenticate, associate, and receive IPV6 addresses on the + chosen SSID ''', description='''\ test_ipv6_connection.py: -------------------- - TBD - Generic command layout: python ./test_ipv6_connection.py --radio --debug diff --git a/py-scripts/test_ipv6_variable_time.py b/py-scripts/test_ipv6_variable_time.py index d3f5abbd..4372bd38 100755 --- a/py-scripts/test_ipv6_variable_time.py +++ b/py-scripts/test_ipv6_variable_time.py @@ -166,15 +166,12 @@ def main(): # formatter_class=argparse.RawDescriptionHelpFormatter, formatter_class=argparse.RawTextHelpFormatter, epilog='''\ - Useful Information: - 1. TBD + Create stations to test IPV6 connection and traffic on VAPs of varying security types (WEP, WPA, WPA2, WPA3, Open) ''', description='''\ test_ipv6_variable_time.py: -------------------- -TBD - Generic command layout: python ./test_ipv6_variable_time.py --upstream_port --radio --debug