Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
MEC - Multi-access Edge Computing
MEC Robot Test Suite
Commits
608d1148
Commit
608d1148
authored
Apr 29, 2021
by
Elian Kraja
Browse files
Fix on MEC016 appList
parent
a9131a60
Pipeline
#6827
passed with stage
in 0 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
MEC016/MEO/UEAPPS/SysUeApplications.robot
View file @
608d1148
...
...
@@ -21,8 +21,8 @@ TP_MEC_MEC016_MEO_UEAPPS_001_OK
Retrieve the application contexts list
Check HTTP Response Status Code Is
200
Check HTTP Response Body Json Schema Is
ApplicationList
FOR
${appInfo}
IN
@{response['body']['app
Info']['appInfo
']}
${passed}
Run Keyword And Return Status
Should Be Equal As Strings
${appInfo}
${APP_NAME}
FOR
${appInfo}
IN
@{response['body']['app
List
']}
${passed}
Run Keyword And Return Status
Should Be Equal As Strings
${appInfo
['appInfo']['appName']
}
${APP_NAME}
Exit For Loop If
${passed}
END
Should Be True
${passed}
...
...
@@ -48,8 +48,8 @@ TP_MEC_MEC016_MEO_UEAPPS_002_OK
Retrieve the application contexts list using filters
${filter}
Check HTTP Response Status Code Is
200
Check HTTP Response Body Json Schema Is
ApplicationList
FOR
${appInfo}
IN
@{response['body']['app
Info']['appInfo
']}
${passed}
Run Keyword And Return Status
Should Be Equal As Strings
${appInfo}
${APP_NAME}
FOR
${appInfo}
IN
@{response['body']['app
List
']}
${passed}
Run Keyword And Return Status
Should Be Equal As Strings
${appInfo
['appInfo']['appName']
}
${APP_NAME}
Exit For Loop If
${passed}
END
Should Be True
${passed}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment