Changed use of "column" in docstring to "attribute"

This commit is contained in:
Logan Lipke
2021-01-08 14:40:19 -08:00
parent 8083d2b9e6
commit 6d25adeceb
8 changed files with 9 additions and 9 deletions

View File

@@ -4,7 +4,7 @@
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
monitor the bytes-rd attribute of the endpoints. An increase at every test interval will pass the test, otherwise it will fail
Use './test_ipv4_l4_wifi.py --help' to see command line usage and options
Copyright 2021 Candela Technologies Inc