Loading MEC016/MEO/UEAPPCTX/SysUeAppsContext.robot +8 −8 Original line number Diff line number Diff line Loading @@ -14,7 +14,7 @@ Library REST ${MEC-APP_SCHEMA}://${MEC-APP_HOST}:${MEC-APP_PORT} ssl_v TC_MEC_MEC016_MEO_UEAPPCTX_001_OK [Documentation] ... Check that the IUT acknowledges the creation of the application context when requested by an UE Application ... Reference ETSI GS MEC 016 v2.2.1, clause 7.4.3.4 ... Reference ETSI GS MEC 016 v3.1.1, clause 7.4.3.4 ... Reference https://forge.etsi.org/gitlab/mec/gs016-ue-app-api/blob/master/UEAppInterfaceApi.yaml Should Be True ${PIC_MEC_SYSTEM} == 1 Should Be True ${PIC_SERVICES} == 1 Loading @@ -31,7 +31,7 @@ TC_MEC_MEC016_MEO_UEAPPCTX_001_OK TC_MEC_MEC016_MEO_UEAPPCTX_001_BR [Documentation] ... Check that the IUT responds with an error when a request with incorrect parameters is sent by a MEC Application ... Reference ETSI GS MEC 016 v2.2.1, clause 7.4.3.4 ... Reference ETSI GS MEC 016 v3.1.1, clause 7.4.3.4 ... Reference https://forge.etsi.org/gitlab/mec/gs016-ue-app-api/blob/master/UEAppInterfaceApi.yaml Should Be True ${PIC_MEC_SYSTEM} == 1 Should Be True ${PIC_SERVICES} == 1 Loading @@ -42,7 +42,7 @@ TC_MEC_MEC016_MEO_UEAPPCTX_001_BR TC_MEC_MEC016_MEO_UEAPPCTX_001_NF [Documentation] ... Check that the IUT responds with an error when a request with incorrect URL is sent by a MEC Application ... Reference ETSI GS MEC 016 v2.2.1, clause 7.4.3.4 ... Reference ETSI GS MEC 016 v3.1.1, clause 7.4.3.4 ... Reference https://forge.etsi.org/gitlab/mec/gs016-ue-app-api/blob/master/UEAppInterfaceApi.yaml Should Be True ${PIC_MEC_SYSTEM} == 1 Should Be True ${PIC_SERVICES} == 1 Loading @@ -53,7 +53,7 @@ TC_MEC_MEC016_MEO_UEAPPCTX_001_NF TC_MEC_MEC016_MEO_UEAPPCTX_002_OK [Documentation] ... Check that the IUT updates the application callback reference when commanded by an UE Application ... Reference ETSI GS MEC 016 v2.2.1, clause 7.5.3.2 ... Reference ETSI GS MEC 016 v3.1.1, clause 7.5.3.2 ... Reference https://forge.etsi.org/gitlab/mec/gs016-ue-app-api/blob/master/UEAppInterfaceApi.yaml Should Be True ${PIC_MEC_SYSTEM} == 1 Should Be True ${PIC_SERVICES} == 1 Loading @@ -71,7 +71,7 @@ TC_MEC_MEC016_MEO_UEAPPCTX_002_OK TC_MEC_MEC016_MEO_UEAPPCTX_002_BR [Documentation] ... Check that the IUT responds with an error when a request with incorrect parameters is sent by a MEC Application ... Reference ETSI GS MEC 016 v2.2.1, clause 7.5.3.2 ... Reference ETSI GS MEC 016 v3.1.1, clause 7.5.3.2 ... Reference https://forge.etsi.org/gitlab/mec/gs016-ue-app-api/blob/master/UEAppInterfaceApi.yaml Should Be True ${PIC_MEC_SYSTEM} == 1 Should Be True ${PIC_SERVICES} == 1 Loading @@ -88,7 +88,7 @@ TC_MEC_MEC016_MEO_UEAPPCTX_002_BR TC_MEC_MEC016_MEO_UEAPPCTX_002_NF [Documentation] ... 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 016 2.2.1, clause 7.5.3.2 ... Reference ETSI GS MEC 016 3.1.1, clause 7.5.3.2 ... Reference https://forge.etsi.org/gitlab/mec/gs016-ue-app-api/blob/master/UEAppInterfaceApi.yaml # Preamble Should Be True ${PIC_MEC_SYSTEM} == 1 Loading @@ -101,7 +101,7 @@ TC_MEC_MEC016_MEO_UEAPPCTX_002_NF TC_MEC_MEC016_MEO_UEAPPCTX_003_OK [Documentation] ... Check that the IUT deletes the application context when commanded by an UE Application ... Reference ETSI GS MEC 016 2.2.1, clause 7.5.3.5 ... Reference ETSI GS MEC 016 3.1.1, clause 7.5.3.5 ... Reference https://forge.etsi.org/gitlab/mec/gs016-ue-app-api/blob/master/UEAppInterfaceApi.yaml#/definitions/AppContext # Preamble Should Be True ${PIC_MEC_SYSTEM} == 1 Loading @@ -117,7 +117,7 @@ TC_MEC_MEC016_MEO_UEAPPCTX_003_OK TC_MEC_MEC016_MEO_UEAPPCTX_003_NF [Documentation] ... Check that the IUT deletes the application context when commanded by an UE Application ... Reference ETSI GS MEC 016 2.2.1, clause 7.5.3.5 ... Reference ETSI GS MEC 016 3.1.1, clause 7.5.3.5 ... Reference https://forge.etsi.org/gitlab/mec/gs016-ue-app-api/blob/master/UEAppInterfaceApi.yaml#/definitions/AppContext # Preamble Should Be True ${PIC_MEC_SYSTEM} == 1 Loading MEC016/MEO/UEAPPLOC/SysUeApplicationsLocation.robot +3 −3 Original line number Diff line number Diff line Loading @@ -13,7 +13,7 @@ Library REST ${MEC-APP_SCHEMA}://${MEC-APP_HOST}:${MEC-APP_PORT} ssl_v TP_MEC_MEC016_MEO_UEAPPLOC_001_OK [Documentation] ... Check that the IUT sends the locations available for instantiation of a specific user application when requested by an UE Application ... Reference ETSI GS MEC 016 2.2.1, clause 7.6.3.4 ... Reference ETSI GS MEC 016 3.1.1, clause 7.6.3.4 ... Reference https://forge.etsi.org/gitlab/mec/gs016-ue-app-api/blob/master/UEAppInterfaceApi.yaml#/definitions/ApplicationList Should Be True ${PIC_MEC_SYSTEM} == 1 Should Be True ${PIC_SERVICES} == 1 Loading @@ -26,7 +26,7 @@ TP_MEC_MEC016_MEO_UEAPPLOC_001_OK TP_MEC_MEC016_MEO_UEAPPLOC_001_BR [Documentation] ... Check that the IUT responds with an error when a request with incorrect parameters is sent by a MEC Application ... Reference ETSI GS MEC 016 2.2.1, clause 7.6.3.4 ... Reference ETSI GS MEC 016 3.1.1, clause 7.6.3.4 ... Reference https://forge.etsi.org/gitlab/mec/gs016-ue-app-api/blob/master/UEAppInterfaceApi.yaml#/definitions/ApplicationList Should Be True ${PIC_MEC_SYSTEM} == 1 Should Be True ${PIC_SERVICES} == 1 Loading @@ -37,7 +37,7 @@ TP_MEC_MEC016_MEO_UEAPPLOC_001_BR TP_MEC_MEC016_MEO_UEAPPCTX_001_NF [Documentation] ... Check that the IUT responds with an error when a request with incorrect URL is sent by a MEC Application ... Reference ETSI GS MEC 016 2.2.1, clause 7.6.3.4 ... Reference ETSI GS MEC 016 3.1.1, clause 7.6.3.4 ... Reference https://forge.etsi.org/gitlab/mec/gs016-ue-app-api/blob/master/UEAppInterfaceApi.yaml#/definitions/ApplicationList Should Be True ${PIC_MEC_SYSTEM} == 1 Should Be True ${PIC_SERVICES} == 1 Loading MEC016/MEO/UEAPPS/SysUeApplications.robot +4 −4 Original line number Diff line number Diff line Loading @@ -14,7 +14,7 @@ Library REST ${MEC-APP_SCHEMA}://${MEC-APP_HOST}:${MEC-APP_PORT} ssl_v TP_MEC_MEC016_MEO_UEAPPS_001_OK [Documentation] ... Check that the IUT responds with the list of user applications available when requested by an UE Application ... Reference ETSI GS MEC 016 v2.2.1, clause 7.3.3.1 ... Reference ETSI GS MEC 016 v3.1.1, clause 7.3.3.1 ... Reference https://forge.etsi.org/gitlab/mec/gs016-ue-app-api/blob/master/UEAppInterfaceApi.yaml#/definitions/ApplicationList Should Be True ${PIC_MEC_SYSTEM} == 1 Should Be True ${PIC_SERVICES} == 1 Loading @@ -31,7 +31,7 @@ TP_MEC_MEC016_MEO_UEAPPS_001_OK TP_MEC_MEC016_MEO_UEAPPS_001_NF [Documentation] ... 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 016 v2.2.1, clause 7.3.3.1 ... Reference ETSI GS MEC 016 v3.1.1, clause 7.3.3.1 ... Reference https://forge.etsi.org/gitlab/mec/gs016-ue-app-api/blob/master/UEAppInterfaceApi.yaml#/definitions/ApplicationList Should Be True ${PIC_MEC_SYSTEM} == 1 Should Be True ${PIC_SERVICES} == 1 Loading @@ -42,7 +42,7 @@ TP_MEC_MEC016_MEO_UEAPPS_001_NF TP_MEC_MEC016_MEO_UEAPPS_002_OK [Documentation] ... Check that the IUT responds with the list of user applications available when requested by an UE Application ... Reference ETSI GS MEC 016 2.2.1, clause 7.3.3.1 ... Reference ETSI GS MEC 016 3.1.1, clause 7.3.3.1 ... Reference https://forge.etsi.org/gitlab/mec/gs016-ue-app-api/blob/master/UEAppInterfaceApi.yaml#/definitions/ApplicationList Should Be True ${PIC_MEC_SYSTEM} == 1 Should Be True ${PIC_SERVICES} == 1 Loading @@ -58,7 +58,7 @@ TP_MEC_MEC016_MEO_UEAPPS_002_OK TP_MEC_MEC016_MEO_UEAPPS_002_BR [Documentation] ... Check that the IUT responds with the list of user applications available when requested by an UE Application ... Reference ETSI GS MEC 016 2.2.1, clause 7.3.3.1 ... Reference ETSI GS MEC 016 3.1.1, clause 7.3.3.1 ... Reference https://forge.etsi.org/gitlab/mec/gs016-ue-app-api/blob/master/UEAppInterfaceApi.yaml#/definitions/ApplicationList Should Be True ${PIC_MEC_SYSTEM} == 1 Should Be True ${PIC_SERVICES} == 1 Loading Loading
MEC016/MEO/UEAPPCTX/SysUeAppsContext.robot +8 −8 Original line number Diff line number Diff line Loading @@ -14,7 +14,7 @@ Library REST ${MEC-APP_SCHEMA}://${MEC-APP_HOST}:${MEC-APP_PORT} ssl_v TC_MEC_MEC016_MEO_UEAPPCTX_001_OK [Documentation] ... Check that the IUT acknowledges the creation of the application context when requested by an UE Application ... Reference ETSI GS MEC 016 v2.2.1, clause 7.4.3.4 ... Reference ETSI GS MEC 016 v3.1.1, clause 7.4.3.4 ... Reference https://forge.etsi.org/gitlab/mec/gs016-ue-app-api/blob/master/UEAppInterfaceApi.yaml Should Be True ${PIC_MEC_SYSTEM} == 1 Should Be True ${PIC_SERVICES} == 1 Loading @@ -31,7 +31,7 @@ TC_MEC_MEC016_MEO_UEAPPCTX_001_OK TC_MEC_MEC016_MEO_UEAPPCTX_001_BR [Documentation] ... Check that the IUT responds with an error when a request with incorrect parameters is sent by a MEC Application ... Reference ETSI GS MEC 016 v2.2.1, clause 7.4.3.4 ... Reference ETSI GS MEC 016 v3.1.1, clause 7.4.3.4 ... Reference https://forge.etsi.org/gitlab/mec/gs016-ue-app-api/blob/master/UEAppInterfaceApi.yaml Should Be True ${PIC_MEC_SYSTEM} == 1 Should Be True ${PIC_SERVICES} == 1 Loading @@ -42,7 +42,7 @@ TC_MEC_MEC016_MEO_UEAPPCTX_001_BR TC_MEC_MEC016_MEO_UEAPPCTX_001_NF [Documentation] ... Check that the IUT responds with an error when a request with incorrect URL is sent by a MEC Application ... Reference ETSI GS MEC 016 v2.2.1, clause 7.4.3.4 ... Reference ETSI GS MEC 016 v3.1.1, clause 7.4.3.4 ... Reference https://forge.etsi.org/gitlab/mec/gs016-ue-app-api/blob/master/UEAppInterfaceApi.yaml Should Be True ${PIC_MEC_SYSTEM} == 1 Should Be True ${PIC_SERVICES} == 1 Loading @@ -53,7 +53,7 @@ TC_MEC_MEC016_MEO_UEAPPCTX_001_NF TC_MEC_MEC016_MEO_UEAPPCTX_002_OK [Documentation] ... Check that the IUT updates the application callback reference when commanded by an UE Application ... Reference ETSI GS MEC 016 v2.2.1, clause 7.5.3.2 ... Reference ETSI GS MEC 016 v3.1.1, clause 7.5.3.2 ... Reference https://forge.etsi.org/gitlab/mec/gs016-ue-app-api/blob/master/UEAppInterfaceApi.yaml Should Be True ${PIC_MEC_SYSTEM} == 1 Should Be True ${PIC_SERVICES} == 1 Loading @@ -71,7 +71,7 @@ TC_MEC_MEC016_MEO_UEAPPCTX_002_OK TC_MEC_MEC016_MEO_UEAPPCTX_002_BR [Documentation] ... Check that the IUT responds with an error when a request with incorrect parameters is sent by a MEC Application ... Reference ETSI GS MEC 016 v2.2.1, clause 7.5.3.2 ... Reference ETSI GS MEC 016 v3.1.1, clause 7.5.3.2 ... Reference https://forge.etsi.org/gitlab/mec/gs016-ue-app-api/blob/master/UEAppInterfaceApi.yaml Should Be True ${PIC_MEC_SYSTEM} == 1 Should Be True ${PIC_SERVICES} == 1 Loading @@ -88,7 +88,7 @@ TC_MEC_MEC016_MEO_UEAPPCTX_002_BR TC_MEC_MEC016_MEO_UEAPPCTX_002_NF [Documentation] ... 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 016 2.2.1, clause 7.5.3.2 ... Reference ETSI GS MEC 016 3.1.1, clause 7.5.3.2 ... Reference https://forge.etsi.org/gitlab/mec/gs016-ue-app-api/blob/master/UEAppInterfaceApi.yaml # Preamble Should Be True ${PIC_MEC_SYSTEM} == 1 Loading @@ -101,7 +101,7 @@ TC_MEC_MEC016_MEO_UEAPPCTX_002_NF TC_MEC_MEC016_MEO_UEAPPCTX_003_OK [Documentation] ... Check that the IUT deletes the application context when commanded by an UE Application ... Reference ETSI GS MEC 016 2.2.1, clause 7.5.3.5 ... Reference ETSI GS MEC 016 3.1.1, clause 7.5.3.5 ... Reference https://forge.etsi.org/gitlab/mec/gs016-ue-app-api/blob/master/UEAppInterfaceApi.yaml#/definitions/AppContext # Preamble Should Be True ${PIC_MEC_SYSTEM} == 1 Loading @@ -117,7 +117,7 @@ TC_MEC_MEC016_MEO_UEAPPCTX_003_OK TC_MEC_MEC016_MEO_UEAPPCTX_003_NF [Documentation] ... Check that the IUT deletes the application context when commanded by an UE Application ... Reference ETSI GS MEC 016 2.2.1, clause 7.5.3.5 ... Reference ETSI GS MEC 016 3.1.1, clause 7.5.3.5 ... Reference https://forge.etsi.org/gitlab/mec/gs016-ue-app-api/blob/master/UEAppInterfaceApi.yaml#/definitions/AppContext # Preamble Should Be True ${PIC_MEC_SYSTEM} == 1 Loading
MEC016/MEO/UEAPPLOC/SysUeApplicationsLocation.robot +3 −3 Original line number Diff line number Diff line Loading @@ -13,7 +13,7 @@ Library REST ${MEC-APP_SCHEMA}://${MEC-APP_HOST}:${MEC-APP_PORT} ssl_v TP_MEC_MEC016_MEO_UEAPPLOC_001_OK [Documentation] ... Check that the IUT sends the locations available for instantiation of a specific user application when requested by an UE Application ... Reference ETSI GS MEC 016 2.2.1, clause 7.6.3.4 ... Reference ETSI GS MEC 016 3.1.1, clause 7.6.3.4 ... Reference https://forge.etsi.org/gitlab/mec/gs016-ue-app-api/blob/master/UEAppInterfaceApi.yaml#/definitions/ApplicationList Should Be True ${PIC_MEC_SYSTEM} == 1 Should Be True ${PIC_SERVICES} == 1 Loading @@ -26,7 +26,7 @@ TP_MEC_MEC016_MEO_UEAPPLOC_001_OK TP_MEC_MEC016_MEO_UEAPPLOC_001_BR [Documentation] ... Check that the IUT responds with an error when a request with incorrect parameters is sent by a MEC Application ... Reference ETSI GS MEC 016 2.2.1, clause 7.6.3.4 ... Reference ETSI GS MEC 016 3.1.1, clause 7.6.3.4 ... Reference https://forge.etsi.org/gitlab/mec/gs016-ue-app-api/blob/master/UEAppInterfaceApi.yaml#/definitions/ApplicationList Should Be True ${PIC_MEC_SYSTEM} == 1 Should Be True ${PIC_SERVICES} == 1 Loading @@ -37,7 +37,7 @@ TP_MEC_MEC016_MEO_UEAPPLOC_001_BR TP_MEC_MEC016_MEO_UEAPPCTX_001_NF [Documentation] ... Check that the IUT responds with an error when a request with incorrect URL is sent by a MEC Application ... Reference ETSI GS MEC 016 2.2.1, clause 7.6.3.4 ... Reference ETSI GS MEC 016 3.1.1, clause 7.6.3.4 ... Reference https://forge.etsi.org/gitlab/mec/gs016-ue-app-api/blob/master/UEAppInterfaceApi.yaml#/definitions/ApplicationList Should Be True ${PIC_MEC_SYSTEM} == 1 Should Be True ${PIC_SERVICES} == 1 Loading
MEC016/MEO/UEAPPS/SysUeApplications.robot +4 −4 Original line number Diff line number Diff line Loading @@ -14,7 +14,7 @@ Library REST ${MEC-APP_SCHEMA}://${MEC-APP_HOST}:${MEC-APP_PORT} ssl_v TP_MEC_MEC016_MEO_UEAPPS_001_OK [Documentation] ... Check that the IUT responds with the list of user applications available when requested by an UE Application ... Reference ETSI GS MEC 016 v2.2.1, clause 7.3.3.1 ... Reference ETSI GS MEC 016 v3.1.1, clause 7.3.3.1 ... Reference https://forge.etsi.org/gitlab/mec/gs016-ue-app-api/blob/master/UEAppInterfaceApi.yaml#/definitions/ApplicationList Should Be True ${PIC_MEC_SYSTEM} == 1 Should Be True ${PIC_SERVICES} == 1 Loading @@ -31,7 +31,7 @@ TP_MEC_MEC016_MEO_UEAPPS_001_OK TP_MEC_MEC016_MEO_UEAPPS_001_NF [Documentation] ... 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 016 v2.2.1, clause 7.3.3.1 ... Reference ETSI GS MEC 016 v3.1.1, clause 7.3.3.1 ... Reference https://forge.etsi.org/gitlab/mec/gs016-ue-app-api/blob/master/UEAppInterfaceApi.yaml#/definitions/ApplicationList Should Be True ${PIC_MEC_SYSTEM} == 1 Should Be True ${PIC_SERVICES} == 1 Loading @@ -42,7 +42,7 @@ TP_MEC_MEC016_MEO_UEAPPS_001_NF TP_MEC_MEC016_MEO_UEAPPS_002_OK [Documentation] ... Check that the IUT responds with the list of user applications available when requested by an UE Application ... Reference ETSI GS MEC 016 2.2.1, clause 7.3.3.1 ... Reference ETSI GS MEC 016 3.1.1, clause 7.3.3.1 ... Reference https://forge.etsi.org/gitlab/mec/gs016-ue-app-api/blob/master/UEAppInterfaceApi.yaml#/definitions/ApplicationList Should Be True ${PIC_MEC_SYSTEM} == 1 Should Be True ${PIC_SERVICES} == 1 Loading @@ -58,7 +58,7 @@ TP_MEC_MEC016_MEO_UEAPPS_002_OK TP_MEC_MEC016_MEO_UEAPPS_002_BR [Documentation] ... Check that the IUT responds with the list of user applications available when requested by an UE Application ... Reference ETSI GS MEC 016 2.2.1, clause 7.3.3.1 ... Reference ETSI GS MEC 016 3.1.1, clause 7.3.3.1 ... Reference https://forge.etsi.org/gitlab/mec/gs016-ue-app-api/blob/master/UEAppInterfaceApi.yaml#/definitions/ApplicationList Should Be True ${PIC_MEC_SYSTEM} == 1 Should Be True ${PIC_SERVICES} == 1 Loading