diff --git a/py-scripts/tip-cicd-sanity/lab_ap_info.py b/py-scripts/tip-cicd-sanity/lab_ap_info.py index a5bbefb2..c112e0e3 100755 --- a/py-scripts/tip-cicd-sanity/lab_ap_info.py +++ b/py-scripts/tip-cicd-sanity/lab_ap_info.py @@ -91,7 +91,8 @@ equipment_id_dict = { "ecw5410": "116", "ecw5211": "117", "ec420": "27", - "wf188n": "135" + "wf188n": "135", + "ex227": "148" } equipment_ip_dict = { @@ -100,7 +101,8 @@ equipment_ip_dict = { "ec420": "10.10.10.104", "ecw5211": "10.10.10.102", "wf188n": "10.10.10.179", - "wf194c": "10.10.10.177" + "wf194c": "10.10.10.177", + "ex227": "10.10.10.182" } eqiupment_credentials_dict = { @@ -109,7 +111,11 @@ eqiupment_credentials_dict = { "ec420": "openwifi", "ecw5211": "admin123", "wf188n": "openwifi", - "wf194c": "openwifi" + "wf194c": "openwifi", + "ex227": "openwifi", + "ex447": "openwifi", + "eap101": "openwifi", + "eap102": "openwifi" } ##Test Case information - Maps a generic TC name to TestRail TC numbers diff --git a/py-scripts/tip-cicd-sanity/sanity_status.json b/py-scripts/tip-cicd-sanity/sanity_status.json index 4e64ff67..e65f660b 100755 --- a/py-scripts/tip-cicd-sanity/sanity_status.json +++ b/py-scripts/tip-cicd-sanity/sanity_status.json @@ -1 +1 @@ -{"sanity_status": {"ea8300": "failed", "ecw5211": "failed", "ecw5410": "failed", "ec420": "failed", "wf188n": "failed"}, "sanity_run": {"new_data": "yes"}} \ No newline at end of file +{"sanity_status": {"ea8300": "passed", "ecw5211": "passed", "ecw5410": "passed", "ec420": "passed", "wf188n": "passed", "wf193c": "failed", "ex227": "passed", "ex447": "failed", "eap101": "failed", "eap102": "failed"}, "sanity_run": {"new_data": "yes"}} \ No newline at end of file