Modify Nightly_Sanity.py to use sta_connect2.py script, Remove test_connect.py, add user notes and README file

This commit is contained in:
bealler
2020-11-23 13:01:11 -05:00
parent 42cc9f5896
commit 2f47a3aaba
11 changed files with 448 additions and 513 deletions

View File

@@ -1,5 +1,12 @@
#!/usr/bin/env python3
#########################################################################################################
# Built to allow connection and test of clients using EAP-TTLS.
# Functions can be called to create a station, create TCP and UDP traffic, run it a short amount of time.
#
# Used by Nightly_Sanity and Throughput_Test ############################################################
#########################################################################################################
# This will create a station, create TCP and UDP traffic, run it a short amount of time,
# and verify whether traffic was sent and received. It also verifies the station connected
# to the requested BSSID if bssid is specified as an argument.