Loading SRV/UELOCSUB/PlatUeLocationSubscription.robot +4 −3 Original line number Original line Diff line number Diff line Loading @@ -29,9 +29,10 @@ TC_MEC_SRV_UELOCSUB_001_OK Create new subscription UserTrackingSubscription Create new subscription UserTrackingSubscription Check HTTP Response Status Code Is 201 Check HTTP Response Status Code Is 201 Check HTTP Response Body Json Schema Is UserTrackingSubscription Check HTTP Response Body Json Schema Is UserTrackingSubscription Check Result Contains ${response['body']['userTrackingSubscription']} clientCorrelator ${USERTRACKSUB_CLIENT_ID} # TODO fix related TP Check Result Contains ${response['body']['userTrackingSubscription']} callbackReference ${USERTRACK_NOTIF_CALLBACK_URI} # Check Result Contains ${response['body']['userTrackingSubscription']} clientCorrelator ${USERTRACKSUB_CLIENT_ID} Check Result Contains ${response['body']['userTrackingSubscription']} address ${USERTRACK_IP_ADDRESS} 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? # 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 # // MEC 013, clause 7.3.4.3 Loading Loading
SRV/UELOCSUB/PlatUeLocationSubscription.robot +4 −3 Original line number Original line Diff line number Diff line Loading @@ -29,9 +29,10 @@ TC_MEC_SRV_UELOCSUB_001_OK Create new subscription UserTrackingSubscription Create new subscription UserTrackingSubscription Check HTTP Response Status Code Is 201 Check HTTP Response Status Code Is 201 Check HTTP Response Body Json Schema Is UserTrackingSubscription Check HTTP Response Body Json Schema Is UserTrackingSubscription Check Result Contains ${response['body']['userTrackingSubscription']} clientCorrelator ${USERTRACKSUB_CLIENT_ID} # TODO fix related TP Check Result Contains ${response['body']['userTrackingSubscription']} callbackReference ${USERTRACK_NOTIF_CALLBACK_URI} # Check Result Contains ${response['body']['userTrackingSubscription']} clientCorrelator ${USERTRACKSUB_CLIENT_ID} Check Result Contains ${response['body']['userTrackingSubscription']} address ${USERTRACK_IP_ADDRESS} 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? # 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 # // MEC 013, clause 7.3.4.3 Loading