Loading Test Purposes/MEC011/SRV/APPSAQ/PlatAppServices.tplan2 +13 −13 Original line number Diff line number Diff line Loading @@ -37,7 +37,7 @@ Package MEC_MEC011_SRV_APPSAQ { ensure that { when { the IUT entity receives a vGET containing uri indicating value "/mec_service_mgmt/v1/applications/{APP_INSTANCE_ID}/services" uri indicating value "/mec_service_mgmt/v2/applications/{APP_INSTANCE_ID}/services" ; from the MEC_APP entity } Loading Loading @@ -80,7 +80,7 @@ Package MEC_MEC011_SRV_APPSAQ { ensure that { when { the IUT entity receives a vGET containing uri indicating value "/mec_service_mgmt/v1/applications/{APP_INSTANCE_ID}/services" uri indicating value "/mec_service_mgmt/v2/applications/{APP_INSTANCE_ID}/services" query_parameters containing // Wrong parameter name should trigger an error response. instance_id indicating value any_value Loading Loading @@ -127,7 +127,7 @@ Package MEC_MEC011_SRV_APPSAQ { ensure that { when { the IUT entity receives a vPOST containing uri indicating value "/mec_service_mgmt/v1/applications/{APP_INSTANCE_ID}/services", uri indicating value "/mec_service_mgmt/v2/applications/{APP_INSTANCE_ID}/services", body containing ServiceInfo containing serName indicating value SERVICE_NAME Loading Loading @@ -194,7 +194,7 @@ Package MEC_MEC011_SRV_APPSAQ { ensure that { when { the IUT entity receives a vPOST containing uri indicating value "/mec_service_mgmt/v1/applications/{APP_INSTANCE_ID}/services", uri indicating value "/mec_service_mgmt/v2/applications/{APP_INSTANCE_ID}/services", body containing ServiceInfo containing // Wrong parameter name should trigger an error response. Loading Loading @@ -242,7 +242,7 @@ Package MEC_MEC011_SRV_APPSAQ { ensure that { when { the IUT entity receives a vPOST containing uri indicating value "/mec_service_mgmt/v1/applications/{NON_EXISTENT_APP_INSTANCE_ID}/services", uri indicating value "/mec_service_mgmt/v2/applications/{NON_EXISTENT_APP_INSTANCE_ID}/services", body containing ServiceInfo containing serName indicating value SERVICE_NAME Loading Loading @@ -291,7 +291,7 @@ Package MEC_MEC011_SRV_APPSAQ { ensure that { when { the IUT entity receives a vGET containing uri indicating value "/mec_service_mgmt/v1/applications/{APP_INSTANCE_ID}/services/{SERVICE_ID}" uri indicating value "/mec_service_mgmt/v2/applications/{APP_INSTANCE_ID}/services/{SERVICE_ID}" ; from the MEC_APP entity } Loading Loading @@ -339,7 +339,7 @@ Package MEC_MEC011_SRV_APPSAQ { ensure that { when { the IUT entity receives a vGET containing uri indicating value "/mec_service_mgmt/v1/applications/{APP_INSTANCE_ID}/services/{NON_EXISTENT_SERVICE_ID}" uri indicating value "/mec_service_mgmt/v2/applications/{APP_INSTANCE_ID}/services/{NON_EXISTENT_SERVICE_ID}" ; from the MEC_APP entity } Loading Loading @@ -384,7 +384,7 @@ Package MEC_MEC011_SRV_APPSAQ { ensure that { when { the IUT entity receives a vPUT containing uri indicating value "/mec_service_mgmt/v1/applications/{APP_INSTANCE_ID}/services/{SERVICE_ID}", uri indicating value "/mec_service_mgmt/v2/applications/{APP_INSTANCE_ID}/services/{SERVICE_ID}", body containing ServiceInfo containing version indicating value NEW_VERSION Loading Loading @@ -437,7 +437,7 @@ Package MEC_MEC011_SRV_APPSAQ { ensure that { when { the IUT entity receives a vPUT containing uri indicating value "/mec_service_mgmt/v1/applications/{APP_INSTANCE_ID}/services/{SERVICE_ID}", uri indicating value "/mec_service_mgmt/v2/applications/{APP_INSTANCE_ID}/services/{SERVICE_ID}", body containing ServiceInfo containing // Wrong parameter name should trigger an error response. Loading Loading @@ -486,7 +486,7 @@ Package MEC_MEC011_SRV_APPSAQ { ensure that { when { the IUT entity receives a vPUT containing uri indicating value "/mec_service_mgmt/v1/applications/{APP_INSTANCE_ID}/services/{NON_EXISTENT_SERVICE_ID}", uri indicating value "/mec_service_mgmt/v2/applications/{APP_INSTANCE_ID}/services/{NON_EXISTENT_SERVICE_ID}", body containing ServiceInfo containing version indicating value NEW_VERSION Loading Loading @@ -534,7 +534,7 @@ Package MEC_MEC011_SRV_APPSAQ { ensure that { when { the IUT entity receives a vPUT containing uri indicating value "/mec_service_mgmt/v1/applications/{APP_INSTANCE_ID}/services/{SERVICE_ID}", uri indicating value "/mec_service_mgmt/v2/applications/{APP_INSTANCE_ID}/services/{SERVICE_ID}", if_match indicating value INVALID_ETAG, body containing ServiceInfo containing Loading Loading @@ -581,7 +581,7 @@ Package MEC_MEC011_SRV_APPSAQ { ensure that { when { the IUT entity receives a vDELETE containing uri indicating value "/mec_service_mgmt/v1/applications/{APP_INSTANCE_ID}/services/{SERVICE_ID}" uri indicating value "/mec_service_mgmt/v2/applications/{APP_INSTANCE_ID}/services/{SERVICE_ID}" ; from the MEC_APP entity } Loading Loading @@ -620,7 +620,7 @@ Package MEC_MEC011_SRV_APPSAQ { ensure that { when { the IUT entity receives a vDELETE containing uri indicating value "/mec_service_mgmt/v1/applications/{APP_INSTANCE_ID}/services/{NON_EXISTENT_SERVICE_ID}" uri indicating value "/mec_service_mgmt/v2/applications/{APP_INSTANCE_ID}/services/{NON_EXISTENT_SERVICE_ID}" ; from the MEC_APP entity } Loading Test Purposes/MEC011/SRV/REGAPPS/RegisterAppsServices.tplan2 0 → 100644 +705 −0 File added.Preview size limit exceeded, changes collapsed. Show changes Test Purposes/MEC011/SRV/SAQ/PlatServices.tplan2 +4 −4 Original line number Diff line number Diff line Loading @@ -34,7 +34,7 @@ Package MEC_MEC011_SRV_SAQ { ensure that { when { the IUT entity receives a vGET containing uri indicating value"/mec_service_mgmt/v1/services" uri indicating value"/mec_service_mgmt/v2/services" ; from the MEC_APP entity } Loading Loading @@ -74,7 +74,7 @@ Package MEC_MEC011_SRV_SAQ { ensure that { when { the IUT entity receives a vGET containing uri indicating value"/mec_service_mgmt/v1/services" uri indicating value"/mec_service_mgmt/v2/services" query_parameters containing // Wrong parameter name should trigger an error response. instance_id indicating value any_value Loading Loading @@ -119,7 +119,7 @@ Package MEC_MEC011_SRV_SAQ { ensure that { when { the IUT entity receives a vGET containing uri indicating value"/mec_service_mgmt/v1/services/{SERVICE_ID}" uri indicating value"/mec_service_mgmt/v2/services/{SERVICE_ID}" ; from the MEC_APP entity } Loading Loading @@ -169,7 +169,7 @@ Package MEC_MEC011_SRV_SAQ { ensure that { when { the IUT entity receives a vGET containing uri indicating value"/mec_service_mgmt/v1/services/{NON_EXISTENT_SERVICE_ID}" uri indicating value"/mec_service_mgmt/v2/services/{NON_EXISTENT_SERVICE_ID}" ; from the MEC_APP entity } Loading Test Purposes/mec-common.tplan2 +0 −1 Original line number Diff line number Diff line Loading @@ -9,7 +9,6 @@ Package MEC_Common { pics: // Some PICS in this list are referenced to // PICS item in MEC 032 part 1, Clause A.4 - PIC_MEC_PLAT - PIC_MEC_SYSTEM - PIC_SERVICES Loading Loading
Test Purposes/MEC011/SRV/APPSAQ/PlatAppServices.tplan2 +13 −13 Original line number Diff line number Diff line Loading @@ -37,7 +37,7 @@ Package MEC_MEC011_SRV_APPSAQ { ensure that { when { the IUT entity receives a vGET containing uri indicating value "/mec_service_mgmt/v1/applications/{APP_INSTANCE_ID}/services" uri indicating value "/mec_service_mgmt/v2/applications/{APP_INSTANCE_ID}/services" ; from the MEC_APP entity } Loading Loading @@ -80,7 +80,7 @@ Package MEC_MEC011_SRV_APPSAQ { ensure that { when { the IUT entity receives a vGET containing uri indicating value "/mec_service_mgmt/v1/applications/{APP_INSTANCE_ID}/services" uri indicating value "/mec_service_mgmt/v2/applications/{APP_INSTANCE_ID}/services" query_parameters containing // Wrong parameter name should trigger an error response. instance_id indicating value any_value Loading Loading @@ -127,7 +127,7 @@ Package MEC_MEC011_SRV_APPSAQ { ensure that { when { the IUT entity receives a vPOST containing uri indicating value "/mec_service_mgmt/v1/applications/{APP_INSTANCE_ID}/services", uri indicating value "/mec_service_mgmt/v2/applications/{APP_INSTANCE_ID}/services", body containing ServiceInfo containing serName indicating value SERVICE_NAME Loading Loading @@ -194,7 +194,7 @@ Package MEC_MEC011_SRV_APPSAQ { ensure that { when { the IUT entity receives a vPOST containing uri indicating value "/mec_service_mgmt/v1/applications/{APP_INSTANCE_ID}/services", uri indicating value "/mec_service_mgmt/v2/applications/{APP_INSTANCE_ID}/services", body containing ServiceInfo containing // Wrong parameter name should trigger an error response. Loading Loading @@ -242,7 +242,7 @@ Package MEC_MEC011_SRV_APPSAQ { ensure that { when { the IUT entity receives a vPOST containing uri indicating value "/mec_service_mgmt/v1/applications/{NON_EXISTENT_APP_INSTANCE_ID}/services", uri indicating value "/mec_service_mgmt/v2/applications/{NON_EXISTENT_APP_INSTANCE_ID}/services", body containing ServiceInfo containing serName indicating value SERVICE_NAME Loading Loading @@ -291,7 +291,7 @@ Package MEC_MEC011_SRV_APPSAQ { ensure that { when { the IUT entity receives a vGET containing uri indicating value "/mec_service_mgmt/v1/applications/{APP_INSTANCE_ID}/services/{SERVICE_ID}" uri indicating value "/mec_service_mgmt/v2/applications/{APP_INSTANCE_ID}/services/{SERVICE_ID}" ; from the MEC_APP entity } Loading Loading @@ -339,7 +339,7 @@ Package MEC_MEC011_SRV_APPSAQ { ensure that { when { the IUT entity receives a vGET containing uri indicating value "/mec_service_mgmt/v1/applications/{APP_INSTANCE_ID}/services/{NON_EXISTENT_SERVICE_ID}" uri indicating value "/mec_service_mgmt/v2/applications/{APP_INSTANCE_ID}/services/{NON_EXISTENT_SERVICE_ID}" ; from the MEC_APP entity } Loading Loading @@ -384,7 +384,7 @@ Package MEC_MEC011_SRV_APPSAQ { ensure that { when { the IUT entity receives a vPUT containing uri indicating value "/mec_service_mgmt/v1/applications/{APP_INSTANCE_ID}/services/{SERVICE_ID}", uri indicating value "/mec_service_mgmt/v2/applications/{APP_INSTANCE_ID}/services/{SERVICE_ID}", body containing ServiceInfo containing version indicating value NEW_VERSION Loading Loading @@ -437,7 +437,7 @@ Package MEC_MEC011_SRV_APPSAQ { ensure that { when { the IUT entity receives a vPUT containing uri indicating value "/mec_service_mgmt/v1/applications/{APP_INSTANCE_ID}/services/{SERVICE_ID}", uri indicating value "/mec_service_mgmt/v2/applications/{APP_INSTANCE_ID}/services/{SERVICE_ID}", body containing ServiceInfo containing // Wrong parameter name should trigger an error response. Loading Loading @@ -486,7 +486,7 @@ Package MEC_MEC011_SRV_APPSAQ { ensure that { when { the IUT entity receives a vPUT containing uri indicating value "/mec_service_mgmt/v1/applications/{APP_INSTANCE_ID}/services/{NON_EXISTENT_SERVICE_ID}", uri indicating value "/mec_service_mgmt/v2/applications/{APP_INSTANCE_ID}/services/{NON_EXISTENT_SERVICE_ID}", body containing ServiceInfo containing version indicating value NEW_VERSION Loading Loading @@ -534,7 +534,7 @@ Package MEC_MEC011_SRV_APPSAQ { ensure that { when { the IUT entity receives a vPUT containing uri indicating value "/mec_service_mgmt/v1/applications/{APP_INSTANCE_ID}/services/{SERVICE_ID}", uri indicating value "/mec_service_mgmt/v2/applications/{APP_INSTANCE_ID}/services/{SERVICE_ID}", if_match indicating value INVALID_ETAG, body containing ServiceInfo containing Loading Loading @@ -581,7 +581,7 @@ Package MEC_MEC011_SRV_APPSAQ { ensure that { when { the IUT entity receives a vDELETE containing uri indicating value "/mec_service_mgmt/v1/applications/{APP_INSTANCE_ID}/services/{SERVICE_ID}" uri indicating value "/mec_service_mgmt/v2/applications/{APP_INSTANCE_ID}/services/{SERVICE_ID}" ; from the MEC_APP entity } Loading Loading @@ -620,7 +620,7 @@ Package MEC_MEC011_SRV_APPSAQ { ensure that { when { the IUT entity receives a vDELETE containing uri indicating value "/mec_service_mgmt/v1/applications/{APP_INSTANCE_ID}/services/{NON_EXISTENT_SERVICE_ID}" uri indicating value "/mec_service_mgmt/v2/applications/{APP_INSTANCE_ID}/services/{NON_EXISTENT_SERVICE_ID}" ; from the MEC_APP entity } Loading
Test Purposes/MEC011/SRV/REGAPPS/RegisterAppsServices.tplan2 0 → 100644 +705 −0 File added.Preview size limit exceeded, changes collapsed. Show changes
Test Purposes/MEC011/SRV/SAQ/PlatServices.tplan2 +4 −4 Original line number Diff line number Diff line Loading @@ -34,7 +34,7 @@ Package MEC_MEC011_SRV_SAQ { ensure that { when { the IUT entity receives a vGET containing uri indicating value"/mec_service_mgmt/v1/services" uri indicating value"/mec_service_mgmt/v2/services" ; from the MEC_APP entity } Loading Loading @@ -74,7 +74,7 @@ Package MEC_MEC011_SRV_SAQ { ensure that { when { the IUT entity receives a vGET containing uri indicating value"/mec_service_mgmt/v1/services" uri indicating value"/mec_service_mgmt/v2/services" query_parameters containing // Wrong parameter name should trigger an error response. instance_id indicating value any_value Loading Loading @@ -119,7 +119,7 @@ Package MEC_MEC011_SRV_SAQ { ensure that { when { the IUT entity receives a vGET containing uri indicating value"/mec_service_mgmt/v1/services/{SERVICE_ID}" uri indicating value"/mec_service_mgmt/v2/services/{SERVICE_ID}" ; from the MEC_APP entity } Loading Loading @@ -169,7 +169,7 @@ Package MEC_MEC011_SRV_SAQ { ensure that { when { the IUT entity receives a vGET containing uri indicating value"/mec_service_mgmt/v1/services/{NON_EXISTENT_SERVICE_ID}" uri indicating value"/mec_service_mgmt/v2/services/{NON_EXISTENT_SERVICE_ID}" ; from the MEC_APP entity } Loading
Test Purposes/mec-common.tplan2 +0 −1 Original line number Diff line number Diff line Loading @@ -9,7 +9,6 @@ Package MEC_Common { pics: // Some PICS in this list are referenced to // PICS item in MEC 032 part 1, Clause A.4 - PIC_MEC_PLAT - PIC_MEC_SYSTEM - PIC_SERVICES Loading