mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-01 03:07:56 +00:00
Shortened docstrings for easier maintenance
This commit is contained in:
@@ -2,10 +2,7 @@
|
||||
|
||||
"""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.
|
||||
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
|
||||
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.
|
||||
|
||||
Use './test_ipv4_l4_urls_per_ten.py --help' to see command line usage and options
|
||||
Copyright 2021 Candela Technologies Inc
|
||||
|
||||
Reference in New Issue
Block a user