From f3da9c4f1bdf147b819025ae2acc25c75cde7ef1 Mon Sep 17 00:00:00 2001 From: Logan Lipke Date: Thu, 7 Jan 2021 15:58:27 -0800 Subject: [PATCH] Updated docstrings to fit new standards --- py-scripts/test_ipv6_variable_time.py | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/py-scripts/test_ipv6_variable_time.py b/py-scripts/test_ipv6_variable_time.py index 23afad64..8b7a9e16 100755 --- a/py-scripts/test_ipv6_variable_time.py +++ b/py-scripts/test_ipv6_variable_time.py @@ -1,12 +1,14 @@ #!/usr/bin/env python3 -""" - - This script will create a variable number of stations, using IPv6, 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_ipv6_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. +"""test_ipv6_variable_time.py will create stations and endpoints to generate and verify layer-3 traffic over IPv6. + +This script will create a variable number of stations, using IPv6, 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_ipv6_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. """ import sys