Changed docstrings to fit script format

This commit is contained in:
Logan Lipke
2021-01-04 14:53:49 -08:00
parent e08d6548f3
commit 13dc5ed016
12 changed files with 50 additions and 36 deletions

View File

@@ -1,11 +1,13 @@
#!/usr/bin/env python3
"""
This script will create a variable number of stations each with their own set of cross-connects and endpoints.
- This script will create a variable number of stations each with their own set of cross-connects and endpoints.
It will then create layer 3 traffic over a specified amount of time, testing for increased traffic at regular intervals.
This test will pass if all stations increase traffic over the full test duration.
Use './test_ipv4_variable_time.py --help' to see command line usage and options
- Use './test_ipv4_variable_time.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.
- See cookbook here: https://www.candelatech.com/....?
"""
import sys