Skip to content
Snippets Groups Projects
Commit 946d0cfa authored by piscione's avatar piscione
Browse files

Updated MEC011 SAQ to for MEC011v3.2.1

parent 66061047
No related branches found
No related tags found
1 merge request!3Merge of TT027 branch into master
Pipeline #15081 passed
...@@ -19,8 +19,9 @@ TP_MEC_MEC011_SRV_SAQ_001_OK ...@@ -19,8 +19,9 @@ TP_MEC_MEC011_SRV_SAQ_001_OK
... Check that the IUT responds with a list of available MEC services ... Check that the IUT responds with a list of available MEC services
... when queried by a MEC Application ... when queried by a MEC Application
... ...
... Reference ETSI GS MEC 011 V2.2.1, clause 8.2.3.3.1 ... Reference "ETSI GS MEC 011 3.2.1, clause 5.2.5",
... OpenAPI https://forge.etsi.org/rep/mec/gs011-app-enablement-api/blob/master/MecServiceMgmtApi.yaml#/definitions/ServiceInfoList ... Reference "ETSI GS MEC 011 3.2.1, clause 8.1.2.2",
... Reference "ETSI GS MEC 011 3.2.1, clause 8.2.3.3.1"
[Tags] PIC_MEC_PLAT PIC_SERVICES [Tags] PIC_MEC_PLAT PIC_SERVICES
Get list of available MEC services Get list of available MEC services
...@@ -33,7 +34,9 @@ TP_MEC_MEC011_SRV_SAQ_001_BR ...@@ -33,7 +34,9 @@ TP_MEC_MEC011_SRV_SAQ_001_BR
... Check that the IUT responds with an error when ... Check that the IUT responds with an error when
... a request with incorrect parameters is sent by a MEC Application ... a request with incorrect parameters is sent by a MEC Application
... ...
... Reference ETSI GS MEC 011 V2.2.1, clause 8.2.3.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.3.3.1"
[Tags] PIC_MEC_PLAT PIC_SERVICES [Tags] PIC_MEC_PLAT PIC_SERVICES
Get list of available MEC services with parameters instance_id ${INVALID_VALUE} Get list of available MEC services with parameters instance_id ${INVALID_VALUE}
...@@ -45,9 +48,9 @@ TP_MEC_MEC011_SRV_SAQ_002_OK ...@@ -45,9 +48,9 @@ TP_MEC_MEC011_SRV_SAQ_002_OK
... Check that the IUT responds with the information on a specific service ... Check that the IUT responds with the information on a specific service
... when queried by a MEC Application ... when queried by a MEC Application
... ...
... Reference ETSI GS MEC 011 V2.2.1, clause 8.2.4.3.1 ... "ETSI GS MEC 011 3.2.1, clause 5.2.5",
... OpenAPI https://forge.etsi.org/rep/mec/gs011-app-enablement-api/blob/master/MecServiceMgmtApi.yaml#/definitions/ServiceInfoList ... "ETSI GS MEC 011 3.2.1, clause 8.1.2.2",
... "ETSI GS MEC 011 3.2.1, clause 8.2.4.3.1"
[Tags] PIC_MEC_PLAT PIC_SERVICES [Tags] PIC_MEC_PLAT PIC_SERVICES
Get specific MEC service ${SERVICE_ID} Get specific MEC service ${SERVICE_ID}
Check HTTP Response Status Code Is 200 Check HTTP Response Status Code Is 200
...@@ -60,8 +63,9 @@ TP_MEC_MEC011_SRV_SAQ_002_NF ...@@ -60,8 +63,9 @@ TP_MEC_MEC011_SRV_SAQ_002_NF
... Check that the IUT responds with an error when ... Check that the IUT responds with an error when
... a request for an unknown URI is sent by a MEC Application ... a request for an unknown URI is sent by a MEC Application
... ...
... Reference ETSI GS MEC 011 V2.2.1, clause 8.2.4.3.1 ... "ETSI GS MEC 011 3.2.1, clause 5.2.5",
... "ETSI GS MEC 011 3.2.1, clause 8.1.2.2",
... "ETSI GS MEC 011 3.2.1, clause 8.2.4.3.1"
[Tags] PIC_MEC_PLAT PIC_SERVICES [Tags] PIC_MEC_PLAT PIC_SERVICES
Get specific MEC service ${NON_EXISTENT_SERVICE_ID} Get specific MEC service ${NON_EXISTENT_SERVICE_ID}
Check HTTP Response Status Code Is 404 Check HTTP Response Status Code Is 404
......
...@@ -19,7 +19,7 @@ ${NON_EXISTENT_SERVICE_ID} NON_EXISTENT_SERVICE_ID ...@@ -19,7 +19,7 @@ ${NON_EXISTENT_SERVICE_ID} NON_EXISTENT_SERVICE_ID
${APP_INSTANCE_ID} 5abe4782-2c70-4e47-9a4e-0ee3a1a0fd1f ${APP_INSTANCE_ID} 5abe4782-2c70-4e47-9a4e-0ee3a1a0fd1f
${INSTANCE_ID} instance_id ${INSTANCE_ID} instance_id
${FAKE_INSTANCE_ID_VALUE} 5 ${FAKE_INSTANCE_ID_VALUE} 5
${NON_EXISTENT_APP_INSTANCE_ID} NON_ESISTENT_APP_INSTANCE_ID ${NON_EXISTENT_APP_INSTANCE_ID} NON_ESISTENT_APP_INSTANCE_ID
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment