diff --git a/Test Purposes/MEO/GRANT/Grant_BI.tplan2 b/Test Purposes/MEO/GRANT/Grant_BI.tplan2 index edd6b04cabb84b12539b9aed57076958dfb94ce4..05e062ccbbdebc66b21e072900616d53826ae6c2 100644 --- a/Test Purposes/MEO/GRANT/Grant_BI.tplan2 +++ b/Test Purposes/MEO/GRANT/Grant_BI.tplan2 @@ -60,7 +60,7 @@ Package MEC010_2_MEO_GRANT_BI { } Test Purpose { - TP Id "TP_MEC_MEO_GRANTS_003_NF" //Negative case 404 Not found + TP Id "TP_MEC_MEO_GRANT_003_NF" //Negative case 404 Not found Test objective "Check that MEO responds with an error when it receives diff --git a/Test Purposes/MEX/LCM/AppInstanceMgmt_BV.tplan2 b/Test Purposes/MEX/LCM/AppInstanceMgmt_BV.tplan2 index a96c30003af1c013ad3d39fc4ee8b771516cb288..ce5a106785a70e94d1d0d9fce27a9b8e4d3967f8 100644 --- a/Test Purposes/MEX/LCM/AppInstanceMgmt_BV.tplan2 +++ b/Test Purposes/MEX/LCM/AppInstanceMgmt_BV.tplan2 @@ -395,7 +395,7 @@ Package MEC010_2_APP_INSTANCE_LCM { Test objective "Check that MEC API provider service retrieves info about LCM Operation Occurrency on an App Instance when requested" - Reference "ETSI GS MEC 010-2 2.0.10, clause 7.5.10.1.3.2", + Reference "ETSI GS MEC 010-2 2.0.10, clause 7.5.10.3.2", "ETSI GS MEC 010-2 2.0.10, table 6.2.2.14.2-1" // AppLcmOpOcc Config Id Config_MEC_6 @@ -419,17 +419,15 @@ Package MEC010_2_APP_INSTANCE_LCM { the IUT entity sends a HTTP_RESPONSE containing status set to "200 OK", body containing - AppLcmOpOccList containing - AppInstanceLcmOpOcc containing - appLcmOpOccId set to APP_LCM_OP_OCC_ID, - operationState set to any_value, - stateEnteredTime set to any_value, - startTime set to any_value, - lcmOperation set to any_value, - attribute _links containing - self set to "/alcmi/v1/app_lcm_op_occs/{APP_LCM_OP_OCC_ID}", - appInstance set to any_value - ; + AppInstanceLcmOpOcc containing + appLcmOpOccId set to APP_LCM_OP_OCC_ID, + operationState set to any_value, + stateEnteredTime set to any_value, + startTime set to any_value, + lcmOperation set to any_value, + attribute _links containing + self set to "/alcmi/v1/app_lcm_op_occs/{APP_LCM_OP_OCC_ID}", + appInstance set to any_value ; ; ; @@ -526,11 +524,13 @@ Package MEC010_2_APP_INSTANCE_LCM { the IUT entity sends a HTTP_RESPONSE containing status set to "200 OK", body containing - SubscriptionInfo containing - subscriptionId set to SUBSCRIPTION_ID, + SubscriptionInfoList containing + SubscriptionInfo containing + subscriptionId set to SUBSCRIPTION_ID, subscriptionType set to SUBSCRIPTION_TYPE, callbackUri set to URI, attribute _links + ; ; ; ; @@ -626,64 +626,4 @@ Package MEC010_2_APP_INSTANCE_LCM { - Test Purpose { - - TP Id "TP_MEC_MEX_INSM_WORKFLOW" - - Test objective - "Check that MEC API provider instantiates a new application when requested" - - Reference "ETSI GS MEC 010-2 2.0.10, clause 7.5.1.3.1" - - Config Id Config_MEC_6 - PICS Selection PIC_APP_LCM_MANAGEMENT - - Initial conditions with { - the IUT entity being_in idle_state - } - - Expected behaviour - ensure that { - when { - the IUT entity receives a vPOST containing - uri indicating value "/alcmi/v1/app_instances", - body containing - CreateAppInstanceRequest containing - appDId set to APPD_ID - ; - ; - ; from the MEC_CONSUMER entity - } - then { - the IUT entity sends a vPOST containing - uri indicating value "/alcmi/v1/app_instances", - body containing - CreateAppInstanceRequest containing //Info model not yet defined - appDId set to APPD_ID - ; - ; - ; to the MEPM entity - and - the IUT entity receives a HTTP_RESPONSE containing - status set to "201 Created", // REST API not yet defined. Response should be 201, but should be checked when REST API is ready - body containing - INSTANCE_ID_TBD set to INSTANCE_ID - ; - ; from the MEPM entity - and - the IUT entity sends a HTTP_RESPONSE containing - status set to "201 Created" - body containing - AppInstanceInfo containing - appInstanceId set to any_value, - appDId set to APP_D_ID, - appPkgId set to any_value, - instantiationState set to NOT_INSTANTIATED - - ; - ; - ; to the MEC_CONSUMER entity - } - } - } } diff --git a/Test Purposes/SRV/AMS/Ams_BO_BI.tplan2 b/Test Purposes/SRV/AMS/Ams_BO_BI.tplan2 index 2b4ac39ab93365e1fbe8cefed395690fbb3ef47b..0bd3040007612f4a076a6426547d45d8866a445c 100644 --- a/Test Purposes/SRV/AMS/Ams_BO_BI.tplan2 +++ b/Test Purposes/SRV/AMS/Ams_BO_BI.tplan2 @@ -312,5 +312,189 @@ Package MEC021_SRV_AMS_BO_BI { } } } + + + Test Purpose { + TP Id "TP_MEC_SRV_AMS_011_NF" + + Test objective + "Check that the AMS service sends an error when receives a query about a not existing individual application mobility service" + + Reference "ETSI GS MEC 021 2.0.10, clause 8.4.3.1" + + Config Id Config_MEC_1 + PICS Selection PIC_AMS + + Initial conditions with { + the IUT entity "not" having a AppMobilityServiceInfo containing + appMobilityServiceId indicating value NON_EXISTENT_APP_MOBILITY_SERVICE_ID + ; + } + + Expected behaviour + ensure that { + when { + the IUT entity receives a vGET containing + uri indicating value "/amsi/v1/appMobilityServices/{NON_EXISTENT_APP_MOBILITY_SERVICE_ID}" + ; from the AMS_CLIENT entity + } + then { + the IUT entity sends a HTTP_RESPONSE containing + status set to "404 Not Found" + ; to the AMS_CLIENT entity + } + } + } + + + + + Test Purpose { + TP Id "TP_MEC_SRV_AMS_012_NF" + + Test objective + "Check that the AMS service sends an error when receives a request to modify a not existing individual application mobility service" + + Reference "ETSI GS MEC 021 2.0.10, clause 8.4.3.2" + + Config Id Config_MEC_1 + PICS Selection PIC_AMS + + Initial conditions with { + the IUT entity "not" having a AppMobilityServiceInfo containing + appMobilityServiceId indicating value NON_EXISTENT_APP_MOBILITY_SERVICE_ID + ; + } + + Expected behaviour + ensure that { + when { + the IUT entity receives a vPUT containing + uri indicating value "/amsi/v1/appMobilityServices/{NON_EXISTENT_APP_MOBILITY_SERVICE_ID}", + body containing + RegistrationInfo containing + serviceConsumerId containing + appInstanceId set to APP_INS_ID + ; + ; + ; + ; from the AMS_CLIENT entity + } + then { + the IUT entity sends a HTTP_RESPONSE containing + status set to "404 Not Found" + ; to the AMS_CLIENT entity + } + } + } + + + Test Purpose { + TP Id "TP_MEC_SRV_AMS_012_BR" + + Test objective + "Check that the AMS service sends an error when receives a request to modify a individual application mobility service using bad parameters" + + Reference "ETSI GS MEC 021 2.0.10, clause 8.4.3.2" + + Config Id Config_MEC_1 + PICS Selection PIC_AMS + + Initial conditions with { + the IUT entity having a AppMobilityServiceInfo containing + appMobilityServiceId indicating value APP_MOBILITY_SERVICE_ID + ; + } + + Expected behaviour + ensure that { + when { + the IUT entity receives a vPUT containing + uri indicating value "/amsi/v1/appMobilityServices/{APP_MOBILITY_SERVICE_ID}", + body containing + RegistrationInfo containing + serviceConsumerId containing + appId set to APP_INS_ID //Should be appInstanteId not appId + ; + ; + ; + ; from the AMS_CLIENT entity + } + then { + the IUT entity sends a HTTP_RESPONSE containing + status set to "400 Bad Request" + ; to the AMS_CLIENT entity + } + } + } + + + Test Purpose { + TP Id "TP_MEC_SRV_AMS_013_NF" + + Test objective + "Check that the AMS service sends an error when is requested to delete the resource + that represents the individual application mobility service" + + Reference "ETSI GS MEC 021 2.0.10, clause 8.4.3.5" + + Config Id Config_MEC_1 + PICS Selection PIC_AMS + + Initial conditions with { + the IUT entity "not" having a AppMobilityServiceInfo containing + appMobilityServiceId indicating value NON_ESISTENT_APP_MOBILITY_SERVICE_ID + ; + } + + Expected behaviour + ensure that { + when { + the IUT entity receives a vDELETE containing + uri indicating value "/amsi/v1/appMobilityServices/{NON_ESISTENT_APP_MOBILITY_SERVICE_ID}" + ; from the AMS_CLIENT entity + } + then { + the IUT entity sends a HTTP_RESPONSE containing + status set to "404 Not Found" + ; to the AMS_CLIENT entity + } + } + } + + + + Test Purpose { + TP Id "TP_MEC_SRV_AMS_014_NF" + + Test objective + "Check that the AMS service send an error when is requested to deregister a not existent individual application mobility service" + + Reference "ETSI GS MEC 021 2.0.10, clause 8.5.3.4" + + Config Id Config_MEC_1 + PICS Selection PIC_AMS + + Initial conditions with { + the IUT entity "not" having a AppMobilityServiceInfo containing + appMobilityServiceId indicating value NON_EXISTENT_APP_MOBILITY_SERVICE_ID + ; + } + + Expected behaviour + ensure that { + when { + the IUT entity receives a vPOST containing + uri indicating value "/amsi/v1/appMobilityServices/{NON_EXISTENT_APP_MOBILITY_SERVICE_ID}" + ; from the AMS_CLIENT entity + } + then { + the IUT entity sends a HTTP_RESPONSE containing + status set to "404 Not Found" + ; to the AMS_CLIENT entity + } + } + } + } diff --git a/Test Purposes/SRV/AMS/Ams_BV.tplan2 b/Test Purposes/SRV/AMS/Ams_BV.tplan2 index 3c761d8e1e59600fa7826016e52f982d92f74e78..b34bf20a8d78e9b05348927c392ea5a18bf48e72 100644 --- a/Test Purposes/SRV/AMS/Ams_BV.tplan2 +++ b/Test Purposes/SRV/AMS/Ams_BV.tplan2 @@ -47,10 +47,12 @@ Package MEC021_SRV_AMS_BV { then { the IUT entity sends a HTTP_RESPONSE containing status set to "200 OK", - body containing - AppMobilityServiceInfo containing - appMobilityServiceId indicating value APP_MOBILITY_SERVICE_ID, - attribute registeredAppMobilityService + body containing + AppMobilityServiceInfoList containing + AppMobilityServiceInfo containing + appMobilityServiceId indicating value APP_MOBILITY_SERVICE_ID, + attribute registeredAppMobilityService + ; ; ; ; to the AMS_CLIENT entity @@ -79,7 +81,7 @@ Package MEC021_SRV_AMS_BV { the IUT entity receives a vPOST containing uri indicating value "/amsi/v1/appMobilityServices", body containing - RegistrationRequest containing //Note: at the moment the only element that is defined is RegistrationInfo. Not sure if they are the same. + RegistrationInfo containing serviceConsumerId containing appInstanceId set to APP_INS_ID ; @@ -459,4 +461,340 @@ Package MEC021_SRV_AMS_BV { } } + Test Purpose { + TP Id "TP_MEC_SRV_AMS_011_OK" + + Test objective + "Check that the AMS service returns information about this individual application mobility service" + + Reference "ETSI GS MEC 021 2.0.10, clause 8.4.3.1" + + Config Id Config_MEC_1 + PICS Selection PIC_AMS + + Initial conditions with { + the IUT entity having a AppMobilityServiceInfo containing + appMobilityServiceId indicating value APP_MOBILITY_SERVICE_ID + ; + } + + Expected behaviour + ensure that { + when { + the IUT entity receives a vGET containing + uri indicating value "/amsi/v1/appMobilityServices/{APP_MOBILITY_SERVICE_ID}" + ; from the AMS_CLIENT entity + } + then { + the IUT entity sends a HTTP_RESPONSE containing + status set to "200 OK", + body containing + AppMobilityServiceInfo containing + appMobilityServiceId indicating value APP_MOBILITY_SERVICE_ID, + attribute registeredAppMobilityService + ; + ; + ; to the AMS_CLIENT entity + } + } + } + + + + Test Purpose { + TP Id "TP_MEC_SRV_AMS_011_NF" + + Test objective + "Check that the AMS service sends an error when receives a query about a not existing individual application mobility service" + + Reference "ETSI GS MEC 021 2.0.10, clause 8.4.3.1" + + Config Id Config_MEC_1 + PICS Selection PIC_AMS + + Initial conditions with { + the IUT entity "not" having a AppMobilityServiceInfo containing + appMobilityServiceId indicating value NON_EXISTENT_APP_MOBILITY_SERVICE_ID + ; + } + + Expected behaviour + ensure that { + when { + the IUT entity receives a vGET containing + uri indicating value "/amsi/v1/appMobilityServices/{NON_EXISTENT_APP_MOBILITY_SERVICE_ID}" + ; from the AMS_CLIENT entity + } + then { + the IUT entity sends a HTTP_RESPONSE containing + status set to "404 Not Found" + ; to the AMS_CLIENT entity + } + } + } + + + Test Purpose { + TP Id "TP_MEC_SRV_AMS_012_OK" + + Test objective + "Check that the AMS service modifies the individual application mobility service when requested" + + Reference "ETSI GS MEC 021 2.0.10, clause 8.4.3.2" + + Config Id Config_MEC_1 + PICS Selection PIC_AMS + + Initial conditions with { + the IUT entity having a AppMobilityServiceInfo containing + appMobilityServiceId indicating value APP_MOBILITY_SERVICE_ID + ; + } + + Expected behaviour + ensure that { + when { + the IUT entity receives a vPUT containing + uri indicating value "/amsi/v1/appMobilityServices/{APP_MOBILITY_SERVICE_ID}", + body containing + RegistrationInfo containing + serviceConsumerId containing + appInstanceId set to APP_INS_ID + ; + ; + ; + ; from the AMS_CLIENT entity + } + then { + the IUT entity sends a HTTP_RESPONSE containing + status set to "200 OK", + body containing + AppMobilityServiceInfo containing + appMobilityServiceId set to any_value, + registeredAppMobilityService containing + serviceConsumerId containing + appInstanceId set to APP_INS_ID + ; + ; + ; + ; + ; to the AMS_CLIENT entity + } + } + } + + + Test Purpose { + TP Id "TP_MEC_SRV_AMS_012_NF" + + Test objective + "Check that the AMS service sends an error when receives a request to modify a not existing individual application mobility service" + + Reference "ETSI GS MEC 021 2.0.10, clause 8.4.3.2" + + Config Id Config_MEC_1 + PICS Selection PIC_AMS + + Initial conditions with { + the IUT entity "not" having a AppMobilityServiceInfo containing + appMobilityServiceId indicating value NON_EXISTENT_APP_MOBILITY_SERVICE_ID + ; + } + + Expected behaviour + ensure that { + when { + the IUT entity receives a vPUT containing + uri indicating value "/amsi/v1/appMobilityServices/{NON_EXISTENT_APP_MOBILITY_SERVICE_ID}", + body containing + RegistrationInfo containing + serviceConsumerId containing + appInstanceId set to APP_INS_ID + ; + ; + ; + ; from the AMS_CLIENT entity + } + then { + the IUT entity sends a HTTP_RESPONSE containing + status set to "404 Not Found" + ; to the AMS_CLIENT entity + } + } + } + + + Test Purpose { + TP Id "TP_MEC_SRV_AMS_012_BR" + + Test objective + "Check that the AMS service sends an error when receives a request to modify a individual application mobility service using bad parameters" + + Reference "ETSI GS MEC 021 2.0.10, clause 8.4.3.2" + + Config Id Config_MEC_1 + PICS Selection PIC_AMS + + Initial conditions with { + the IUT entity having a AppMobilityServiceInfo containing + appMobilityServiceId indicating value APP_MOBILITY_SERVICE_ID + ; + } + + Expected behaviour + ensure that { + when { + the IUT entity receives a vPUT containing + uri indicating value "/amsi/v1/appMobilityServices/{APP_MOBILITY_SERVICE_ID}", + body containing + RegistrationInfo containing + serviceConsumerId containing + appId set to APP_INS_ID //Should be appInstanteId not appId + ; + ; + ; + ; from the AMS_CLIENT entity + } + then { + the IUT entity sends a HTTP_RESPONSE containing + status set to "400 Bad Request" + ; to the AMS_CLIENT entity + } + } + } + + + + Test Purpose { + TP Id "TP_MEC_SRV_AMS_013_OK" + + Test objective + "Check that the AMS service de-register the individual application mobility service and delete the resource + that represents the individual application mobility service" + + Reference "ETSI GS MEC 021 2.0.10, clause 8.4.3.5" + + Config Id Config_MEC_1 + PICS Selection PIC_AMS + + Initial conditions with { + the IUT entity having a AppMobilityServiceInfo containing + appMobilityServiceId indicating value APP_MOBILITY_SERVICE_ID + ; + } + + Expected behaviour + ensure that { + when { + the IUT entity receives a vDELETE containing + uri indicating value "/amsi/v1/appMobilityServices/{APP_MOBILITY_SERVICE_ID}" + ; from the AMS_CLIENT entity + } + then { + the IUT entity sends a HTTP_RESPONSE containing + status set to "204 No Content" + ; to the AMS_CLIENT entity + } + } + } + + + Test Purpose { + TP Id "TP_MEC_SRV_AMS_013_NF" + + Test objective + "Check that the AMS service sends an error when is requested to delete the resource + that represents the individual application mobility service" + + Reference "ETSI GS MEC 021 2.0.10, clause 8.4.3.5" + + Config Id Config_MEC_1 + PICS Selection PIC_AMS + + Initial conditions with { + the IUT entity "not" having a AppMobilityServiceInfo containing + appMobilityServiceId indicating value NON_ESISTENT_APP_MOBILITY_SERVICE_ID + ; + } + + Expected behaviour + ensure that { + when { + the IUT entity receives a vDELETE containing + uri indicating value "/amsi/v1/appMobilityServices/{NON_ESISTENT_APP_MOBILITY_SERVICE_ID}" + ; from the AMS_CLIENT entity + } + then { + the IUT entity sends a HTTP_RESPONSE containing + status set to "404 Not Found" + ; to the AMS_CLIENT entity + } + } + } + + Test Purpose { + TP Id "TP_MEC_SRV_AMS_014_OK" + + Test objective + "Check that the AMS service deregister an individual application mobility service on expiry of the timer associated with the service" + + Reference "ETSI GS MEC 021 2.0.10, clause 8.5.3.4" + + Config Id Config_MEC_1 + PICS Selection PIC_AMS + + Initial conditions with { + the IUT entity having a AppMobilityServiceInfo containing + appMobilityServiceId indicating value APP_MOBILITY_SERVICE_ID + ; + } + + Expected behaviour + ensure that { + when { + the IUT entity receives a vPOST containing + uri indicating value "/amsi/v1/appMobilityServices/{APP_MOBILITY_SERVICE_ID}" + ; from the AMS_CLIENT entity + } + then { + the IUT entity sends a HTTP_RESPONSE containing + status set to "204 No Content" + ; to the AMS_CLIENT entity + } + } + } + + + Test Purpose { + TP Id "TP_MEC_SRV_AMS_014_NF" + + Test objective + "Check that the AMS service send an error when is requested to deregister a not existent individual application mobility service" + + Reference "ETSI GS MEC 021 2.0.10, clause 8.5.3.4" + + Config Id Config_MEC_1 + PICS Selection PIC_AMS + + Initial conditions with { + the IUT entity "not" having a AppMobilityServiceInfo containing + appMobilityServiceId indicating value NON_EXISTENT_APP_MOBILITY_SERVICE_ID + ; + } + + Expected behaviour + ensure that { + when { + the IUT entity receives a vPOST containing + uri indicating value "/amsi/v1/appMobilityServices/{NON_EXISTENT_APP_MOBILITY_SERVICE_ID}" + ; from the AMS_CLIENT entity + } + then { + the IUT entity sends a HTTP_RESPONSE containing + status set to "404 Not Found" + ; to the AMS_CLIENT entity + } + } + } + } diff --git a/Test Purposes/SRV/RNIS/RnisAllSubscriptions_BO_BI.tplan2 b/Test Purposes/SRV/RNIS/RnisAllSubscriptions_BO_BI.tplan2 index 35e145a40e38c914c785431e2b6e387e9b663e0a..7a44d8a629534315976fafd991295079bf5bdff6 100644 --- a/Test Purposes/SRV/RNIS/RnisAllSubscriptions_BO_BI.tplan2 +++ b/Test Purposes/SRV/RNIS/RnisAllSubscriptions_BO_BI.tplan2 @@ -39,7 +39,7 @@ Package MEC012_SRV_RNIS_SUBS_BI { ensure that { when { the IUT entity receives a vGET containing - uri indicating value "/rni/v1/subscriptions", + uri indicating value "/rni/v2/subscriptions", query_parameters containing subscriptionType indicating value "wrongSubscriptionType" //wrong subscription type ; @@ -72,7 +72,7 @@ Package MEC012_SRV_RNIS_SUBS_BI { ensure that { when { the IUT entity receives a vPOST containing - uri indicating value "/rni/v1/subscriptions", + uri indicating value "/rni/v2/subscriptions", body containing CellChangeSubscription containing subscritionType indicating value "CelCangeSubscription", //wrong subscription type diff --git a/Test Purposes/SRV/RNIS/RnisAllSubscriptions_BV.tplan2 b/Test Purposes/SRV/RNIS/RnisAllSubscriptions_BV.tplan2 index 4e405a95859b8c1ffa3277978948fe9150ffc2f3..71336a08fd5a175b5e82b4318a4cf7947607c455 100644 --- a/Test Purposes/SRV/RNIS/RnisAllSubscriptions_BV.tplan2 +++ b/Test Purposes/SRV/RNIS/RnisAllSubscriptions_BV.tplan2 @@ -49,7 +49,7 @@ Package MEC012_SRV_RNIS_SUBS_BV { ensure that { when { the IUT entity receives a vGET containing - uri indicating value "/rni/v1/subscriptions", + uri indicating value "/rni/v2/subscriptions", query_parameters containing subscription_type indicating value SUBSCRIPTION_TYPE ; @@ -100,7 +100,7 @@ Package MEC012_SRV_RNIS_SUBS_BV { ensure that { when { the IUT entity receives a vPOST containing - uri indicating value "/rni/v1/subscriptions", + uri indicating value "/rni/v2/subscriptions", body containing CellChangeSubscription containing subscriptionType indicating value SUBSCRIPTION_TYPE, diff --git a/Test Purposes/SRV/RNIS/RnisQuery_BO_BI.tplan2 b/Test Purposes/SRV/RNIS/RnisQuery_BO_BI.tplan2 index de88d2ae9e973c2364252e4ca68e9ac4a9860406..73203bd811fb3f8d3c1255be13b06dba24ead577 100644 --- a/Test Purposes/SRV/RNIS/RnisQuery_BO_BI.tplan2 +++ b/Test Purposes/SRV/RNIS/RnisQuery_BO_BI.tplan2 @@ -41,7 +41,7 @@ Package MEC012_SRV_RNIS_QUERY_BI { ensure that { when { the IUT entity receives a vGET containing - uri indicating value "/rni/v1/queries/rab_info", + uri indicating value "/rni/v2/queries/rab_info", query_parameters containing cId indicating value C_ID //wrong parameter ; @@ -79,7 +79,7 @@ Package MEC012_SRV_RNIS_QUERY_BI { ensure that { when { the IUT entity receives a vGET containing - uri indicating value "/rnis/v1/query/rab_info", + uri indicating value "/rnis/v2/query/rab_info", query_parameters containing cell_id indicating value CELL_ID ; @@ -115,7 +115,7 @@ Package MEC012_SRV_RNIS_QUERY_BI { ensure that { when { the IUT entity receives a vGET containing - uri indicating value "/rni/v1/queries/plmn_info", + uri indicating value "/rni/v2/queries/plmn_info", query_parameters containing cId indicating value C_ID //wrong parameter ; @@ -151,7 +151,7 @@ Package MEC012_SRV_RNIS_QUERY_BI { ensure that { when { the IUT entity receives a vGET containing - uri indicating value "/rnis/v1/query/plmn_info", + uri indicating value "/rnis/v2/query/plmn_info", query_parameters containing appInstanceId indicating value NOT_EXISTENT_APP_INSTANCE_ID ; @@ -189,7 +189,7 @@ Package MEC012_SRV_RNIS_QUERY_BI { ensure that { when { the IUT entity receives a vGET containing - uri indicating value "/rni/v1/queries/s1_bearer_info", + uri indicating value "/rni/v2/queries/s1_bearer_info", query_parameters containing cId indicating value C_ID //wrong parameter ; @@ -228,7 +228,7 @@ Package MEC012_SRV_RNIS_QUERY_BI { ensure that { when { the IUT entity receives a vGET containing - uri indicating value "/rnis/v1/query/s1_bearer_info", + uri indicating value "/rnis/v2/query/s1_bearer_info", query_parameters containing cell_id indicating value NOT_EXISTENT_CELL_ID ; @@ -266,7 +266,7 @@ Package MEC012_SRV_RNIS_QUERY_BI { ensure that { when { the IUT entity receives a vGET containing - uri indicating value "/rni/v1/queries/layer2_meas", + uri indicating value "/rni/v2/queries/layer2_meas", query_parameters containing cId indicating value C_ID //wrong parameter ; @@ -304,7 +304,7 @@ Package MEC012_SRV_RNIS_QUERY_BI { ensure that { when { the IUT entity receives a vGET containing - uri indicating value "/rnis/v1/query/layer2_meas", + uri indicating value "/rnis/v2/query/layer2_meas", query_parameters containing cell_id indicating value NOT_EXISTENT_CELL_ID ; diff --git a/Test Purposes/SRV/RNIS/RnisQuery_BV.tplan2 b/Test Purposes/SRV/RNIS/RnisQuery_BV.tplan2 index 8770e90d1bf2dfee333570461a15657af6eb6577..c4c2246b0159b3339a9bfa53927bba59b014af4a 100644 --- a/Test Purposes/SRV/RNIS/RnisQuery_BV.tplan2 +++ b/Test Purposes/SRV/RNIS/RnisQuery_BV.tplan2 @@ -41,7 +41,7 @@ Package MEC012_SRV_RNIS_QUERY_BV { ensure that { when { the IUT entity receives a vGET containing - uri indicating value "/rni/v1/queries/rab_info", + uri indicating value "/rni/v2/queries/rab_info", query_parameters containing cell_id indicating value CELL_ID ; @@ -88,7 +88,7 @@ Package MEC012_SRV_RNIS_QUERY_BV { ensure that { when { the IUT entity receives a vGET containing - uri indicating value "/rni/v1/queries/plmn_info", + uri indicating value "/rni/v2/queries/plmn_info", query_parameters containing app_ins_id indicating value APP_INS_ID ; @@ -132,7 +132,7 @@ Package MEC012_SRV_RNIS_QUERY_BV { ensure that { when { the IUT entity receives a vGET containing - uri indicating value "/rni/v1/queries/s1_bearer_info", + uri indicating value "/rni/v2/queries/s1_bearer_info", query_parameters containing cell_id indicating value CELL_ID ; @@ -180,7 +180,7 @@ Package MEC012_SRV_RNIS_QUERY_BV { ensure that { when { the IUT entity receives a vGET containing - uri indicating value "/rni/v1/queries/layer2_meas", + uri indicating value "/rni/v2/queries/layer2_meas", query_parameters containing cell_id indicating value CELL_ID ; diff --git a/Test Purposes/SRV/RNIS/RnisSpecificSubscription_BO_BI.tplan2 b/Test Purposes/SRV/RNIS/RnisSpecificSubscription_BO_BI.tplan2 index eecbe0373af16108c51f6fdb1c704c8dde1010fb..273730f31e794a7517f4a32ef35e6ecf44bce2a5 100644 --- a/Test Purposes/SRV/RNIS/RnisSpecificSubscription_BO_BI.tplan2 +++ b/Test Purposes/SRV/RNIS/RnisSpecificSubscription_BO_BI.tplan2 @@ -31,7 +31,7 @@ Package MEC012_SRV_RNIS_SUB_BI { Initial conditions with { the IUT entity "not" having a RNIS_subscription containing _links containing - self set to "/rni/v1/subscriptions/{NON_EXISTENT_SUBSCRIPTION_ID}" + self set to "/rni/v2/subscriptions/{NON_EXISTENT_SUBSCRIPTION_ID}" ; ; } @@ -40,7 +40,7 @@ Package MEC012_SRV_RNIS_SUB_BI { ensure that { when { the IUT entity receives a vGET containing - uri indicating value "/rni/v1/subscription/{NON_EXISTENT_SUBSCRIPTION_ID}" + uri indicating value "/rni/v2/subscription/{NON_EXISTENT_SUBSCRIPTION_ID}" ; from the MEC_SUB entity } then { @@ -68,7 +68,7 @@ Package MEC012_SRV_RNIS_SUB_BI { subscriptionType indicating value "CellChangeSubscription", callbackReference indicating value CALLBACK_URI, _links containing - self set to "/rni/v1/subscriptions/{SUBSCRIPTION_ID}" + self set to "/rni/v2/subscriptions/{SUBSCRIPTION_ID}" ; ; } @@ -77,12 +77,12 @@ Package MEC012_SRV_RNIS_SUB_BI { ensure that { when { the IUT entity receives a vPUT containing - uri indicating value "/rni/v1/subscriptions/{SUBSCRIPTION_ID}", + uri indicating value "/rni/v2/subscriptions/{SUBSCRIPTION_ID}", body containing subscription containing callbackRefer indicating value NEW_CALLBACK_URI, //wrong field, it should be callbackReference _links containing - self set to "/rni/v1/subscriptions/{SUBSCRIPTION_ID}" + self set to "/rni/v2/subscriptions/{SUBSCRIPTION_ID}" ; ; ; @@ -111,7 +111,7 @@ Package MEC012_SRV_RNIS_SUB_BI { Initial conditions with { the IUT entity "not" having a RNIS_subscription containing _links containing - self set to "/rni/v1/subscriptions/{NON_EXISTENT_SUBSCRIPTION_ID}" + self set to "/rni/v2/subscriptions/{NON_EXISTENT_SUBSCRIPTION_ID}" ; ; } @@ -121,7 +121,7 @@ Package MEC012_SRV_RNIS_SUB_BI { when { the IUT entity receives a vPUT containing - uri indicating value "/rni/v1/subscription/{NON_EXISTENT_SUBSCRIPTION_ID}" + uri indicating value "/rni/v2/subscription/{NON_EXISTENT_SUBSCRIPTION_ID}" ; from the MEC_SUB entity } then { @@ -147,7 +147,7 @@ Package MEC012_SRV_RNIS_SUB_BI { Initial conditions with { the IUT entity "not" having a RNIS_subscription containing _links containing - self set to "/rni/v1/subscriptions/{NON_EXISTENT_SUBSCRIPTION_ID}" + self set to "/rni/v2/subscriptions/{NON_EXISTENT_SUBSCRIPTION_ID}" ; ; } @@ -156,7 +156,7 @@ Package MEC012_SRV_RNIS_SUB_BI { ensure that { when { the IUT entity receives a vDELETE containing - uri indicating value "/rni/v1/subscription/{NON_EXISTENT_SUBSCRIPTION_ID}" + uri indicating value "/rni/v2/subscription/{NON_EXISTENT_SUBSCRIPTION_ID}" ; from the MEC_SUB entity } then { diff --git a/Test Purposes/SRV/RNIS/RnisSpecificSubscription_BV.tplan2 b/Test Purposes/SRV/RNIS/RnisSpecificSubscription_BV.tplan2 index 1a71eab16af5f3880b730e77fcd53e4b88375f69..ce72a6bdf91350d4d71ed47c7b21dd2d26b2b209 100644 --- a/Test Purposes/SRV/RNIS/RnisSpecificSubscription_BV.tplan2 +++ b/Test Purposes/SRV/RNIS/RnisSpecificSubscription_BV.tplan2 @@ -43,7 +43,7 @@ Package MEC012_SRV_RNIS_SUB_BV { subscriptionType indicating value SUBSCRIPTION_TYPE, callbackReference indicating value CALLBACK_URI, _links containing - self set to "/rni/v1/subscriptions/{SUBSCRIPTION_ID}" + self set to "/rni/v2/subscriptions/{SUBSCRIPTION_ID}" ; ; } @@ -52,7 +52,7 @@ Package MEC012_SRV_RNIS_SUB_BV { ensure that { when { the IUT entity receives a vGET containing - uri indicating value "/rni/v1/subscriptions/{SUBSCRIPTION_ID}" + uri indicating value "/rni/v2/subscriptions/{SUBSCRIPTION_ID}" ; from the MEC_SUB entity } then { @@ -63,7 +63,7 @@ Package MEC012_SRV_RNIS_SUB_BV { subscriptionType indicating value SUBSCRIPTION_TYPE, callbackReference indicating value CALLBACK_URI, _links containing - self set to "/rni/v1/subscriptions/{SUBSCRIPTION_ID}" + self set to "/rni/v2/subscriptions/{SUBSCRIPTION_ID}" ; ; ; @@ -89,7 +89,7 @@ Package MEC012_SRV_RNIS_SUB_BV { subscriptionType indicating value SUBSCRIPTION_TYPE, callbackReference indicating value CALLBACK_URI, _links containing - self set to "/rni/v1/subscriptions/{SUBSCRIPTION_ID}" + self set to "/rni/v2/subscriptions/{SUBSCRIPTION_ID}" ; ; } @@ -98,13 +98,13 @@ Package MEC012_SRV_RNIS_SUB_BV { ensure that { when { the IUT entity receives a vPUT containing - uri indicating value "/rni/v1/subscriptions/{SUBSCRIPTION_ID}", + uri indicating value "/rni/v2/subscriptions/{SUBSCRIPTION_ID}", body containing subscription containing subscriptionType indicating value SUBSCRIPTION_TYPE, callbackReference indicating value NEW_CALLBACK_URI, _links containing - self set to "/rni/v1/subscriptions/{SUBSCRIPTION_ID}" + self set to "/rni/v2/subscriptions/{SUBSCRIPTION_ID}" ; ; ; @@ -118,7 +118,7 @@ Package MEC012_SRV_RNIS_SUB_BV { subscriptionType indicating value SUBSCRIPTION_TYPE, callbackReference indicating value NEW_CALLBACK_URI, _links containing - self set to "/rni/v1/subscriptions/{SUBSCRIPTION_ID}" + self set to "/rni/v2/subscriptions/{SUBSCRIPTION_ID}" ; ; ; @@ -143,7 +143,7 @@ Package MEC012_SRV_RNIS_SUB_BV { the IUT entity having a RNIS_subscription containing callbackReference indicating value CALLBACK_URI, _links containing - self set to "/rni/v1/subscriptions/{SUBSCRIPTION_ID}" + self set to "/rni/v2/subscriptions/{SUBSCRIPTION_ID}" ; ; } @@ -152,7 +152,7 @@ Package MEC012_SRV_RNIS_SUB_BV { ensure that { when { the IUT entity receives a vDELETE containing - uri indicating value "/rni/v1/subscriptions/{SUBSCRIPTION_ID}" + uri indicating value "/rni/v2/subscriptions/{SUBSCRIPTION_ID}" ; from the MEC_SUB entity } then {