Shortened docstrings for easier maintenance

This commit is contained in:
Logan Lipke
2021-01-08 16:55:23 -08:00
parent 6d25adeceb
commit 7bdb650d7d
5 changed files with 5 additions and 17 deletions

View File

@@ -2,9 +2,7 @@
"""test_ipv4_l4.py will create stations and endpoints to generate and verify layer-4 traffic """test_ipv4_l4.py will create stations and endpoints to generate and verify layer-4 traffic
This script will create a variable number of stations that will attempt to use layer 4 endpoints to generate traffic. This script will monitor the bytes-rd attribute of the endpoints. If the the monitored value does not continually increase, this test will not pass.
A test will run for a specified amount of time with periodic checks for traffic successfully being received. The test will
monitor the bytes-rd attribute of the endpoints. An increase at every test interval will pass the test, otherwise it will fail
Use './test_ipv4_l4.py --help' to see command line usage and options Use './test_ipv4_l4.py --help' to see command line usage and options
Copyright 2021 Candela Technologies Inc Copyright 2021 Candela Technologies Inc

View File

@@ -2,9 +2,7 @@
"""test_ipv4_l4_ftp_upload.py will create stations and endpoints to generate and verify layer-4 upload traffic over an ftp connection """test_ipv4_l4_ftp_upload.py will create stations and endpoints to generate and verify layer-4 upload traffic over an ftp connection
This script will create a variable number of stations that will attempt to use layer 4 endpoints to generate traffic over ftp. This script will monitor the bytes-wr attribute of the endpoints. If the the monitored value does not continually increase, this test will not pass.
A test will run for a specified amount of time with periodic checks for traffic successfully being received. The test will
monitor the bytes-wr attribute of the endpoints. An increase at every test interval will pass the test, otherwise it will fail
Use './test_ipv4_l4_ftp_upload.py --help' to see command line usage and options Use './test_ipv4_l4_ftp_upload.py --help' to see command line usage and options
Copyright 2021 Candela Technologies Inc Copyright 2021 Candela Technologies Inc

View File

@@ -2,10 +2,7 @@
"""test_ipv4_l4_ftp_urls_per_ten.py will create stations and endpoints to generate and verify layer-4 traffic over an ftp connection """test_ipv4_l4_ftp_urls_per_ten.py will create stations and endpoints to generate and verify layer-4 traffic over an ftp connection
This script will create a variable number of stations that will attempt to use layer 4 endpoints to generate traffic over ftp. This script will monitor the urls/s attribute of the endpoints. If the the monitored value does not continually increase, this test will not pass.
A test will run a specified number of times with periodic checks for traffic successfully being received every ten minutes.
The test will monitor the urls/s attribute of the endpoints. Being at or above 90% of the chosen url rate at each interval
will pass the test, otherwise it will fail
Use './test_ipv4_l4_ftp_urls_per_ten.py --help' to see command line usage and options Use './test_ipv4_l4_ftp_urls_per_ten.py --help' to see command line usage and options
Copyright 2021 Candela Technologies Inc Copyright 2021 Candela Technologies Inc

View File

@@ -2,9 +2,7 @@
"""test_ipv4_l4_ftp_wifi.py will create stations and endpoints to generate and verify layer-4 traffic over an ftp connection """test_ipv4_l4_ftp_wifi.py will create stations and endpoints to generate and verify layer-4 traffic over an ftp connection
This script will create a variable number of stations that will attempt to use layer 4 endpoints to generate traffic over ftp. This script will monitor the bytes-wr attribute of the endpoints. If the the monitored value does not continually increase, this test will not pass.
A test will run for a specified amount of time with periodic checks for traffic successfully being received. The test will
monitor the bytes-wr attribute of the endpoints. An increase at every test interval will pass the test, otherwise it will fail
Use './test_ipv4_l4_ftp_wifi.py --help' to see command line usage and options Use './test_ipv4_l4_ftp_wifi.py --help' to see command line usage and options
Copyright 2021 Candela Technologies Inc Copyright 2021 Candela Technologies Inc

View File

@@ -2,10 +2,7 @@
"""test_ipv4_l4_urls_per_ten.py will create stations and endpoints to generate and verify layer-4 traffic """test_ipv4_l4_urls_per_ten.py will create stations and endpoints to generate and verify layer-4 traffic
This script will create a variable number of stations that will attempt to use layer 4 endpoints to generate traffic. This script will monitor the urls/s attribute of the endpoints. If the the monitored value does not continually increase, this test will not pass.
A test will run a specified number of times with periodic checks for traffic successfully being received every ten minutes.
The test will monitor the urls/s attribute of the endpoints. Being at or above 90% of the chosen url rate at each interval
will pass the test, otherwise it will fail
Use './test_ipv4_l4_urls_per_ten.py --help' to see command line usage and options Use './test_ipv4_l4_urls_per_ten.py --help' to see command line usage and options
Copyright 2021 Candela Technologies Inc Copyright 2021 Candela Technologies Inc