Commit 5035faeb authored by Michele Carignani's avatar Michele Carignani
Browse files

fix #34

parent a1a97a05
Pipeline #6227 passed with stage
in 0 seconds
......@@ -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
......
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