Loading MEC011/SRV/APPSAQ/PlatAppServices.robot +33 −26 Original line number Diff line number Diff line Loading @@ -18,8 +18,9 @@ TP_MEC_MEC011_SRV_APPSAQ_001_OK ... Check that the IUT responds with a list of available MEC services ... for a given application instance when queried by a MEC Application ... ... Reference ETSI GS MEC 011 V2.2.1, clause 8.2.6.3.1 ... OpenAPI https://forge.etsi.org/rep/mec/gs011-app-enablement-api/blob/master/MecServiceMgmtApi.yaml#/definitions/ServiceInfo ... Reference ETSI GS MEC 011 3.2.1, clause 5.2.5 ... Reference ETSI GS MEC 011 3.2.1, clause 8.1.2.2 ... Reference ETSI GS MEC 011 3.2.1, clause 8.2.6.3.1 [Tags] PIC_MEC_PLAT PIC_SERVICES Loading @@ -33,8 +34,9 @@ TP_MEC_MEC011_SRV_APPSAQ_001_BR ... Check that the IUT responds with an error when ... a request with incorrect parameters is sent by a MEC Application ... ... Reference ETSI GS MEC 011 V2.2.1, clause 8.2.6.3.1 ... Reference ETSI GS MEC 011 3.2.1, clause 5.2.5 ... Reference ETSI GS MEC 011 3.2.1, clause 8.1.2.2 ... Reference ETSI GS MEC 011 3.2.1, clause 8.2.6.3.1 [Tags] PIC_MEC_PLAT PIC_SERVICES # Wrong query parameter name should trigger an error response. Loading @@ -47,8 +49,9 @@ TP_MEC_MEC011_SRV_APPSAQ_002_OK ... Check that the IUT notifies the authorised relevant (subscribed) application ... instances when a new service for a given application instance is registered ... ... Reference ETSI GS MEC 011 V2.2.1, clause 8.2.6.3.4 ... OpenAPI https://forge.etsi.org/rep/mec/gs011-app-enablement-api/blob/master/MecServiceMgmtApi.yaml#/definitions/ServiceInfo ... Reference "ETSI GS MEC 011 3.2.1, clause 5.2.5", ... Reference "ETSI GS MEC 011 3.2.1, clause 8.1.2.2", ... Reference "ETSI GS MEC 011 3.2.1, clause 8.2.6.3.4" [Tags] PIC_MEC_PLAT PIC_SERVICES Create new service ServiceInfo ${APP_INSTANCE_ID} Loading @@ -63,8 +66,9 @@ TP_MEC_MEC011_SRV_APPSAQ_002_BR ... Check that the IUT responds with an error when ... a request with incorrect parameters is sent by a MEC Application ... ... Reference ETSI GS MEC 011 V2.2.1, clause 8.2.6.3.4 ... OpenAPI https://forge.etsi.org/rep/mec/gs011-app-enablement-api/blob/master/MecServiceMgmtApi.yaml#/definitions/ServiceInfo ... Reference "ETSI GS MEC 011 3.2.1, clause 5.2.5", ... Reference "ETSI GS MEC 011 3.2.1, clause 8.1.2.2", ... Reference "ETSI GS MEC 011 3.2.1, clause 8.2.6.3.4" [Tags] PIC_MEC_PLAT PIC_SERVICES Create new service ServiceInfoError ${APP_INSTANCE_ID} Loading @@ -76,7 +80,9 @@ TP_MEC_MEC011_SRV_APPSAQ_002_NF ... Check that the IUT responds with an error when ... a request for an unknown URI is sent by a MEC Application ... ... Reference ETSI GS MEC 011 V2.2.1, clause 8.2.6.3.4 ... Reference "ETSI GS MEC 011 3.2.1, clause 5.2.5", ... Reference "ETSI GS MEC 011 3.2.1, clause 8.1.2.2", ... Reference "ETSI GS MEC 011 3.2.1, clause 8.2.6.3.4" ... OpenAPI https://forge.etsi.org/rep/mec/gs011-app-enablement-api/blob/master/MecServiceMgmtApi.yaml#/definitions/ServiceInfo [Tags] PIC_MEC_PLAT PIC_SERVICES Loading @@ -89,8 +95,9 @@ TP_MEC_MEC011_SRV_APPSAQ_003_OK ... Check that the IUT responds with the information on a specific service ... for a given application instance when queried by a MEC Application ... ... Reference ETSI GS MEC 011 V2.2.1, clause 8.2.7.3.1 ... OpenAPI https://forge.etsi.org/rep/mec/gs011-app-enablement-api/blob/master/MecServiceMgmtApi.yaml#/definitions/ServiceInfo ... Reference "ETSI GS MEC 011 3.2.1, clause 5.2.5", ... Reference "ETSI GS MEC 011 3.2.1, clause 8.1.2.2", ... Reference "ETSI GS MEC 011 3.2.1, clause 8.2.7.3.1" [Tags] PIC_MEC_PLAT PIC_SERVICES Get individual service ${APP_INSTANCE_ID} ${SERVICE_ID} Loading @@ -104,8 +111,9 @@ TP_MEC_MEC011_SRV_APPSAQ_003_NF ... Check that the IUT responds with an error when ... a request for an unknown URI is sent by a MEC Application ... ... Reference ETSI GS MEC 011 V2.2.1, clause 8.2.7.3.1 ... Reference "ETSI GS MEC 011 3.2.1, clause 5.2.5", ... Reference "ETSI GS MEC 011 3.2.1, clause 8.1.2.2", ... Reference "ETSI GS MEC 011 3.2.1, clause 8.2.7.3.1" [Tags] PIC_MEC_PLAT PIC_SERVICES Get individual service ${APP_INSTANCE_ID} ${NON_EXISTENT_SERVICE_ID} Check HTTP Response Status Code Is 404 Loading @@ -116,9 +124,9 @@ TP_MEC_MEC011_SRV_APPSAQ_004_OK ... Check that the IUT updates a service information for a given ... application instance when commanded by a MEC Application ... ... Reference ETSI GS MEC 011 V2.2.1, clause 8.2.7.3.2 ... OpenAPI https://forge.etsi.org/rep/mec/gs011-app-enablement-api/blob/master/MecServiceMgmtApi.yaml#/definitions/ServiceInfo ... Reference "ETSI GS MEC 011 3.2.1, clause 5.2.4", ... Reference "ETSI GS MEC 011 3.2.1, clause 8.1.2.2", ... Reference "ETSI GS MEC 011 3.2.1, clause 8.2.7.3.2" [Tags] PIC_MEC_PLAT PIC_SERVICES Update service ${APP_INSTANCE_ID} ${SERVICE_ID} ServiceInfoUpdated Check HTTP Response Status Code Is 200 Loading @@ -131,9 +139,9 @@ TP_MEC_MEC011_SRV_APPSAQ_004_BR ... Check that the IUT responds with an error when ... a request with incorrect parameters is sent by a MEC Application ... ... Reference ETSI GS MEC 011 V2.2.1, clause 8.2.7.3.2 ... OpenAPI https://forge.etsi.org/rep/mec/gs011-app-enablement-api/blob/master/MecServiceMgmtApi.yaml#/definitions/ServiceInfo ... Reference "ETSI GS MEC 011 3.2.1, clause 5.2.4", ... Reference "ETSI GS MEC 011 3.2.1, clause 8.1.2.2", ... Reference "ETSI GS MEC 011 3.2.1, clause 8.2.7.3.2" [Tags] PIC_MEC_PLAT PIC_SERVICES Update service ${APP_INSTANCE_ID} ${SERVICE_ID} ServiceInfoUpdatedError Check HTTP Response Status Code Is 400 Loading @@ -144,9 +152,9 @@ TP_MEC_MEC011_SRV_APPSAQ_004_NF ... Check that the IUT responds with an error when ... a request for an unknown URI is sent by a MEC Application ... ... Reference ETSI GS MEC 011 V2.2.1, clause 8.2.7.3.2 ... OpenAPI https://forge.etsi.org/rep/mec/gs011-app-enablement-api/blob/master/MecServiceMgmtApi.yaml#/definitions/ServiceInfo ... Reference "ETSI GS MEC 011 3.2.1, clause 5.2.4", ... Reference "ETSI GS MEC 011 3.2.1, clause 8.1.2.2", ... Reference "ETSI GS MEC 011 3.2.1, clause 8.2.7.3.2" [Tags] PIC_MEC_PLAT PIC_SERVICES Update service ${APP_INSTANCE_ID} ${NON_EXISTENT_SERVICE_ID} ServiceInfoUpdated Check HTTP Response Status Code Is 404 Loading @@ -157,8 +165,7 @@ TP_MEC_MEC011_SRV_APPSAQ_005_OK ... Check that the IUT executes the deletion of a service ... for a given application instance when requested by a MEC Application ... ... Reference ETSI GS MEC 011 V2.2.1, clause 8.2.7.3.5 ... OpenAPI https://forge.etsi.org/rep/mec/gs011-app-enablement-api/blob/master/MecServiceMgmtApi.yaml#/definitions/ServiceInfo ... Reference "ETSI GS MEC 011 3.2.1, clause 8.2.7.3.5" [Tags] PIC_MEC_PLAT PIC_SERVICES Remove individual service ${APP_INSTANCE_ID} ${SERVICE_ID} Loading @@ -170,7 +177,7 @@ TP_MEC_MEC011_SRV_APPSAQ_005_NF ... Check that the IUT responds with an error when ... a request for deletion of a unknown service is sent by a MEC Application ... ... Reference ETSI GS MEC 011 V2.2.1, clause 8.2.7.3.5 ... Reference "ETSI GS MEC 011 3.2.1, clause 8.2.7.3.5" [Tags] PIC_MEC_PLAT PIC_SERVICES Remove individual service ${APP_INSTANCE_ID} ${NON_EXISTENT_SERVICE_ID} Check HTTP Response Status Code Is 404 Loading MEC011/SRV/APPSAQ/environment/variables.txt +1 −1 Original line number Diff line number Diff line Loading @@ -13,7 +13,7 @@ ${apiVersion} v1 ${APP_INSTANCE_ID} 5abe4782-2c70-4e47-9a4e-0ee3a1a0fd1f ${INSTANCE_ID} instance_id ${FAKE_INSTANCE_ID_VALUE} 5 ${NON_EXISTENT_APP_INSTANCE_ID} NON_ESISTENT_APP_INSTANCE_ID ${NON_EXISTENT_APP_INSTANCE_ID} NON_EXISTENT_APP_INSTANCE_ID ${SERVICE_ID} e0deee2b-6e50-4f33-ab09-8bf0585025d3 ${NON_EXISTENT_SERVICE_ID} NON_EXISTENT_SERVICE_ID ${INVALID_ETAG} INVALID_ETAG Loading MEC011/SRV/APPSAQ/jsons/ServiceInfo.json +6 −40 Original line number Diff line number Diff line { "serName": "NEW_SERVICE_NAME", "version": "reprehenderit Ut non commodo", "serName": "serviceName", "version": "0.1", "state": "INACTIVE", "transportInfo": { "id": "labore ut Excepteur sunt ipsum", "name": "in minim enim", "type": "MB_ROUTING", "protocol": "veniam aliqua cillum in", "version": "exercitation pariatur", "endpoint": { "addresses": [ { "host": "sint culpa laboris", "port": 10968 } ] }, "security": { "oAuth2Info": { "grantTypes": [ "OAUTH2_IMPLICIT_GRANT", "OAUTH2_IMPLICIT_GRANT", "OAUTH2_CLIENT_CREDENTIALS" ], "tokenEndpoint": "https://RXjkuoqKaR.nskcJZJsyoIFJ0k86hJdxq.eTHEGqxAybM3DEZlUlYQpZ47s6RR+O9gyFrLbO92,9" } }, "description": "dolor occaecat pariatur ex do" }, "serializer": "XML", "serInstanceId": "cillum nostrud minim consectetur proident", "serCategory": { "href": "http://VWwswcAtAylGx.usasPjZ+bqQIHCMc7FfToVvk2M.SYAWYvSDKGSRL7Z.rxyfC0goFNZtoGJrlFc89,", "id": "consectetur et eiusmod", "name": "ea ipsum irure mollit et", "version": "et" }, "scopeOfLocality": "ZONE", "consumedLocalOnly": true, "isLocal": false "serInstanceId": "3F897E85-ABCD-FFFF-A957-FCF0CCE649FD", "transportId": "transportId" } No newline at end of file MEC011/SRV/APPSAQ/jsons/ServiceInfoError.json +6 −40 Original line number Diff line number Diff line { "Name": "WRONG_PARAMETER_NAME", "version": "reprehenderit Ut non commodo", "Name": "WRONG_PARAM_NAME", "version": "0.1", "state": "INACTIVE", "transportInfo": { "id": "labore ut Excepteur sunt ipsum", "name": "in minim enim", "type": "MB_ROUTING", "protocol": "veniam aliqua cillum in", "version": "exercitation pariatur", "endpoint": { "addresses": [ { "host": "sint culpa laboris", "port": 10968 } ] }, "security": { "oAuth2Info": { "grantTypes": [ "OAUTH2_IMPLICIT_GRANT", "OAUTH2_IMPLICIT_GRANT", "OAUTH2_CLIENT_CREDENTIALS" ], "tokenEndpoint": "https://RXjkuoqKaR.nskcJZJsyoIFJ0k86hJdxq.eTHEGqxAybM3DEZlUlYQpZ47s6RR+O9gyFrLbO92,9" } }, "description": "dolor occaecat pariatur ex do" }, "serializer": "XML", "serInstanceId": "cillum nostrud minim consectetur proident", "serCategory": { "href": "http://VWwswcAtAylGx.usasPjZ+bqQIHCMc7FfToVvk2M.SYAWYvSDKGSRL7Z.rxyfC0goFNZtoGJrlFc89,", "id": "consectetur et eiusmod", "name": "ea ipsum irure mollit et", "version": "et" }, "scopeOfLocality": "ZONE", "consumedLocalOnly": true, "isLocal": false "serInstanceId": "3F897E85-ABCD-FFFF-A957-FCF0CCE649FD", "transportId": "transportId" } No newline at end of file MEC011/SRV/APPSAQ/jsons/ServiceInfoUpdated.json +5 −40 Original line number Diff line number Diff line { "serName": "NEW_SERVICE_NAME", "version": "v2.0", "version": "0.1", "state": "INACTIVE", "transportInfo": { "id": "labore ut Excepteur sunt ipsum", "name": "in minim enim", "type": "MB_ROUTING", "protocol": "veniam aliqua cillum in", "version": "exercitation pariatur", "endpoint": { "addresses": [ { "host": "sint culpa laboris", "port": 10968 } ] }, "security": { "oAuth2Info": { "grantTypes": [ "OAUTH2_IMPLICIT_GRANT", "OAUTH2_IMPLICIT_GRANT", "OAUTH2_CLIENT_CREDENTIALS" ], "tokenEndpoint": "https://RXjkuoqKaR.nskcJZJsyoIFJ0k86hJdxq.eTHEGqxAybM3DEZlUlYQpZ47s6RR+O9gyFrLbO92,9" } }, "description": "dolor occaecat pariatur ex do" }, "serializer": "XML", "serInstanceId": "cillum nostrud minim consectetur proident", "serCategory": { "href": "http://VWwswcAtAylGx.usasPjZ+bqQIHCMc7FfToVvk2M.SYAWYvSDKGSRL7Z.rxyfC0goFNZtoGJrlFc89,", "id": "consectetur et eiusmod", "name": "ea ipsum irure mollit et", "version": "et" }, "scopeOfLocality": "ZONE", "consumedLocalOnly": true, "isLocal": false "serInstanceId": "3F897E85-ABCD-FFFF-A957-FCF0CCE649FD" } No newline at end of file Loading
MEC011/SRV/APPSAQ/PlatAppServices.robot +33 −26 Original line number Diff line number Diff line Loading @@ -18,8 +18,9 @@ TP_MEC_MEC011_SRV_APPSAQ_001_OK ... Check that the IUT responds with a list of available MEC services ... for a given application instance when queried by a MEC Application ... ... Reference ETSI GS MEC 011 V2.2.1, clause 8.2.6.3.1 ... OpenAPI https://forge.etsi.org/rep/mec/gs011-app-enablement-api/blob/master/MecServiceMgmtApi.yaml#/definitions/ServiceInfo ... Reference ETSI GS MEC 011 3.2.1, clause 5.2.5 ... Reference ETSI GS MEC 011 3.2.1, clause 8.1.2.2 ... Reference ETSI GS MEC 011 3.2.1, clause 8.2.6.3.1 [Tags] PIC_MEC_PLAT PIC_SERVICES Loading @@ -33,8 +34,9 @@ TP_MEC_MEC011_SRV_APPSAQ_001_BR ... Check that the IUT responds with an error when ... a request with incorrect parameters is sent by a MEC Application ... ... Reference ETSI GS MEC 011 V2.2.1, clause 8.2.6.3.1 ... Reference ETSI GS MEC 011 3.2.1, clause 5.2.5 ... Reference ETSI GS MEC 011 3.2.1, clause 8.1.2.2 ... Reference ETSI GS MEC 011 3.2.1, clause 8.2.6.3.1 [Tags] PIC_MEC_PLAT PIC_SERVICES # Wrong query parameter name should trigger an error response. Loading @@ -47,8 +49,9 @@ TP_MEC_MEC011_SRV_APPSAQ_002_OK ... Check that the IUT notifies the authorised relevant (subscribed) application ... instances when a new service for a given application instance is registered ... ... Reference ETSI GS MEC 011 V2.2.1, clause 8.2.6.3.4 ... OpenAPI https://forge.etsi.org/rep/mec/gs011-app-enablement-api/blob/master/MecServiceMgmtApi.yaml#/definitions/ServiceInfo ... Reference "ETSI GS MEC 011 3.2.1, clause 5.2.5", ... Reference "ETSI GS MEC 011 3.2.1, clause 8.1.2.2", ... Reference "ETSI GS MEC 011 3.2.1, clause 8.2.6.3.4" [Tags] PIC_MEC_PLAT PIC_SERVICES Create new service ServiceInfo ${APP_INSTANCE_ID} Loading @@ -63,8 +66,9 @@ TP_MEC_MEC011_SRV_APPSAQ_002_BR ... Check that the IUT responds with an error when ... a request with incorrect parameters is sent by a MEC Application ... ... Reference ETSI GS MEC 011 V2.2.1, clause 8.2.6.3.4 ... OpenAPI https://forge.etsi.org/rep/mec/gs011-app-enablement-api/blob/master/MecServiceMgmtApi.yaml#/definitions/ServiceInfo ... Reference "ETSI GS MEC 011 3.2.1, clause 5.2.5", ... Reference "ETSI GS MEC 011 3.2.1, clause 8.1.2.2", ... Reference "ETSI GS MEC 011 3.2.1, clause 8.2.6.3.4" [Tags] PIC_MEC_PLAT PIC_SERVICES Create new service ServiceInfoError ${APP_INSTANCE_ID} Loading @@ -76,7 +80,9 @@ TP_MEC_MEC011_SRV_APPSAQ_002_NF ... Check that the IUT responds with an error when ... a request for an unknown URI is sent by a MEC Application ... ... Reference ETSI GS MEC 011 V2.2.1, clause 8.2.6.3.4 ... Reference "ETSI GS MEC 011 3.2.1, clause 5.2.5", ... Reference "ETSI GS MEC 011 3.2.1, clause 8.1.2.2", ... Reference "ETSI GS MEC 011 3.2.1, clause 8.2.6.3.4" ... OpenAPI https://forge.etsi.org/rep/mec/gs011-app-enablement-api/blob/master/MecServiceMgmtApi.yaml#/definitions/ServiceInfo [Tags] PIC_MEC_PLAT PIC_SERVICES Loading @@ -89,8 +95,9 @@ TP_MEC_MEC011_SRV_APPSAQ_003_OK ... Check that the IUT responds with the information on a specific service ... for a given application instance when queried by a MEC Application ... ... Reference ETSI GS MEC 011 V2.2.1, clause 8.2.7.3.1 ... OpenAPI https://forge.etsi.org/rep/mec/gs011-app-enablement-api/blob/master/MecServiceMgmtApi.yaml#/definitions/ServiceInfo ... Reference "ETSI GS MEC 011 3.2.1, clause 5.2.5", ... Reference "ETSI GS MEC 011 3.2.1, clause 8.1.2.2", ... Reference "ETSI GS MEC 011 3.2.1, clause 8.2.7.3.1" [Tags] PIC_MEC_PLAT PIC_SERVICES Get individual service ${APP_INSTANCE_ID} ${SERVICE_ID} Loading @@ -104,8 +111,9 @@ TP_MEC_MEC011_SRV_APPSAQ_003_NF ... Check that the IUT responds with an error when ... a request for an unknown URI is sent by a MEC Application ... ... Reference ETSI GS MEC 011 V2.2.1, clause 8.2.7.3.1 ... Reference "ETSI GS MEC 011 3.2.1, clause 5.2.5", ... Reference "ETSI GS MEC 011 3.2.1, clause 8.1.2.2", ... Reference "ETSI GS MEC 011 3.2.1, clause 8.2.7.3.1" [Tags] PIC_MEC_PLAT PIC_SERVICES Get individual service ${APP_INSTANCE_ID} ${NON_EXISTENT_SERVICE_ID} Check HTTP Response Status Code Is 404 Loading @@ -116,9 +124,9 @@ TP_MEC_MEC011_SRV_APPSAQ_004_OK ... Check that the IUT updates a service information for a given ... application instance when commanded by a MEC Application ... ... Reference ETSI GS MEC 011 V2.2.1, clause 8.2.7.3.2 ... OpenAPI https://forge.etsi.org/rep/mec/gs011-app-enablement-api/blob/master/MecServiceMgmtApi.yaml#/definitions/ServiceInfo ... Reference "ETSI GS MEC 011 3.2.1, clause 5.2.4", ... Reference "ETSI GS MEC 011 3.2.1, clause 8.1.2.2", ... Reference "ETSI GS MEC 011 3.2.1, clause 8.2.7.3.2" [Tags] PIC_MEC_PLAT PIC_SERVICES Update service ${APP_INSTANCE_ID} ${SERVICE_ID} ServiceInfoUpdated Check HTTP Response Status Code Is 200 Loading @@ -131,9 +139,9 @@ TP_MEC_MEC011_SRV_APPSAQ_004_BR ... Check that the IUT responds with an error when ... a request with incorrect parameters is sent by a MEC Application ... ... Reference ETSI GS MEC 011 V2.2.1, clause 8.2.7.3.2 ... OpenAPI https://forge.etsi.org/rep/mec/gs011-app-enablement-api/blob/master/MecServiceMgmtApi.yaml#/definitions/ServiceInfo ... Reference "ETSI GS MEC 011 3.2.1, clause 5.2.4", ... Reference "ETSI GS MEC 011 3.2.1, clause 8.1.2.2", ... Reference "ETSI GS MEC 011 3.2.1, clause 8.2.7.3.2" [Tags] PIC_MEC_PLAT PIC_SERVICES Update service ${APP_INSTANCE_ID} ${SERVICE_ID} ServiceInfoUpdatedError Check HTTP Response Status Code Is 400 Loading @@ -144,9 +152,9 @@ TP_MEC_MEC011_SRV_APPSAQ_004_NF ... Check that the IUT responds with an error when ... a request for an unknown URI is sent by a MEC Application ... ... Reference ETSI GS MEC 011 V2.2.1, clause 8.2.7.3.2 ... OpenAPI https://forge.etsi.org/rep/mec/gs011-app-enablement-api/blob/master/MecServiceMgmtApi.yaml#/definitions/ServiceInfo ... Reference "ETSI GS MEC 011 3.2.1, clause 5.2.4", ... Reference "ETSI GS MEC 011 3.2.1, clause 8.1.2.2", ... Reference "ETSI GS MEC 011 3.2.1, clause 8.2.7.3.2" [Tags] PIC_MEC_PLAT PIC_SERVICES Update service ${APP_INSTANCE_ID} ${NON_EXISTENT_SERVICE_ID} ServiceInfoUpdated Check HTTP Response Status Code Is 404 Loading @@ -157,8 +165,7 @@ TP_MEC_MEC011_SRV_APPSAQ_005_OK ... Check that the IUT executes the deletion of a service ... for a given application instance when requested by a MEC Application ... ... Reference ETSI GS MEC 011 V2.2.1, clause 8.2.7.3.5 ... OpenAPI https://forge.etsi.org/rep/mec/gs011-app-enablement-api/blob/master/MecServiceMgmtApi.yaml#/definitions/ServiceInfo ... Reference "ETSI GS MEC 011 3.2.1, clause 8.2.7.3.5" [Tags] PIC_MEC_PLAT PIC_SERVICES Remove individual service ${APP_INSTANCE_ID} ${SERVICE_ID} Loading @@ -170,7 +177,7 @@ TP_MEC_MEC011_SRV_APPSAQ_005_NF ... Check that the IUT responds with an error when ... a request for deletion of a unknown service is sent by a MEC Application ... ... Reference ETSI GS MEC 011 V2.2.1, clause 8.2.7.3.5 ... Reference "ETSI GS MEC 011 3.2.1, clause 8.2.7.3.5" [Tags] PIC_MEC_PLAT PIC_SERVICES Remove individual service ${APP_INSTANCE_ID} ${NON_EXISTENT_SERVICE_ID} Check HTTP Response Status Code Is 404 Loading
MEC011/SRV/APPSAQ/environment/variables.txt +1 −1 Original line number Diff line number Diff line Loading @@ -13,7 +13,7 @@ ${apiVersion} v1 ${APP_INSTANCE_ID} 5abe4782-2c70-4e47-9a4e-0ee3a1a0fd1f ${INSTANCE_ID} instance_id ${FAKE_INSTANCE_ID_VALUE} 5 ${NON_EXISTENT_APP_INSTANCE_ID} NON_ESISTENT_APP_INSTANCE_ID ${NON_EXISTENT_APP_INSTANCE_ID} NON_EXISTENT_APP_INSTANCE_ID ${SERVICE_ID} e0deee2b-6e50-4f33-ab09-8bf0585025d3 ${NON_EXISTENT_SERVICE_ID} NON_EXISTENT_SERVICE_ID ${INVALID_ETAG} INVALID_ETAG Loading
MEC011/SRV/APPSAQ/jsons/ServiceInfo.json +6 −40 Original line number Diff line number Diff line { "serName": "NEW_SERVICE_NAME", "version": "reprehenderit Ut non commodo", "serName": "serviceName", "version": "0.1", "state": "INACTIVE", "transportInfo": { "id": "labore ut Excepteur sunt ipsum", "name": "in minim enim", "type": "MB_ROUTING", "protocol": "veniam aliqua cillum in", "version": "exercitation pariatur", "endpoint": { "addresses": [ { "host": "sint culpa laboris", "port": 10968 } ] }, "security": { "oAuth2Info": { "grantTypes": [ "OAUTH2_IMPLICIT_GRANT", "OAUTH2_IMPLICIT_GRANT", "OAUTH2_CLIENT_CREDENTIALS" ], "tokenEndpoint": "https://RXjkuoqKaR.nskcJZJsyoIFJ0k86hJdxq.eTHEGqxAybM3DEZlUlYQpZ47s6RR+O9gyFrLbO92,9" } }, "description": "dolor occaecat pariatur ex do" }, "serializer": "XML", "serInstanceId": "cillum nostrud minim consectetur proident", "serCategory": { "href": "http://VWwswcAtAylGx.usasPjZ+bqQIHCMc7FfToVvk2M.SYAWYvSDKGSRL7Z.rxyfC0goFNZtoGJrlFc89,", "id": "consectetur et eiusmod", "name": "ea ipsum irure mollit et", "version": "et" }, "scopeOfLocality": "ZONE", "consumedLocalOnly": true, "isLocal": false "serInstanceId": "3F897E85-ABCD-FFFF-A957-FCF0CCE649FD", "transportId": "transportId" } No newline at end of file
MEC011/SRV/APPSAQ/jsons/ServiceInfoError.json +6 −40 Original line number Diff line number Diff line { "Name": "WRONG_PARAMETER_NAME", "version": "reprehenderit Ut non commodo", "Name": "WRONG_PARAM_NAME", "version": "0.1", "state": "INACTIVE", "transportInfo": { "id": "labore ut Excepteur sunt ipsum", "name": "in minim enim", "type": "MB_ROUTING", "protocol": "veniam aliqua cillum in", "version": "exercitation pariatur", "endpoint": { "addresses": [ { "host": "sint culpa laboris", "port": 10968 } ] }, "security": { "oAuth2Info": { "grantTypes": [ "OAUTH2_IMPLICIT_GRANT", "OAUTH2_IMPLICIT_GRANT", "OAUTH2_CLIENT_CREDENTIALS" ], "tokenEndpoint": "https://RXjkuoqKaR.nskcJZJsyoIFJ0k86hJdxq.eTHEGqxAybM3DEZlUlYQpZ47s6RR+O9gyFrLbO92,9" } }, "description": "dolor occaecat pariatur ex do" }, "serializer": "XML", "serInstanceId": "cillum nostrud minim consectetur proident", "serCategory": { "href": "http://VWwswcAtAylGx.usasPjZ+bqQIHCMc7FfToVvk2M.SYAWYvSDKGSRL7Z.rxyfC0goFNZtoGJrlFc89,", "id": "consectetur et eiusmod", "name": "ea ipsum irure mollit et", "version": "et" }, "scopeOfLocality": "ZONE", "consumedLocalOnly": true, "isLocal": false "serInstanceId": "3F897E85-ABCD-FFFF-A957-FCF0CCE649FD", "transportId": "transportId" } No newline at end of file
MEC011/SRV/APPSAQ/jsons/ServiceInfoUpdated.json +5 −40 Original line number Diff line number Diff line { "serName": "NEW_SERVICE_NAME", "version": "v2.0", "version": "0.1", "state": "INACTIVE", "transportInfo": { "id": "labore ut Excepteur sunt ipsum", "name": "in minim enim", "type": "MB_ROUTING", "protocol": "veniam aliqua cillum in", "version": "exercitation pariatur", "endpoint": { "addresses": [ { "host": "sint culpa laboris", "port": 10968 } ] }, "security": { "oAuth2Info": { "grantTypes": [ "OAUTH2_IMPLICIT_GRANT", "OAUTH2_IMPLICIT_GRANT", "OAUTH2_CLIENT_CREDENTIALS" ], "tokenEndpoint": "https://RXjkuoqKaR.nskcJZJsyoIFJ0k86hJdxq.eTHEGqxAybM3DEZlUlYQpZ47s6RR+O9gyFrLbO92,9" } }, "description": "dolor occaecat pariatur ex do" }, "serializer": "XML", "serInstanceId": "cillum nostrud minim consectetur proident", "serCategory": { "href": "http://VWwswcAtAylGx.usasPjZ+bqQIHCMc7FfToVvk2M.SYAWYvSDKGSRL7Z.rxyfC0goFNZtoGJrlFc89,", "id": "consectetur et eiusmod", "name": "ea ipsum irure mollit et", "version": "et" }, "scopeOfLocality": "ZONE", "consumedLocalOnly": true, "isLocal": false "serInstanceId": "3F897E85-ABCD-FFFF-A957-FCF0CCE649FD" } No newline at end of file