Loading MEC016/MEO/UEAPPS/SysUeApplications.robot +4 −4 Original line number Original line Diff line number Diff line Loading @@ -21,8 +21,8 @@ TP_MEC_MEC016_MEO_UEAPPS_001_OK Retrieve the application contexts list Retrieve the application contexts list Check HTTP Response Status Code Is 200 Check HTTP Response Status Code Is 200 Check HTTP Response Body Json Schema Is ApplicationList Check HTTP Response Body Json Schema Is ApplicationList FOR ${appInfo} IN @{response['body']['appInfo']['appInfo']} FOR ${appInfo} IN @{response['body']['appList']} ${passed} Run Keyword And Return Status Should Be Equal As Strings ${appInfo} ${APP_NAME} ${passed} Run Keyword And Return Status Should Be Equal As Strings ${appInfo['appInfo']['appName']} ${APP_NAME} Exit For Loop If ${passed} Exit For Loop If ${passed} END END Should Be True ${passed} Should Be True ${passed} Loading @@ -48,8 +48,8 @@ TP_MEC_MEC016_MEO_UEAPPS_002_OK Retrieve the application contexts list using filters ${filter} Retrieve the application contexts list using filters ${filter} Check HTTP Response Status Code Is 200 Check HTTP Response Status Code Is 200 Check HTTP Response Body Json Schema Is ApplicationList Check HTTP Response Body Json Schema Is ApplicationList FOR ${appInfo} IN @{response['body']['appInfo']['appInfo']} FOR ${appInfo} IN @{response['body']['appList']} ${passed} Run Keyword And Return Status Should Be Equal As Strings ${appInfo} ${APP_NAME} ${passed} Run Keyword And Return Status Should Be Equal As Strings ${appInfo['appInfo']['appName']} ${APP_NAME} Exit For Loop If ${passed} Exit For Loop If ${passed} END END Should Be True ${passed} Should Be True ${passed} Loading Loading
MEC016/MEO/UEAPPS/SysUeApplications.robot +4 −4 Original line number Original line Diff line number Diff line Loading @@ -21,8 +21,8 @@ TP_MEC_MEC016_MEO_UEAPPS_001_OK Retrieve the application contexts list Retrieve the application contexts list Check HTTP Response Status Code Is 200 Check HTTP Response Status Code Is 200 Check HTTP Response Body Json Schema Is ApplicationList Check HTTP Response Body Json Schema Is ApplicationList FOR ${appInfo} IN @{response['body']['appInfo']['appInfo']} FOR ${appInfo} IN @{response['body']['appList']} ${passed} Run Keyword And Return Status Should Be Equal As Strings ${appInfo} ${APP_NAME} ${passed} Run Keyword And Return Status Should Be Equal As Strings ${appInfo['appInfo']['appName']} ${APP_NAME} Exit For Loop If ${passed} Exit For Loop If ${passed} END END Should Be True ${passed} Should Be True ${passed} Loading @@ -48,8 +48,8 @@ TP_MEC_MEC016_MEO_UEAPPS_002_OK Retrieve the application contexts list using filters ${filter} Retrieve the application contexts list using filters ${filter} Check HTTP Response Status Code Is 200 Check HTTP Response Status Code Is 200 Check HTTP Response Body Json Schema Is ApplicationList Check HTTP Response Body Json Schema Is ApplicationList FOR ${appInfo} IN @{response['body']['appInfo']['appInfo']} FOR ${appInfo} IN @{response['body']['appList']} ${passed} Run Keyword And Return Status Should Be Equal As Strings ${appInfo} ${APP_NAME} ${passed} Run Keyword And Return Status Should Be Equal As Strings ${appInfo['appInfo']['appName']} ${APP_NAME} Exit For Loop If ${passed} Exit For Loop If ${passed} END END Should Be True ${passed} Should Be True ${passed} Loading