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
5035faeb
Commit
5035faeb
authored
Feb 26, 2021
by
Michele Carignani
Browse files
fix
#34
parent
a1a97a05
Pipeline
#6227
passed with stage
in 0 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
SRV/UELOCSUB/PlatUeLocationSubscription.robot
View file @
5035faeb
...
...
@@ -29,9 +29,10 @@ TC_MEC_SRV_UELOCSUB_001_OK
Create new subscription
UserTrackingSubscription
Check HTTP Response Status Code Is
201
Check HTTP Response Body Json Schema Is
UserTrackingSubscription
Check Result Contains
${response['body']['userTrackingSubscription']}
clientCorrelator
${USERTRACKSUB_CLIENT_ID}
Check Result Contains
${response['body']['userTrackingSubscription']}
callbackReference
${USERTRACK_NOTIF_CALLBACK_URI}
Check Result Contains
${response['body']['userTrackingSubscription']}
address
${USERTRACK_IP_ADDRESS}
# TODO fix related TP
# Check Result Contains ${response['body']['userTrackingSubscription']} clientCorrelator ${USERTRACKSUB_CLIENT_ID}
Should Be Equal As Strings
${response['body']['userTrackingSubscription']['callbackReference']}
${USERTRACK_NOTIF_CALLBACK_URI}
Should Be Equal As Strings
${response['body']['userTrackingSubscription']['address']}
${USERTRACK_IP_ADDRESS}
# TODO how to send this? The TP has the IUT doing this immediately. Do we want this or will it be discarded as part of the test?
# // MEC 013, clause 7.3.4.3
...
...
Michele Carignani
@carignani
mentioned in issue
#34 (closed)
·
Feb 26, 2021
mentioned in issue
#34 (closed)
mentioned in issue #34
Toggle commit list
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