Loading SRV/RLOCLOOK/PlatRadioNodeLocation.robot +1 −1 Original line number Diff line number Diff line Loading @@ -25,7 +25,7 @@ TC_MEC_SRV_RLOCLOOK_001_OK Get the access points list ${ZONE_ID} Check HTTP Response Status Code Is 200 Check HTTP Response Body Json Schema Is AccessPointList Check Result Contains ${response['body']['accessPointList']} zoneId ${ZONE_ID} Should Be Equal As Strings ${response['body']['accessPointList']['zoneId']} ${ZONE_ID} TC_MEC_SRV_RLOCLOOK_001_NF Loading SRV/RLOCLOOK/schemas/AccessPointList.schema.json +127 −123 Original line number Diff line number Diff line { "properties": { "accessPointList": { "description": "A type containing list of access points.", "type": "object", "required": [ Loading Loading @@ -122,3 +124,5 @@ } } } } } No newline at end of file SRV/UEAREASUB/PlatUeAreaSubscription.robot +2 −3 Original line number Diff line number Diff line Loading @@ -26,9 +26,8 @@ TC_MEC_SRV_UEAREASUB_001_OK Create new subscription CircleNotificationSubscription Check HTTP Response Status Code Is 201 Check HTTP Response Body Json Schema Is CircleNotificationSubscription Check Result Contains ${response['body']['circleNotificationSubscription']} clientCorrelator ${UEAREASUB_CLIENT_ID} Check Result Contains ${response['body']['circleNotificationSubscription']} callbackReference ${APP_UEAREASUB_CALLBACK_URI} Check Result Contains ${response['body']['circleNotificationSubscription']} address ${IP_ADDRESS} Should Be Equal As Strings ${response['body']['circleNotificationSubscription']['callbackReference']} ${APP_UEAREASUB_CALLBACK_URI} Should Be Equal As Strings ${response['body']['circleNotificationSubscription']['address']} ${IP_ADDRESS} Loading SRV/UEINFOSUB/PlatUeInformationSubscription.robot +3 −4 Original line number Diff line number Diff line Loading @@ -25,9 +25,8 @@ TC_MEC_SRV_UEINFOSUB_001_OK Create new subscription ZonalTrafficSubscription Check HTTP Response Status Code Is 201 Check HTTP Response Body Json Schema Is ZonalTrafficSubscription Check Result Contains ${response['body']['zonalTrafficSubscription']} clientCorrelator ${ZONAL_TRAF_SUB_CLIENT_ID} Check Result Contains ${response['body']['zonalTrafficSubscription']} callbackReference ${ZONAL_TRAF_NOTIF_CALLBACK_URI} Check Result Contains ${response['body']['zonalTrafficSubscription']} zoneId ${ZONAL_TRAF_ZONE_ID} Should Be Equal As Strings ${response['body']['zonalTrafficSubscription']['callbackReference']} ${ZONAL_TRAF_NOTIF_CALLBACK_URI} Should Be Equal As Strings ${response['body']['zonalTrafficSubscription']['zoneId']} ${ZONAL_TRAF_ZONE_ID} TC_MEC_SRV_UEINFOSUB_001_BR Loading Loading @@ -55,7 +54,7 @@ TC_MEC_SRV_UEINFOSUB_002_OK Check HTTP Response Status Code Is 204 TC_MEC_SRV_UEDISTSUB_002_NF TC_MEC_SRV_UEINFOSUB_002_NF [Documentation] ... Check that the IUT responds with an error when ... a request for an unknown URI is sent by a MEC Application Loading SRV/UEINFOSUB/environment/variables.txt +1 −1 Original line number Diff line number Diff line Loading @@ -12,7 +12,7 @@ ${apiVersion} v2 # Specific variables ${ZONAL_TRAF_SUB_CLIENT_ID} 0123 ${ZONAL_TRAF_NOTIF_CALLBACK_URI} {"notifyURL": "http://clientApp.example.com/location_notifications/123456"} ${ZONAL_TRAF_ZONE_ID} zone01 ${ZONAL_TRAF_ZONE_ID} zone1 ${SUBSCRIPTION_ID} e0deee2b-6e50-4f33-ab09-8bf0585025d3 ${NON_EXISTENT_SUBSCRIPTION_ID} NON_EXISTENT_SUBSCRIPTION_ID No newline at end of file Loading
SRV/RLOCLOOK/PlatRadioNodeLocation.robot +1 −1 Original line number Diff line number Diff line Loading @@ -25,7 +25,7 @@ TC_MEC_SRV_RLOCLOOK_001_OK Get the access points list ${ZONE_ID} Check HTTP Response Status Code Is 200 Check HTTP Response Body Json Schema Is AccessPointList Check Result Contains ${response['body']['accessPointList']} zoneId ${ZONE_ID} Should Be Equal As Strings ${response['body']['accessPointList']['zoneId']} ${ZONE_ID} TC_MEC_SRV_RLOCLOOK_001_NF Loading
SRV/RLOCLOOK/schemas/AccessPointList.schema.json +127 −123 Original line number Diff line number Diff line { "properties": { "accessPointList": { "description": "A type containing list of access points.", "type": "object", "required": [ Loading Loading @@ -122,3 +124,5 @@ } } } } } No newline at end of file
SRV/UEAREASUB/PlatUeAreaSubscription.robot +2 −3 Original line number Diff line number Diff line Loading @@ -26,9 +26,8 @@ TC_MEC_SRV_UEAREASUB_001_OK Create new subscription CircleNotificationSubscription Check HTTP Response Status Code Is 201 Check HTTP Response Body Json Schema Is CircleNotificationSubscription Check Result Contains ${response['body']['circleNotificationSubscription']} clientCorrelator ${UEAREASUB_CLIENT_ID} Check Result Contains ${response['body']['circleNotificationSubscription']} callbackReference ${APP_UEAREASUB_CALLBACK_URI} Check Result Contains ${response['body']['circleNotificationSubscription']} address ${IP_ADDRESS} Should Be Equal As Strings ${response['body']['circleNotificationSubscription']['callbackReference']} ${APP_UEAREASUB_CALLBACK_URI} Should Be Equal As Strings ${response['body']['circleNotificationSubscription']['address']} ${IP_ADDRESS} Loading
SRV/UEINFOSUB/PlatUeInformationSubscription.robot +3 −4 Original line number Diff line number Diff line Loading @@ -25,9 +25,8 @@ TC_MEC_SRV_UEINFOSUB_001_OK Create new subscription ZonalTrafficSubscription Check HTTP Response Status Code Is 201 Check HTTP Response Body Json Schema Is ZonalTrafficSubscription Check Result Contains ${response['body']['zonalTrafficSubscription']} clientCorrelator ${ZONAL_TRAF_SUB_CLIENT_ID} Check Result Contains ${response['body']['zonalTrafficSubscription']} callbackReference ${ZONAL_TRAF_NOTIF_CALLBACK_URI} Check Result Contains ${response['body']['zonalTrafficSubscription']} zoneId ${ZONAL_TRAF_ZONE_ID} Should Be Equal As Strings ${response['body']['zonalTrafficSubscription']['callbackReference']} ${ZONAL_TRAF_NOTIF_CALLBACK_URI} Should Be Equal As Strings ${response['body']['zonalTrafficSubscription']['zoneId']} ${ZONAL_TRAF_ZONE_ID} TC_MEC_SRV_UEINFOSUB_001_BR Loading Loading @@ -55,7 +54,7 @@ TC_MEC_SRV_UEINFOSUB_002_OK Check HTTP Response Status Code Is 204 TC_MEC_SRV_UEDISTSUB_002_NF TC_MEC_SRV_UEINFOSUB_002_NF [Documentation] ... Check that the IUT responds with an error when ... a request for an unknown URI is sent by a MEC Application Loading
SRV/UEINFOSUB/environment/variables.txt +1 −1 Original line number Diff line number Diff line Loading @@ -12,7 +12,7 @@ ${apiVersion} v2 # Specific variables ${ZONAL_TRAF_SUB_CLIENT_ID} 0123 ${ZONAL_TRAF_NOTIF_CALLBACK_URI} {"notifyURL": "http://clientApp.example.com/location_notifications/123456"} ${ZONAL_TRAF_ZONE_ID} zone01 ${ZONAL_TRAF_ZONE_ID} zone1 ${SUBSCRIPTION_ID} e0deee2b-6e50-4f33-ab09-8bf0585025d3 ${NON_EXISTENT_SUBSCRIPTION_ID} NON_EXISTENT_SUBSCRIPTION_ID No newline at end of file