Updated docstring use to fit with standards

This commit is contained in:
Logan Lipke
2021-01-07 15:25:15 -08:00
parent a739cf928b
commit 8a29d5df48
4 changed files with 42 additions and 35 deletions

View File

@@ -1,12 +1,14 @@
#!/usr/bin/env python3
"""
- 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
monitor the bytes-rd column 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
- Copyright 2021 Candela Technologies Inc
- License: Free to distribute and modify. LANforge systems must be licensed.
"""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.
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 column 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
Copyright 2021 Candela Technologies Inc
License: Free to distribute and modify. LANforge systems must be licensed.
"""
import sys