Commit 4ab4dd45 authored by Elian Kraja's avatar Elian Kraja
Browse files

Fix on UE Location Lookup

parent 43ed693f
......@@ -26,8 +26,8 @@ TC_MEC_SRV_UELOCLOOK_001_OK
[Tags] PIC_MEC_PLAT PIC_SERVICES
Get list of user equipments zoneId ${ZONE_ID}
Check HTTP Response Status Code Is 200
Check HTTP Response Body Json Schema Is UserInfo
Check Result Contains ${response['body']['userInfo']} zoneId ${ZONE_ID}
Check HTTP Response Body Json Schema Is UserList
Check Result Contains ${response['body']['userList']['user']} zoneId ${ZONE_ID}
TC_MEC_SRV_UELOCLOOK_001_BR
......@@ -60,4 +60,4 @@ Get list of user equipments
Set Headers {"Authorization":"${TOKEN}"}
Get ${apiRoot}/${apiName}/${apiVersion}/users?${key}=${value}
${output}= Output response
Set Suite Variable ${response} ${output}
\ No newline at end of file
Set Suite Variable ${response} ${output}
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment