mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-23 21:45:06 +00:00
Updated docstring use to fit with standards
This commit is contained in:
@@ -1,12 +1,14 @@
|
|||||||
#!/usr/bin/env python3
|
#!/usr/bin/env python3
|
||||||
|
|
||||||
"""
|
"""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.
|
|
||||||
A test will run for a specified amount of time with periodic checks for traffic successfully being received. The test will
|
This script will create a variable number of stations that will attempt to use layer 4 endpoints to generate traffic over ftp.
|
||||||
monitor the bytes-wr column of the endpoints. An increase at every test interval will pass the test, otherwise it will fail
|
A test will run for a specified amount of time with periodic checks for traffic successfully being received. The test will
|
||||||
- Use './test_ipv4_l4_ftp_upload.py --help' to see command line usage and options
|
monitor the bytes-wr column of the endpoints. An increase at every test interval will pass the test, otherwise it will fail
|
||||||
- Copyright 2021 Candela Technologies Inc
|
|
||||||
- License: Free to distribute and modify. LANforge systems must be licensed.
|
Use './test_ipv4_l4_ftp_upload.py --help' to see command line usage and options
|
||||||
|
Copyright 2021 Candela Technologies Inc
|
||||||
|
License: Free to distribute and modify. LANforge systems must be licensed.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
import sys
|
import sys
|
||||||
|
|||||||
@@ -1,13 +1,15 @@
|
|||||||
#!/usr/bin/env python3
|
#!/usr/bin/env python3
|
||||||
|
|
||||||
"""
|
"""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.
|
|
||||||
A test will run a specified number of times with periodic checks for traffic successfully being received every ten minutes.
|
This script will create a variable number of stations that will attempt to use layer 4 endpoints to generate traffic over ftp.
|
||||||
The test will monitor the urls/s column of the endpoints. Being at or above 90% of the chosen url rate at each interval
|
A test will run a specified number of times with periodic checks for traffic successfully being received every ten minutes.
|
||||||
will pass the test, otherwise it will fail
|
The test will monitor the urls/s column of the endpoints. Being at or above 90% of the chosen url rate at each interval
|
||||||
- Use './test_ipv4_l4_ftp_urls_per_ten.py --help' to see command line usage and options
|
will pass the test, otherwise it will fail
|
||||||
- Copyright 2021 Candela Technologies Inc
|
|
||||||
- License: Free to distribute and modify. LANforge systems must be licensed.
|
Use './test_ipv4_l4_ftp_urls_per_ten.py --help' to see command line usage and options
|
||||||
|
Copyright 2021 Candela Technologies Inc
|
||||||
|
License: Free to distribute and modify. LANforge systems must be licensed.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
import sys
|
import sys
|
||||||
|
|||||||
@@ -1,12 +1,14 @@
|
|||||||
#!/usr/bin/env python3
|
#!/usr/bin/env python3
|
||||||
|
|
||||||
"""
|
"""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.
|
|
||||||
A test will run for a specified amount of time with periodic checks for traffic successfully being received. The test will
|
This script will create a variable number of stations that will attempt to use layer 4 endpoints to generate traffic over ftp.
|
||||||
monitor the bytes-wr column of the endpoints. An increase at every test interval will pass the test, otherwise it will fail
|
A test will run for a specified amount of time with periodic checks for traffic successfully being received. The test will
|
||||||
- Use './test_ipv4_l4_ftp_wifi.py --help' to see command line usage and options
|
monitor the bytes-wr column of the endpoints. An increase at every test interval will pass the test, otherwise it will fail
|
||||||
- Copyright 2021 Candela Technologies Inc
|
|
||||||
- License: Free to distribute and modify. LANforge systems must be licensed.
|
Use './test_ipv4_l4_ftp_wifi.py --help' to see command line usage and options
|
||||||
|
Copyright 2021 Candela Technologies Inc
|
||||||
|
License: Free to distribute and modify. LANforge systems must be licensed.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
import sys
|
import sys
|
||||||
|
|||||||
@@ -1,13 +1,15 @@
|
|||||||
#!/usr/bin/env python3
|
#!/usr/bin/env python3
|
||||||
|
|
||||||
"""
|
"""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.
|
This script will create a variable number of stations that will attempt to use layer 4 endpoints to generate traffic.
|
||||||
The test will monitor the urls/s column of the endpoints. Being at or above 90% of the chosen url rate at each interval
|
A test will run a specified number of times with periodic checks for traffic successfully being received every ten minutes.
|
||||||
will pass the test, otherwise it will fail
|
The test will monitor the urls/s column of the endpoints. Being at or above 90% of the chosen url rate at each interval
|
||||||
- Use './test_ipv4_l4_urls_per_ten.py --help' to see command line usage and options
|
will pass the test, otherwise it will fail
|
||||||
- Copyright 2021 Candela Technologies Inc
|
|
||||||
- License: Free to distribute and modify. LANforge systems must be licensed.
|
Use './test_ipv4_l4_urls_per_ten.py --help' to see command line usage and options
|
||||||
|
Copyright 2021 Candela Technologies Inc
|
||||||
|
License: Free to distribute and modify. LANforge systems must be licensed.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
import sys
|
import sys
|
||||||
|
|||||||
@@ -1,12 +1,14 @@
|
|||||||
#!/usr/bin/env python3
|
#!/usr/bin/env python3
|
||||||
|
|
||||||
"""
|
"""test_ipv4_l4_wifi.py will create stations and endpoints to generate and verify layer-4 upload 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 for a specified amount of time with periodic checks for traffic successfully being received. The test will
|
This script will create a variable number of stations that will attempt to use layer 4 endpoints to generate traffic.
|
||||||
monitor the bytes-rd column of the endpoints. An increase at every test interval will pass the test, otherwise it will fail
|
A test will run for a specified amount of time with periodic checks for traffic successfully being received. The test will
|
||||||
- Use './test_ipv4_l4_wifi.py --help' to see command line usage and options
|
monitor the bytes-rd column of the endpoints. An increase at every test interval will pass the test, otherwise it will fail
|
||||||
- Copyright 2021 Candela Technologies Inc
|
|
||||||
- License: Free to distribute and modify. LANforge systems must be licensed.
|
Use './test_ipv4_l4_wifi.py --help' to see command line usage and options
|
||||||
|
Copyright 2021 Candela Technologies Inc
|
||||||
|
License: Free to distribute and modify. LANforge systems must be licensed.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
import sys
|
import sys
|
||||||
|
|||||||
Reference in New Issue
Block a user