3.3 ATS Update for Release 8.6.0.3.0
This section provides information on the update needed to run ATS in 8.6.0.3.0 release.
The following table provides the files that are to be updated for 8.6.0.3.0 release.
Table 3-3 ATS Update - Release 8.6.0.3.0
ATS Scenario | Path | Old Code | New Code |
---|---|---|---|
Cust-Roaming-Suite/Basic_DRA_Test_Cases_MMI.feature:107 Dynamic_Peer_Discovery_Realms_MMI | ats/configfile/MMI-Execution/dpdrealms.yaml |
(Realm
name didn’t end with “.com”) |
(Realm
name should end with “.com”) |
Cust-Roaming-Suite/Basic_DRA_Test_Cases_MMI.feature:107 Dynamic_Peer_Discovery_Realms_MMI | ats/configfile/MMI-Execution/dpdrealms1.yaml |
(Realm
name didn’t end with “.com”) |
(Realm
name should end with “.com”) |
Cust-Roaming-Suite/SOAM_Maintenance_Use_Cases.feature:23 Enable_Disable_TCP_or_SCTP_Connections | ocdsr_steps.py |
Step
– 11832 : realm = “GUI” |
WebElementweb=WebDriverWait(driver,240).until(EC.presence_of_element_located((By.CSS_SELECTOR,"#realm"))).send_keys("gui.
com")
Step – 11832 : realm = “gui.com” |
Cust-Roaming-Suite/SOAM_Operations_Use_Cases.feature:14 SOAM_Scoped_Alarm_and_Event_Reports | ocdsr_steps.py |
step : 12102 - if(col_sname.text=="GUI"): | step : 12102 - if(col_sname.text=="gui.com"): |
Cust-Roaming-Suite/NOAM_Operations_Use_Cases.feature:75 Server_Group_Route_Configuration | ocdsr_steps.py |
Steps – 12314 to 12319 are outside “if” condition |
Steps – 12314 to 12319 should be included in “if” condition |