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
955d904e
Commit
955d904e
authored
Feb 15, 2021
by
Michele Carignani
Browse files
Update MEC 013 users endpoint (fix
#33
)
parent
4864e6bd
Changes
1
Hide whitespace changes
Inline
Side-by-side
SRV/UELOCLOOK/PlatUeLocationLookup.robot
View file @
955d904e
...
...
@@ -87,7 +87,7 @@ Get list of user equipments
[
Arguments
]
${key}
${value}
Set Headers
{"Accept":"application/json"}
Set Headers
{"Authorization":"
${TOKEN}
"}
Get
${apiRoot}
/
${apiName}
/
${apiVersion}
/users?
${key}
=
${value}
Get
${apiRoot}
/
${apiName}
/
${apiVersion}
/
queries/
users?
${key}
=
${value}
${output}
=
Output
response
Set Suite Variable
${response}
${output}
...
...
@@ -96,6 +96,6 @@ Get specific user equipments
[
Arguments
]
${userId}
Set Headers
{"Accept":"application/json"}
Set Headers
{"Authorization":"
${TOKEN}
"}
Get
${apiRoot}
/
${apiName}
/
${apiVersion}
/users/
${userId}
Get
${apiRoot}
/
${apiName}
/
${apiVersion}
/
queries/
users/
${userId}
${output}
=
Output
response
Set Suite Variable
${response}
${output}
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