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

@@ -33,10 +33,10 @@ sanity_status = {
##Equipment IDs for Lab APs under test
equipment_id_dict = {
"ea8300": "13",
"ecw5410": "12",
"ecw5211": "6",
"ec420": "11"
"ea8300": "19",
"ecw5410": "20",
"ecw5211": "21",
"ec420": "27"
}
equipment_ip_dict = {
@@ -245,4 +245,4 @@ profile_info_dict = {
"twoFourG_WPA_PSK": "Connectus123$",
"twoFourG_WPA2-EAP_SSID": "ECW5211_2dot4G_WPA2-EAP_VLAN"
}
}
}