diff --git a/SRV/APPSAQ/PlatAppServices.robot b/SRV/APPSAQ/PlatAppServices.robot index 93e0429e23dc1532da939bc47b295d3848238ab7..33611b34d92412d4d96febd10e140130ed795bb1 100644 --- a/SRV/APPSAQ/PlatAppServices.robot +++ b/SRV/APPSAQ/PlatAppServices.robot @@ -3,7 +3,7 @@ Documentation ... A test suite for validating Application Service Availability Query (APPSAQ) operations. -Resource ../../resources.robot +Resource ../../resources/GenericKeywords.robot Default Tags TP_MEC_SRV_APPSAQ @@ -30,7 +30,7 @@ Get the available MEC services for a given application instance Log MEC 011, clause 7.15.3.1 Then the Plaform IUT sends a response 200 ServiceInfoList - + MEC Applications sends incorrect parameters in request [Documentation] ... Check that the IUT responds with an error when @@ -47,8 +47,8 @@ MEC Applications sends incorrect parameters in request When the Plaform IUT entity receives a vGET for /${APP_INSTANCE_ID}/services?instance_id=some_instance_id Log MEC 011, clause 7.15.3.1 Then the Plaform IUT sends a response 400 ProblemDetails - - + + New MEC Applications service registration [Documentation] ... Check that the IUT notifies the authorised relevant (subscribed) application @@ -59,16 +59,15 @@ New MEC Applications service registration [Tags] TP_MEC_SRV_APPSAQ_002_OK TP_MEC_SRV_APPSAQ_BV Given the Plaform IUT has a MEC Application instantiated - # TODO where does the __some_service__ data comes from? + # TODO where does the __some_service__ data comes from? Given a MEC Application subscribed to service notifications for __some_service__ Log MEC 011, clause 5.2.4 Log Wrong parameter name should trigger an error response. - # TODO where does the __some_data__ comes from? + # TODO where does the __some_data__ comes from? # When the Plaform IUT entity receives a vPOST for /mec_service_mgmt/v1/applications/${APP_INSTANCE_ID}/services When the Plaform IUT entity receives a vPOST for /${APP_INSTANCE_ID}/services __some_data__ ServiceInfo Log MEC 011, clause 7.15.3.4 Then the Plaform IUT sends a response 201 ServiceInfo And the Plaform IUT response header parameter Location __location__ Log MEC 011, clause 6.4.2 - And the Plaform IUT sends a notification message to the subscribed MEC Applications with ServiceAvailabilityNotification - \ No newline at end of file + And the Plaform IUT sends a notification message to the subscribed MEC Applications with ServiceAvailabilityNotification diff --git a/SRV/UETAG/PlatUeIdentity.robot b/SRV/UETAG/PlatUeIdentity.robot index 75b23ae79d3da2fff1e4f36b41fcd9d7109f246f..a120381fa1be923e311cfa0368f5d40e42af7e5c 100644 --- a/SRV/UETAG/PlatUeIdentity.robot +++ b/SRV/UETAG/PlatUeIdentity.robot @@ -1,9 +1,9 @@ -[Documentation] robot --outputdir ./outputs .SRV/UETAG/PlatUeIdentity.robot +[Documentation] robot --outputdir ./outputs ./SRV/UETAG/PlatUeIdentity.robot ... Test Suite to validate UE Identity Tag (UETAG) operations. *** Settings *** -Resource environment/variables.txt -Resource resources/GenericKeywords.robot +Resource ../../environment/variables.txt +Resource ../../resources/GenericKeywords.robot Library REST ${MEC-APP_SCHEMA}://${MEC-APP_HOST}:${MEC-APP_PORT} ssl_verify=false Default Tags TC_MEC_SRV_UETAG @@ -33,7 +33,6 @@ Get UeIdentity tag information Should Be Present In Json List ${response['body']['ueIdentityTagInfo']['ueIdentityTags']} ueIdentityTag ${UE_IDENTITY_TAG} Log ${UE_IDENTITY_TAG} found -*** Test Cases *** Register a UE Identity tag [Documentation] TC_MEC_PLAT_UETAG_002_OK ... Check that the IUT registers a tag (representing a UE) or a list of tags when commanded by a MEC Application @@ -48,5 +47,5 @@ Register a UE Identity tag Check tag user ${UE_IDENTITY_TAG} 'UNREGISTERER' # Test Body: Register the tag user and check that the IUT has registered the tag user Post /exampleAPI/ui/v1/${APP_INSTANCE_ID}/ue_identity_tag_info { "userTagId": ${UE_IDENTITY_TAG}, "state": "REGISTER" } - Check tag user ${UE_IDENTITY_TAG} 'REGISTERER' + Check User Identity Tag state ${UE_IDENTITY_TAG} 'REGISTERER' Log ${UE_IDENTITY_TAG} was registered successfully diff --git a/outputs/log.html b/outputs/log.html index 6fc52346619ade346471f3c0eba987bee1b9ce39..65005517b8a7c4e884af0e14f2a133618351b646 100644 --- a/outputs/log.html +++ b/outputs/log.html @@ -1735,25 +1735,25 @@ function stopPropagation(event) { window.output = {};