Loading Test Purposes/SRV/APPSAQ/PlatAppServices.tplan2 +34 −34 Original line number Diff line number Diff line Loading @@ -28,7 +28,7 @@ Package MEC_SRV_APPSAQ { "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.0.8, clause 7.15.3.1", Reference "ETSI GS MEC 011 2.1.1, clause 7.15.3.1", "https://forge.etsi.org/gitlab/mec/gs011-app-enablement-api/blob/master/Mp1.yaml#/definitions/ServiceInfo" Config Id Config_MEC_1 Loading @@ -42,7 +42,7 @@ Package MEC_SRV_APPSAQ { ; } // MEC 011, clause 5.2.5 // MEC 011 2.1.1, clause 5.2.5 Expected behaviour ensure that { when { Loading @@ -52,7 +52,7 @@ Package MEC_SRV_APPSAQ { from the MEC_APP entity } then { // MEC 011, clause 7.15.3.1 // MEC 011 2.1.1, clause 7.15.3.1 the IUT entity sends a HTTP_RESPONSE containing status_code set to "200 OK" body containing Loading @@ -74,7 +74,7 @@ Package MEC_SRV_APPSAQ { "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.0.8, clause 7.15.3.1" Reference "ETSI GS MEC 011 2.1.1, clause 7.15.3.1" Config Id Config_MEC_1 Loading @@ -87,7 +87,7 @@ Package MEC_SRV_APPSAQ { ; } // MEC 011, clause 5.2.5 // MEC 011 2.1.1, clause 5.2.5 Expected behaviour ensure that { when { Loading @@ -101,7 +101,7 @@ Package MEC_SRV_APPSAQ { from the MEC_APP entity } then { // MEC 011, clause 7.15.3.1 // MEC 011 2.1.1, clause 7.15.3.1 the IUT entity sends a HTTP_RESPONSE containing status_code set to "400 Bad Request" ; Loading @@ -118,7 +118,7 @@ Package MEC_SRV_APPSAQ { "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.0.8, clause 7.15.3.4", Reference "ETSI GS MEC 011 2.1.1, clause 7.15.3.4", "https://forge.etsi.org/gitlab/mec/gs011-app-enablement-api/blob/master/Mp1.yaml#/definitions/ServiceInfo" Config Id Config_MEC_1 Loading @@ -134,7 +134,7 @@ Package MEC_SRV_APPSAQ { the MEC_APP_Subscriber entity subscribed_to the MP1_SUBSCRIPTION_A } // MEC 011, clause 5.2.4 // MEC 011 2.1.1, clause 5.2.4 Expected behaviour ensure that { when { Loading @@ -149,7 +149,7 @@ Package MEC_SRV_APPSAQ { from the MEC_APP_Registrant entity } then { // MEC 011, clause 7.15.3.4 // MEC 011 2.1.1, clause 7.15.3.4 the IUT entity sends a HTTP_RESPONSE containing status_code set to "201 Created", Location set to LOCATION, Loading @@ -161,7 +161,7 @@ Package MEC_SRV_APPSAQ { ; to the MEC_APP_Registrant entity and // MEC 011, clause 6.4.2 // MEC 011 2.1.1, clause 6.4.2 the IUT entity sends a notification_message containing body containing notificationType set to "SerAvailabilityNotification", Loading @@ -186,7 +186,7 @@ Package MEC_SRV_APPSAQ { "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.0.8, clause 7.15.3.4" Reference "ETSI GS MEC 011 2.1.1, clause 7.15.3.4" Config Id Config_MEC_1 Loading @@ -201,7 +201,7 @@ Package MEC_SRV_APPSAQ { the MEC_APP_Subscriber entity subscribed_to the MP1_SUBSCRIPTION_A } // MEC 011, clause 5.2.4 // MEC 011 2.1.1, clause 5.2.4 Expected behaviour ensure that { when { Loading @@ -217,7 +217,7 @@ Package MEC_SRV_APPSAQ { from the MEC_APP_Registrant entity } then { // MEC 011, clause 7.15.3.4 // MEC 011 2.1.1, clause 7.15.3.4 the IUT entity sends a HTTP_RESPONSE containing status_code set to "400 Bad Request" ; Loading @@ -234,7 +234,7 @@ Package MEC_SRV_APPSAQ { "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.0.8, clause 7.15.3.4" Reference "ETSI GS MEC 011 2.1.1, clause 7.15.3.4" Config Id Config_MEC_1 Loading @@ -249,7 +249,7 @@ Package MEC_SRV_APPSAQ { the MEC_APP_Subscriber entity subscribed_to the MP1_SUBSCRIPTION_A } // MEC 011, clause 5.2.4 // MEC 011 2.1.1, clause 5.2.4 Expected behaviour ensure that { when { Loading @@ -264,7 +264,7 @@ Package MEC_SRV_APPSAQ { from the MEC_APP_Registrant entity } then { // MEC 011, clause 7.15.3.4 // MEC 011 2.1.1, clause 7.15.3.4 the IUT entity sends a HTTP_RESPONSE containing status_code set to "404 Not Found" ; Loading @@ -281,7 +281,7 @@ Package MEC_SRV_APPSAQ { "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.0.8, clause 7.14.3.1", Reference "ETSI GS MEC 011 2.1.1, clause 7.14.3.1", "https://forge.etsi.org/gitlab/mec/gs011-app-enablement-api/blob/master/Mp1.yaml#/definitions/ServiceInfo" Config Id Config_MEC_1 Loading @@ -298,7 +298,7 @@ Package MEC_SRV_APPSAQ { ; } // MEC 011, clause 5.2.5 // MEC 011 2.1.1, clause 5.2.5 Expected behaviour ensure that { when { Loading @@ -308,7 +308,7 @@ Package MEC_SRV_APPSAQ { from the MEC_APP entity } then { // MEC 011, clause 7.14.3.1 // MEC 011 2.1.1, clause 7.14.3.1 the IUT entity sends a HTTP_RESPONSE containing status_code set to "200 OK" body containing Loading @@ -330,7 +330,7 @@ Package MEC_SRV_APPSAQ { "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.0.8, clause 7.14.3.1" Reference "ETSI GS MEC 011 2.1.1, clause 7.14.3.1" Config Id Config_MEC_1 Loading @@ -346,7 +346,7 @@ Package MEC_SRV_APPSAQ { ; } // MEC 011, clause 5.2.5 // MEC 011 2.1.1, clause 5.2.5 Expected behaviour ensure that { when { Loading @@ -356,7 +356,7 @@ Package MEC_SRV_APPSAQ { from the MEC_APP entity } then { // MEC 011, clause 7.14.3.1 // MEC 011 2.1.1, clause 7.14.3.1 the IUT entity sends a HTTP_RESPONSE containing status_code set to "404 Not Found" ; Loading @@ -373,7 +373,7 @@ Package MEC_SRV_APPSAQ { "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.0.8, clause 7.14.3.2", Reference "ETSI GS MEC 011 2.1.1, clause 7.14.3.2", "https://forge.etsi.org/gitlab/mec/gs011-app-enablement-api/blob/master/Mp1.yaml#/definitions/ServiceInfo" Loading @@ -391,7 +391,7 @@ Package MEC_SRV_APPSAQ { ; } // MEC 011, clause 5.2.4 // MEC 011 2.1.1, clause 5.2.4 Expected behaviour ensure that { when { Loading @@ -407,7 +407,7 @@ Package MEC_SRV_APPSAQ { from the MEC_APP entity } then { // MEC 011, clause 7.14.3.2 // MEC 011 2.1.1, clause 7.14.3.2 the IUT entity sends a HTTP_RESPONSE containing status_code set to "200 OK" body containing Loading @@ -429,7 +429,7 @@ Package MEC_SRV_APPSAQ { "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.0.8, clause 7.14.3.2" Reference "ETSI GS MEC 011 2.1.1, clause 7.14.3.2" Config Id Config_MEC_1 Loading @@ -445,7 +445,7 @@ Package MEC_SRV_APPSAQ { ; } // MEC 011, clause 5.2.4 // MEC 011 2.1.1, clause 5.2.4 Expected behaviour ensure that { when { Loading @@ -462,7 +462,7 @@ Package MEC_SRV_APPSAQ { from the MEC_APP entity } then { // MEC 011, clause 7.14.3.2 // MEC 011 2.1.1, clause 7.14.3.2 the IUT entity sends a HTTP_RESPONSE containing status_code set to "400 Bad Request" ; Loading @@ -479,7 +479,7 @@ Package MEC_SRV_APPSAQ { "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.0.8, clause 7.14.3.2" Reference "ETSI GS MEC 011 2.1.1, clause 7.14.3.2" Config Id Config_MEC_1 Loading @@ -495,7 +495,7 @@ Package MEC_SRV_APPSAQ { ; } // MEC 011, clause 5.2.4 // MEC 011 2.1.1, clause 5.2.4 Expected behaviour ensure that { when { Loading @@ -511,7 +511,7 @@ Package MEC_SRV_APPSAQ { from the MEC_APP entity } then { // MEC 011, clause 7.14.3.2 // MEC 011 2.1.1, clause 7.14.3.2 the IUT entity sends a HTTP_RESPONSE containing status_code set to "404 Not Found" ; Loading @@ -528,7 +528,7 @@ Package MEC_SRV_APPSAQ { "Check that the IUT responds with an error when a request sent by a MEC Application doesn't comply with a required condition" Reference "ETSI GS MEC 011 V2.0.8, clause 7.14.3.2" Reference "ETSI GS MEC 011 2.1.1, clause 7.14.3.2" Config Id Config_MEC_1 Loading @@ -544,7 +544,7 @@ Package MEC_SRV_APPSAQ { ; } // MEC 011, clause 5.2.4 // MEC 011 2.1.1, clause 5.2.4 Expected behaviour ensure that { when { Loading @@ -560,7 +560,7 @@ Package MEC_SRV_APPSAQ { from the MEC_APP entity } then { // MEC 011, clause 7.14.3.2 // MEC 011 2.1.1, clause 7.14.3.2 the IUT entity sends a HTTP_RESPONSE containing status_code set to "412 Precondition Failed" ; Loading Test Purposes/SRV/APPSUB/PlatAppSubscriptions.tplan2 +24 −24 Original line number Diff line number Diff line Loading @@ -28,7 +28,7 @@ Package MEC_SRV_APPSUB { "Check that the IUT responds with a list of subscriptions for notifications on services availability when queried by a MEC Application" Reference "ETSI GS MEC 011 V2.0.9, clause 7.6.3.1", Reference "ETSI GS MEC 011 2.1.1, clause 7.6.3.1", "https://forge.etsi.org/gitlab/mec/gs011-app-enablement-api/blob/master/Mp1.yaml#/definitions/Mp1SubscriptionLinkList" Config Id Config_MEC_1 Loading @@ -42,7 +42,7 @@ Package MEC_SRV_APPSUB { ; } // MEC 011, clause 5.2.6 // MEC 011 2.1.1, clause 5.2.6 Expected behaviour ensure that { when { Loading @@ -52,7 +52,7 @@ Package MEC_SRV_APPSUB { from the MEC_APP entity } then { // MEC 011, clause 7.6.3.1 // MEC 011 2.1.1, clause 7.6.3.1 the IUT entity sends a HTTP_RESPONSE containing status_code set to "200 OK" body containing Loading @@ -72,7 +72,7 @@ Package MEC_SRV_APPSUB { "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.0.9, clause 7.6.3.1" Reference "ETSI GS MEC 011 2.1.1, clause 7.6.3.1" Config Id Config_MEC_1 Loading @@ -85,7 +85,7 @@ Package MEC_SRV_APPSUB { ; } // MEC 011, clause 5.2.6 // MEC 011 2.1.1, clause 5.2.6 Expected behaviour ensure that { when { Loading @@ -95,7 +95,7 @@ Package MEC_SRV_APPSUB { from the MEC_APP entity } then { // MEC 011, clause 7.6.3.1 // MEC 011 2.1.1, clause 7.6.3.1 the IUT entity sends a HTTP_RESPONSE containing status_code set to "404 Not Found" ; Loading @@ -112,7 +112,7 @@ Package MEC_SRV_APPSUB { "Check that the IUT acknowledges the subscription by a MEC Application to notifications on service availability events" Reference "ETSI GS MEC 011 V2.0.9, clause 7.6.3.4", Reference "ETSI GS MEC 011 2.1.1, clause 7.6.3.4", "https://forge.etsi.org/gitlab/mec/gs011-app-enablement-api/blob/master/Mp1.yaml#/definitions/SerAvailabilityNotificationSubscription" Config Id Config_MEC_1 Loading @@ -126,7 +126,7 @@ Package MEC_SRV_APPSUB { ; } // MEC 011, clause 5.2.6.2 // MEC 011 2.1.1, clause 5.2.6.2 Expected behaviour ensure that { when { Loading @@ -142,7 +142,7 @@ Package MEC_SRV_APPSUB { from the MEC_APP entity } then { // MEC 011, clause 7.6.3.4 // MEC 011 2.1.1, clause 7.6.3.4 the IUT entity sends a HTTP_RESPONSE containing status_code set to "201 Created", Location set to LOCATION, Loading @@ -166,7 +166,7 @@ Package MEC_SRV_APPSUB { "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.0.9, clause 7.6.3.4" Reference "ETSI GS MEC 011 2.1.1, clause 7.6.3.4" Config Id Config_MEC_1 Loading @@ -179,7 +179,7 @@ Package MEC_SRV_APPSUB { ; } // MEC 011, clause 5.2.6.2 // MEC 011 2.1.1, clause 5.2.6.2 Expected behaviour ensure that { when { Loading @@ -196,7 +196,7 @@ Package MEC_SRV_APPSUB { from the MEC_APP entity } then { // MEC 011, clause 7.6.3.4 // MEC 011 2.1.1, clause 7.6.3.4 the IUT entity sends a HTTP_RESPONSE containing status_code set to "400 Bad Request" ; Loading @@ -213,7 +213,7 @@ Package MEC_SRV_APPSUB { "Check that the IUT responds with the information on a specific subscription when queried by a MEC Application" Reference "ETSI GS MEC 011 V2.0.9, clause 7.5.3.1", Reference "ETSI GS MEC 011 2.1.1, clause 7.5.3.1", "https://forge.etsi.org/gitlab/mec/gs011-app-enablement-api/blob/master/Mp1.yaml#/definitions/SerAvailabilityNotificationSubscription" Config Id Config_MEC_1 Loading @@ -230,7 +230,7 @@ Package MEC_SRV_APPSUB { ; } // MEC 011, clause 5.2.6 // MEC 011 2.1.1, clause 5.2.6 Expected behaviour ensure that { when { Loading @@ -240,7 +240,7 @@ Package MEC_SRV_APPSUB { from the MEC_APP entity } then { // MEC 011, clause 7.5.3.1 // MEC 011 2.1.1, clause 7.5.3.1 the IUT entity sends a HTTP_RESPONSE containing status_code set to "200 OK" body containing Loading @@ -263,7 +263,7 @@ Package MEC_SRV_APPSUB { a request for an URI that cannot be mapped to a valid resource URI is sent by a MEC Application" Reference "ETSI GS MEC 011 V2.0.9, clause 7.5.3.1" Reference "ETSI GS MEC 011 2.1.1, clause 7.5.3.1" Config Id Config_MEC_1 Loading @@ -279,7 +279,7 @@ Package MEC_SRV_APPSUB { ; } // MEC 011, clause 5.2.6 // MEC 011 2.1.1, clause 5.2.6 Expected behaviour ensure that { when { Loading @@ -289,7 +289,7 @@ Package MEC_SRV_APPSUB { from the MEC_APP entity } then { // MEC 011, clause 7.5.3.1 // MEC 011 2.1.1, clause 7.5.3.1 the IUT entity sends a HTTP_RESPONSE containing status_code set to "404 Not Found" ; Loading @@ -306,7 +306,7 @@ Package MEC_SRV_APPSUB { "Check that the IUT acknowledges the unsubscribe from service availability event notifications when commanded by a MEC Application" Reference "ETSI GS MEC 011 V2.0.9, clause 7.5.3.5" Reference "ETSI GS MEC 011 2.1.1, clause 7.5.3.5" Config Id Config_MEC_1 Loading @@ -322,7 +322,7 @@ Package MEC_SRV_APPSUB { ; } // MEC 011, clause 5.2.6 // MEC 011 2.1.1, clause 5.2.6 Expected behaviour ensure that { when { Loading @@ -332,7 +332,7 @@ Package MEC_SRV_APPSUB { from the MEC_APP entity } then { // MEC 011, clause 7.5.3.5 // MEC 011 2.1.1, clause 7.5.3.5 the IUT entity sends a HTTP_RESPONSE containing status_code set to "204 No Content" ; Loading @@ -350,7 +350,7 @@ Package MEC_SRV_APPSUB { a request for an URI that cannot be mapped to a valid resource URI is sent by a MEC Application" Reference "ETSI GS MEC 011 V2.0.9, clause 7.5.3.5" Reference "ETSI GS MEC 011 2.1.1, clause 7.5.3.5" Config Id Config_MEC_1 Loading @@ -366,7 +366,7 @@ Package MEC_SRV_APPSUB { ; } // MEC 011, clause 5.2.6 // MEC 011 2.1.1, clause 5.2.6 Expected behaviour ensure that { when { Loading @@ -376,7 +376,7 @@ Package MEC_SRV_APPSUB { from the MEC_APP entity } then { // MEC 011, clause 7.5.3.5 // MEC 011 2.1.1, clause 7.5.3.5 the IUT entity sends a HTTP_RESPONSE containing status_code set to "404 Not Found" ; Loading Test Purposes/SRV/DNS/PlatDnsRules.tplan2 +21 −21 Original line number Diff line number Diff line Loading @@ -28,7 +28,7 @@ Package MEC_SRV_DNS { "Check that the IUT responds with a list of active DNS rules when queried by a MEC Application" Reference "ETSI GS MEC 011 V2.0.9, clause 7.12.3.1", Reference "ETSI GS MEC 011 2.1.1, clause 7.12.3.1", "https://forge.etsi.org/gitlab/mec/gs011-app-enablement-api/blob/master/Mp1.yaml#/definitions/DnsRule" Config Id Config_MEC_1 Loading @@ -42,7 +42,7 @@ Package MEC_SRV_DNS { ; } // MEC 011, clause 5.2.8 // MEC 011 2.1.1, clause 5.2.8 Expected behaviour ensure that { when { Loading @@ -52,7 +52,7 @@ Package MEC_SRV_DNS { from the MEC_APP entity } then { // MEC 011, clause 7.12.3.1 // MEC 011 2.1.1, clause 7.12.3.1 the IUT entity sends a HTTP_RESPONSE containing status_code set to "200 OK" body containing Loading @@ -74,7 +74,7 @@ Package MEC_SRV_DNS { "Check that the IUT responds with the information on a specific DNS rule when queried by a MEC Application" Reference "ETSI GS MEC 011 V2.0.9, clause 7.13.3.1", Reference "ETSI GS MEC 011 2.1.1, clause 7.13.3.1", "https://forge.etsi.org/gitlab/mec/gs011-app-enablement-api/blob/master/Mp1.yaml#/definitions/DnsRule" Config Id Config_MEC_1 Loading @@ -91,7 +91,7 @@ Package MEC_SRV_DNS { ; } // MEC 011, clause 5.2.8 // MEC 011 2.1.1, clause 5.2.8 Expected behaviour ensure that { when { Loading @@ -101,7 +101,7 @@ Package MEC_SRV_DNS { from the MEC_APP entity } then { // MEC 011, clause 7.13.3.1 // MEC 011 2.1.1, clause 7.13.3.1 the IUT entity sends a HTTP_RESPONSE containing status_code set to "200 OK" body containing Loading @@ -123,7 +123,7 @@ Package MEC_SRV_DNS { "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.0.9, clause 7.13.3.1" Reference "ETSI GS MEC 011 2.1.1, clause 7.13.3.1" Config Id Config_MEC_1 Loading @@ -139,7 +139,7 @@ Package MEC_SRV_DNS { ; } // MEC 011, clause 5.2.8 // MEC 011 2.1.1, clause 5.2.8 Expected behaviour ensure that { when { Loading @@ -149,7 +149,7 @@ Package MEC_SRV_DNS { from the MEC_APP entity } then { // MEC 011, clause 7.13.3.1 // MEC 011 2.1.1, clause 7.13.3.1 the IUT entity sends a HTTP_RESPONSE containing status_code set to "404 Not Found" ; Loading @@ -166,7 +166,7 @@ Package MEC_SRV_DNS { "Check that the IUT updates a specific DNS rule when commanded by a MEC Application" Reference "ETSI GS MEC 011 V2.0.9, clause 7.13.3.2", Reference "ETSI GS MEC 011 2.1.1, clause 7.13.3.2", "https://forge.etsi.org/gitlab/mec/gs011-app-enablement-api/blob/master/Mp1.yaml#/definitions/DnsRule" Config Id Config_MEC_1 Loading @@ -183,7 +183,7 @@ Package MEC_SRV_DNS { ; } // MEC 011, clause 5.2.8 // MEC 011 2.1.1, clause 5.2.8 Expected behaviour ensure that { when { Loading @@ -198,7 +198,7 @@ Package MEC_SRV_DNS { from the MEC_APP entity } then { // MEC 011, clause 7.13.3.2 // MEC 011 2.1.1, clause 7.13.3.2 the IUT entity sends a HTTP_RESPONSE containing status_code set to "200 OK" body containing Loading @@ -221,7 +221,7 @@ Package MEC_SRV_DNS { "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.0.9, clause 7.13.3.2" Reference "ETSI GS MEC 011 2.1.1, clause 7.13.3.2" Config Id Config_MEC_1 Loading @@ -237,7 +237,7 @@ Package MEC_SRV_DNS { ; } // MEC 011, clause 5.2.8 // MEC 011 2.1.1, clause 5.2.8 Expected behaviour ensure that { when { Loading @@ -253,7 +253,7 @@ Package MEC_SRV_DNS { from the MEC_APP entity } then { // MEC 011, clause 7.13.3.2 // MEC 011 2.1.1, clause 7.13.3.2 the IUT entity sends a HTTP_RESPONSE containing status_code set to "400 Bad Request" ; Loading @@ -270,7 +270,7 @@ Package MEC_SRV_DNS { "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.0.9, clause 7.13.3.2" Reference "ETSI GS MEC 011 2.1.1, clause 7.13.3.2" Config Id Config_MEC_1 Loading @@ -286,7 +286,7 @@ Package MEC_SRV_DNS { ; } // MEC 011, clause 5.2.8 // MEC 011 2.1.1, clause 5.2.8 Expected behaviour ensure that { when { Loading @@ -301,7 +301,7 @@ Package MEC_SRV_DNS { from the MEC_APP entity } then { // MEC 011, clause 7.13.3.2 // MEC 011 2.1.1, clause 7.13.3.2 the IUT entity sends a HTTP_RESPONSE containing status_code set to "404 Not Found" ; Loading @@ -318,7 +318,7 @@ Package MEC_SRV_DNS { "Check that the IUT responds with an error when a request sent by a MEC Application doesn't comply with a required condition" Reference "ETSI GS MEC 011 V2.0.9, clause 7.13.3.2" Reference "ETSI GS MEC 011 2.1.1, clause 7.13.3.2" Config Id Config_MEC_1 Loading @@ -334,7 +334,7 @@ Package MEC_SRV_DNS { ; } // MEC 011, clause 5.2.8 // MEC 011 2.1.1, clause 5.2.8 Expected behaviour ensure that { when { Loading @@ -349,7 +349,7 @@ Package MEC_SRV_DNS { from the MEC_APP entity } then { // MEC 011, clause 7.13.3.2 // MEC 011 2.1.1, clause 7.13.3.2 the IUT entity sends a HTTP_RESPONSE containing status_code set to "412 Precondition Failed" ; Loading Test Purposes/SRV/SAQ/PlatServices.tplan2 +12 −12 Original line number Diff line number Diff line Loading @@ -28,7 +28,7 @@ Package MEC_SRV_SAQ { "Check that the IUT responds with a list of available MEC services when queried by a MEC Application" Reference "ETSI GS MEC 011 V2.0.8, clause 7.4.3.1", Reference "ETSI GS MEC 011 2.1.1, clause 7.4.3.1", "https://forge.etsi.org/gitlab/mec/gs011-app-enablement-api/blob/master/Mp1.yaml#/definitions/ServiceInfo" Config Id Config_MEC_1 Loading @@ -39,7 +39,7 @@ Package MEC_SRV_SAQ { the IUT entity being_in idle_state } // MEC 011, clause 5.2.5 // MEC 011 2.1.1, clause 5.2.5 Expected behaviour ensure that { when { Loading @@ -49,7 +49,7 @@ Package MEC_SRV_SAQ { from the MEC_APP entity } then { // MEC 011, clause 7.4.3.1 // MEC 011 2.1.1, clause 7.4.3.1 the IUT entity sends a HTTP_RESPONSE containing status_code set to "200 OK" body containing Loading @@ -71,7 +71,7 @@ Package MEC_SRV_SAQ { "Check that the IUT responds with an error when incorrect parameters were sent by a MEC Application" Reference "ETSI GS MEC 011 V2.0.8, clause 7.4.3.1" Reference "ETSI GS MEC 011 2.1.1, clause 7.4.3.1" Config Id Config_MEC_1 Loading @@ -81,7 +81,7 @@ Package MEC_SRV_SAQ { the IUT entity being_in idle_state } // MEC 011, clause 5.2.5 // MEC 011 2.1.1, clause 5.2.5 Expected behaviour ensure that { when { Loading @@ -95,7 +95,7 @@ Package MEC_SRV_SAQ { from the MEC_APP entity } then { // MEC 011, clause 7.4.3.1 // MEC 011 2.1.1, clause 7.4.3.1 the IUT entity sends a HTTP_RESPONSE containing status_code set to "400 Bad Request" ; Loading @@ -112,7 +112,7 @@ Package MEC_SRV_SAQ { "Check that the IUT responds with the information on a specific service when queried by a MEC Application" Reference "ETSI GS MEC 011 V2.0.8, clause 7.3.3.1", Reference "ETSI GS MEC 011 2.1.1, clause 7.3.3.1", "https://forge.etsi.org/gitlab/mec/gs011-app-enablement-api/blob/master/Mp1.yaml#/definitions/ServiceInfo" Config Id Config_MEC_1 Loading @@ -126,7 +126,7 @@ Package MEC_SRV_SAQ { ; } // MEC 011, clause 5.2.5 // MEC 011 2.1.1, clause 5.2.5 Expected behaviour ensure that { when { Loading @@ -136,7 +136,7 @@ Package MEC_SRV_SAQ { from the MEC_APP entity } then { // MEC 011, clause 7.3.3.1 // MEC 011 2.1.1, clause 7.3.3.1 the IUT entity sends a HTTP_RESPONSE containing status_code set to "200 OK" body containing Loading @@ -159,7 +159,7 @@ Package MEC_SRV_SAQ { a request for an URI that cannot be mapped to a valid resource URI is sent by a MEC Application" Reference "ETSI GS MEC 011 V2.0.8, clause 7.3.3.1" Reference "ETSI GS MEC 011 2.1.1, clause 7.3.3.1" Config Id Config_MEC_1 Loading @@ -172,7 +172,7 @@ Package MEC_SRV_SAQ { ; } // MEC 011, clause 5.2.5 // MEC 011 2.1.1, clause 5.2.5 Expected behaviour ensure that { when { Loading @@ -182,7 +182,7 @@ Package MEC_SRV_SAQ { from the MEC_APP entity } then { // MEC 011, clause 7.3.3.1 // MEC 011 2.1.1, clause 7.3.3.1 the IUT entity sends a HTTP_RESPONSE containing status_code set to "404 Not Found" ; Loading Test Purposes/SRV/SRVSUB/PlatSrvSubscriptions.tplan2 +24 −24 File changed.Preview size limit exceeded, changes collapsed. Show changes Loading
Test Purposes/SRV/APPSAQ/PlatAppServices.tplan2 +34 −34 Original line number Diff line number Diff line Loading @@ -28,7 +28,7 @@ Package MEC_SRV_APPSAQ { "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.0.8, clause 7.15.3.1", Reference "ETSI GS MEC 011 2.1.1, clause 7.15.3.1", "https://forge.etsi.org/gitlab/mec/gs011-app-enablement-api/blob/master/Mp1.yaml#/definitions/ServiceInfo" Config Id Config_MEC_1 Loading @@ -42,7 +42,7 @@ Package MEC_SRV_APPSAQ { ; } // MEC 011, clause 5.2.5 // MEC 011 2.1.1, clause 5.2.5 Expected behaviour ensure that { when { Loading @@ -52,7 +52,7 @@ Package MEC_SRV_APPSAQ { from the MEC_APP entity } then { // MEC 011, clause 7.15.3.1 // MEC 011 2.1.1, clause 7.15.3.1 the IUT entity sends a HTTP_RESPONSE containing status_code set to "200 OK" body containing Loading @@ -74,7 +74,7 @@ Package MEC_SRV_APPSAQ { "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.0.8, clause 7.15.3.1" Reference "ETSI GS MEC 011 2.1.1, clause 7.15.3.1" Config Id Config_MEC_1 Loading @@ -87,7 +87,7 @@ Package MEC_SRV_APPSAQ { ; } // MEC 011, clause 5.2.5 // MEC 011 2.1.1, clause 5.2.5 Expected behaviour ensure that { when { Loading @@ -101,7 +101,7 @@ Package MEC_SRV_APPSAQ { from the MEC_APP entity } then { // MEC 011, clause 7.15.3.1 // MEC 011 2.1.1, clause 7.15.3.1 the IUT entity sends a HTTP_RESPONSE containing status_code set to "400 Bad Request" ; Loading @@ -118,7 +118,7 @@ Package MEC_SRV_APPSAQ { "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.0.8, clause 7.15.3.4", Reference "ETSI GS MEC 011 2.1.1, clause 7.15.3.4", "https://forge.etsi.org/gitlab/mec/gs011-app-enablement-api/blob/master/Mp1.yaml#/definitions/ServiceInfo" Config Id Config_MEC_1 Loading @@ -134,7 +134,7 @@ Package MEC_SRV_APPSAQ { the MEC_APP_Subscriber entity subscribed_to the MP1_SUBSCRIPTION_A } // MEC 011, clause 5.2.4 // MEC 011 2.1.1, clause 5.2.4 Expected behaviour ensure that { when { Loading @@ -149,7 +149,7 @@ Package MEC_SRV_APPSAQ { from the MEC_APP_Registrant entity } then { // MEC 011, clause 7.15.3.4 // MEC 011 2.1.1, clause 7.15.3.4 the IUT entity sends a HTTP_RESPONSE containing status_code set to "201 Created", Location set to LOCATION, Loading @@ -161,7 +161,7 @@ Package MEC_SRV_APPSAQ { ; to the MEC_APP_Registrant entity and // MEC 011, clause 6.4.2 // MEC 011 2.1.1, clause 6.4.2 the IUT entity sends a notification_message containing body containing notificationType set to "SerAvailabilityNotification", Loading @@ -186,7 +186,7 @@ Package MEC_SRV_APPSAQ { "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.0.8, clause 7.15.3.4" Reference "ETSI GS MEC 011 2.1.1, clause 7.15.3.4" Config Id Config_MEC_1 Loading @@ -201,7 +201,7 @@ Package MEC_SRV_APPSAQ { the MEC_APP_Subscriber entity subscribed_to the MP1_SUBSCRIPTION_A } // MEC 011, clause 5.2.4 // MEC 011 2.1.1, clause 5.2.4 Expected behaviour ensure that { when { Loading @@ -217,7 +217,7 @@ Package MEC_SRV_APPSAQ { from the MEC_APP_Registrant entity } then { // MEC 011, clause 7.15.3.4 // MEC 011 2.1.1, clause 7.15.3.4 the IUT entity sends a HTTP_RESPONSE containing status_code set to "400 Bad Request" ; Loading @@ -234,7 +234,7 @@ Package MEC_SRV_APPSAQ { "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.0.8, clause 7.15.3.4" Reference "ETSI GS MEC 011 2.1.1, clause 7.15.3.4" Config Id Config_MEC_1 Loading @@ -249,7 +249,7 @@ Package MEC_SRV_APPSAQ { the MEC_APP_Subscriber entity subscribed_to the MP1_SUBSCRIPTION_A } // MEC 011, clause 5.2.4 // MEC 011 2.1.1, clause 5.2.4 Expected behaviour ensure that { when { Loading @@ -264,7 +264,7 @@ Package MEC_SRV_APPSAQ { from the MEC_APP_Registrant entity } then { // MEC 011, clause 7.15.3.4 // MEC 011 2.1.1, clause 7.15.3.4 the IUT entity sends a HTTP_RESPONSE containing status_code set to "404 Not Found" ; Loading @@ -281,7 +281,7 @@ Package MEC_SRV_APPSAQ { "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.0.8, clause 7.14.3.1", Reference "ETSI GS MEC 011 2.1.1, clause 7.14.3.1", "https://forge.etsi.org/gitlab/mec/gs011-app-enablement-api/blob/master/Mp1.yaml#/definitions/ServiceInfo" Config Id Config_MEC_1 Loading @@ -298,7 +298,7 @@ Package MEC_SRV_APPSAQ { ; } // MEC 011, clause 5.2.5 // MEC 011 2.1.1, clause 5.2.5 Expected behaviour ensure that { when { Loading @@ -308,7 +308,7 @@ Package MEC_SRV_APPSAQ { from the MEC_APP entity } then { // MEC 011, clause 7.14.3.1 // MEC 011 2.1.1, clause 7.14.3.1 the IUT entity sends a HTTP_RESPONSE containing status_code set to "200 OK" body containing Loading @@ -330,7 +330,7 @@ Package MEC_SRV_APPSAQ { "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.0.8, clause 7.14.3.1" Reference "ETSI GS MEC 011 2.1.1, clause 7.14.3.1" Config Id Config_MEC_1 Loading @@ -346,7 +346,7 @@ Package MEC_SRV_APPSAQ { ; } // MEC 011, clause 5.2.5 // MEC 011 2.1.1, clause 5.2.5 Expected behaviour ensure that { when { Loading @@ -356,7 +356,7 @@ Package MEC_SRV_APPSAQ { from the MEC_APP entity } then { // MEC 011, clause 7.14.3.1 // MEC 011 2.1.1, clause 7.14.3.1 the IUT entity sends a HTTP_RESPONSE containing status_code set to "404 Not Found" ; Loading @@ -373,7 +373,7 @@ Package MEC_SRV_APPSAQ { "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.0.8, clause 7.14.3.2", Reference "ETSI GS MEC 011 2.1.1, clause 7.14.3.2", "https://forge.etsi.org/gitlab/mec/gs011-app-enablement-api/blob/master/Mp1.yaml#/definitions/ServiceInfo" Loading @@ -391,7 +391,7 @@ Package MEC_SRV_APPSAQ { ; } // MEC 011, clause 5.2.4 // MEC 011 2.1.1, clause 5.2.4 Expected behaviour ensure that { when { Loading @@ -407,7 +407,7 @@ Package MEC_SRV_APPSAQ { from the MEC_APP entity } then { // MEC 011, clause 7.14.3.2 // MEC 011 2.1.1, clause 7.14.3.2 the IUT entity sends a HTTP_RESPONSE containing status_code set to "200 OK" body containing Loading @@ -429,7 +429,7 @@ Package MEC_SRV_APPSAQ { "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.0.8, clause 7.14.3.2" Reference "ETSI GS MEC 011 2.1.1, clause 7.14.3.2" Config Id Config_MEC_1 Loading @@ -445,7 +445,7 @@ Package MEC_SRV_APPSAQ { ; } // MEC 011, clause 5.2.4 // MEC 011 2.1.1, clause 5.2.4 Expected behaviour ensure that { when { Loading @@ -462,7 +462,7 @@ Package MEC_SRV_APPSAQ { from the MEC_APP entity } then { // MEC 011, clause 7.14.3.2 // MEC 011 2.1.1, clause 7.14.3.2 the IUT entity sends a HTTP_RESPONSE containing status_code set to "400 Bad Request" ; Loading @@ -479,7 +479,7 @@ Package MEC_SRV_APPSAQ { "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.0.8, clause 7.14.3.2" Reference "ETSI GS MEC 011 2.1.1, clause 7.14.3.2" Config Id Config_MEC_1 Loading @@ -495,7 +495,7 @@ Package MEC_SRV_APPSAQ { ; } // MEC 011, clause 5.2.4 // MEC 011 2.1.1, clause 5.2.4 Expected behaviour ensure that { when { Loading @@ -511,7 +511,7 @@ Package MEC_SRV_APPSAQ { from the MEC_APP entity } then { // MEC 011, clause 7.14.3.2 // MEC 011 2.1.1, clause 7.14.3.2 the IUT entity sends a HTTP_RESPONSE containing status_code set to "404 Not Found" ; Loading @@ -528,7 +528,7 @@ Package MEC_SRV_APPSAQ { "Check that the IUT responds with an error when a request sent by a MEC Application doesn't comply with a required condition" Reference "ETSI GS MEC 011 V2.0.8, clause 7.14.3.2" Reference "ETSI GS MEC 011 2.1.1, clause 7.14.3.2" Config Id Config_MEC_1 Loading @@ -544,7 +544,7 @@ Package MEC_SRV_APPSAQ { ; } // MEC 011, clause 5.2.4 // MEC 011 2.1.1, clause 5.2.4 Expected behaviour ensure that { when { Loading @@ -560,7 +560,7 @@ Package MEC_SRV_APPSAQ { from the MEC_APP entity } then { // MEC 011, clause 7.14.3.2 // MEC 011 2.1.1, clause 7.14.3.2 the IUT entity sends a HTTP_RESPONSE containing status_code set to "412 Precondition Failed" ; Loading
Test Purposes/SRV/APPSUB/PlatAppSubscriptions.tplan2 +24 −24 Original line number Diff line number Diff line Loading @@ -28,7 +28,7 @@ Package MEC_SRV_APPSUB { "Check that the IUT responds with a list of subscriptions for notifications on services availability when queried by a MEC Application" Reference "ETSI GS MEC 011 V2.0.9, clause 7.6.3.1", Reference "ETSI GS MEC 011 2.1.1, clause 7.6.3.1", "https://forge.etsi.org/gitlab/mec/gs011-app-enablement-api/blob/master/Mp1.yaml#/definitions/Mp1SubscriptionLinkList" Config Id Config_MEC_1 Loading @@ -42,7 +42,7 @@ Package MEC_SRV_APPSUB { ; } // MEC 011, clause 5.2.6 // MEC 011 2.1.1, clause 5.2.6 Expected behaviour ensure that { when { Loading @@ -52,7 +52,7 @@ Package MEC_SRV_APPSUB { from the MEC_APP entity } then { // MEC 011, clause 7.6.3.1 // MEC 011 2.1.1, clause 7.6.3.1 the IUT entity sends a HTTP_RESPONSE containing status_code set to "200 OK" body containing Loading @@ -72,7 +72,7 @@ Package MEC_SRV_APPSUB { "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.0.9, clause 7.6.3.1" Reference "ETSI GS MEC 011 2.1.1, clause 7.6.3.1" Config Id Config_MEC_1 Loading @@ -85,7 +85,7 @@ Package MEC_SRV_APPSUB { ; } // MEC 011, clause 5.2.6 // MEC 011 2.1.1, clause 5.2.6 Expected behaviour ensure that { when { Loading @@ -95,7 +95,7 @@ Package MEC_SRV_APPSUB { from the MEC_APP entity } then { // MEC 011, clause 7.6.3.1 // MEC 011 2.1.1, clause 7.6.3.1 the IUT entity sends a HTTP_RESPONSE containing status_code set to "404 Not Found" ; Loading @@ -112,7 +112,7 @@ Package MEC_SRV_APPSUB { "Check that the IUT acknowledges the subscription by a MEC Application to notifications on service availability events" Reference "ETSI GS MEC 011 V2.0.9, clause 7.6.3.4", Reference "ETSI GS MEC 011 2.1.1, clause 7.6.3.4", "https://forge.etsi.org/gitlab/mec/gs011-app-enablement-api/blob/master/Mp1.yaml#/definitions/SerAvailabilityNotificationSubscription" Config Id Config_MEC_1 Loading @@ -126,7 +126,7 @@ Package MEC_SRV_APPSUB { ; } // MEC 011, clause 5.2.6.2 // MEC 011 2.1.1, clause 5.2.6.2 Expected behaviour ensure that { when { Loading @@ -142,7 +142,7 @@ Package MEC_SRV_APPSUB { from the MEC_APP entity } then { // MEC 011, clause 7.6.3.4 // MEC 011 2.1.1, clause 7.6.3.4 the IUT entity sends a HTTP_RESPONSE containing status_code set to "201 Created", Location set to LOCATION, Loading @@ -166,7 +166,7 @@ Package MEC_SRV_APPSUB { "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.0.9, clause 7.6.3.4" Reference "ETSI GS MEC 011 2.1.1, clause 7.6.3.4" Config Id Config_MEC_1 Loading @@ -179,7 +179,7 @@ Package MEC_SRV_APPSUB { ; } // MEC 011, clause 5.2.6.2 // MEC 011 2.1.1, clause 5.2.6.2 Expected behaviour ensure that { when { Loading @@ -196,7 +196,7 @@ Package MEC_SRV_APPSUB { from the MEC_APP entity } then { // MEC 011, clause 7.6.3.4 // MEC 011 2.1.1, clause 7.6.3.4 the IUT entity sends a HTTP_RESPONSE containing status_code set to "400 Bad Request" ; Loading @@ -213,7 +213,7 @@ Package MEC_SRV_APPSUB { "Check that the IUT responds with the information on a specific subscription when queried by a MEC Application" Reference "ETSI GS MEC 011 V2.0.9, clause 7.5.3.1", Reference "ETSI GS MEC 011 2.1.1, clause 7.5.3.1", "https://forge.etsi.org/gitlab/mec/gs011-app-enablement-api/blob/master/Mp1.yaml#/definitions/SerAvailabilityNotificationSubscription" Config Id Config_MEC_1 Loading @@ -230,7 +230,7 @@ Package MEC_SRV_APPSUB { ; } // MEC 011, clause 5.2.6 // MEC 011 2.1.1, clause 5.2.6 Expected behaviour ensure that { when { Loading @@ -240,7 +240,7 @@ Package MEC_SRV_APPSUB { from the MEC_APP entity } then { // MEC 011, clause 7.5.3.1 // MEC 011 2.1.1, clause 7.5.3.1 the IUT entity sends a HTTP_RESPONSE containing status_code set to "200 OK" body containing Loading @@ -263,7 +263,7 @@ Package MEC_SRV_APPSUB { a request for an URI that cannot be mapped to a valid resource URI is sent by a MEC Application" Reference "ETSI GS MEC 011 V2.0.9, clause 7.5.3.1" Reference "ETSI GS MEC 011 2.1.1, clause 7.5.3.1" Config Id Config_MEC_1 Loading @@ -279,7 +279,7 @@ Package MEC_SRV_APPSUB { ; } // MEC 011, clause 5.2.6 // MEC 011 2.1.1, clause 5.2.6 Expected behaviour ensure that { when { Loading @@ -289,7 +289,7 @@ Package MEC_SRV_APPSUB { from the MEC_APP entity } then { // MEC 011, clause 7.5.3.1 // MEC 011 2.1.1, clause 7.5.3.1 the IUT entity sends a HTTP_RESPONSE containing status_code set to "404 Not Found" ; Loading @@ -306,7 +306,7 @@ Package MEC_SRV_APPSUB { "Check that the IUT acknowledges the unsubscribe from service availability event notifications when commanded by a MEC Application" Reference "ETSI GS MEC 011 V2.0.9, clause 7.5.3.5" Reference "ETSI GS MEC 011 2.1.1, clause 7.5.3.5" Config Id Config_MEC_1 Loading @@ -322,7 +322,7 @@ Package MEC_SRV_APPSUB { ; } // MEC 011, clause 5.2.6 // MEC 011 2.1.1, clause 5.2.6 Expected behaviour ensure that { when { Loading @@ -332,7 +332,7 @@ Package MEC_SRV_APPSUB { from the MEC_APP entity } then { // MEC 011, clause 7.5.3.5 // MEC 011 2.1.1, clause 7.5.3.5 the IUT entity sends a HTTP_RESPONSE containing status_code set to "204 No Content" ; Loading @@ -350,7 +350,7 @@ Package MEC_SRV_APPSUB { a request for an URI that cannot be mapped to a valid resource URI is sent by a MEC Application" Reference "ETSI GS MEC 011 V2.0.9, clause 7.5.3.5" Reference "ETSI GS MEC 011 2.1.1, clause 7.5.3.5" Config Id Config_MEC_1 Loading @@ -366,7 +366,7 @@ Package MEC_SRV_APPSUB { ; } // MEC 011, clause 5.2.6 // MEC 011 2.1.1, clause 5.2.6 Expected behaviour ensure that { when { Loading @@ -376,7 +376,7 @@ Package MEC_SRV_APPSUB { from the MEC_APP entity } then { // MEC 011, clause 7.5.3.5 // MEC 011 2.1.1, clause 7.5.3.5 the IUT entity sends a HTTP_RESPONSE containing status_code set to "404 Not Found" ; Loading
Test Purposes/SRV/DNS/PlatDnsRules.tplan2 +21 −21 Original line number Diff line number Diff line Loading @@ -28,7 +28,7 @@ Package MEC_SRV_DNS { "Check that the IUT responds with a list of active DNS rules when queried by a MEC Application" Reference "ETSI GS MEC 011 V2.0.9, clause 7.12.3.1", Reference "ETSI GS MEC 011 2.1.1, clause 7.12.3.1", "https://forge.etsi.org/gitlab/mec/gs011-app-enablement-api/blob/master/Mp1.yaml#/definitions/DnsRule" Config Id Config_MEC_1 Loading @@ -42,7 +42,7 @@ Package MEC_SRV_DNS { ; } // MEC 011, clause 5.2.8 // MEC 011 2.1.1, clause 5.2.8 Expected behaviour ensure that { when { Loading @@ -52,7 +52,7 @@ Package MEC_SRV_DNS { from the MEC_APP entity } then { // MEC 011, clause 7.12.3.1 // MEC 011 2.1.1, clause 7.12.3.1 the IUT entity sends a HTTP_RESPONSE containing status_code set to "200 OK" body containing Loading @@ -74,7 +74,7 @@ Package MEC_SRV_DNS { "Check that the IUT responds with the information on a specific DNS rule when queried by a MEC Application" Reference "ETSI GS MEC 011 V2.0.9, clause 7.13.3.1", Reference "ETSI GS MEC 011 2.1.1, clause 7.13.3.1", "https://forge.etsi.org/gitlab/mec/gs011-app-enablement-api/blob/master/Mp1.yaml#/definitions/DnsRule" Config Id Config_MEC_1 Loading @@ -91,7 +91,7 @@ Package MEC_SRV_DNS { ; } // MEC 011, clause 5.2.8 // MEC 011 2.1.1, clause 5.2.8 Expected behaviour ensure that { when { Loading @@ -101,7 +101,7 @@ Package MEC_SRV_DNS { from the MEC_APP entity } then { // MEC 011, clause 7.13.3.1 // MEC 011 2.1.1, clause 7.13.3.1 the IUT entity sends a HTTP_RESPONSE containing status_code set to "200 OK" body containing Loading @@ -123,7 +123,7 @@ Package MEC_SRV_DNS { "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.0.9, clause 7.13.3.1" Reference "ETSI GS MEC 011 2.1.1, clause 7.13.3.1" Config Id Config_MEC_1 Loading @@ -139,7 +139,7 @@ Package MEC_SRV_DNS { ; } // MEC 011, clause 5.2.8 // MEC 011 2.1.1, clause 5.2.8 Expected behaviour ensure that { when { Loading @@ -149,7 +149,7 @@ Package MEC_SRV_DNS { from the MEC_APP entity } then { // MEC 011, clause 7.13.3.1 // MEC 011 2.1.1, clause 7.13.3.1 the IUT entity sends a HTTP_RESPONSE containing status_code set to "404 Not Found" ; Loading @@ -166,7 +166,7 @@ Package MEC_SRV_DNS { "Check that the IUT updates a specific DNS rule when commanded by a MEC Application" Reference "ETSI GS MEC 011 V2.0.9, clause 7.13.3.2", Reference "ETSI GS MEC 011 2.1.1, clause 7.13.3.2", "https://forge.etsi.org/gitlab/mec/gs011-app-enablement-api/blob/master/Mp1.yaml#/definitions/DnsRule" Config Id Config_MEC_1 Loading @@ -183,7 +183,7 @@ Package MEC_SRV_DNS { ; } // MEC 011, clause 5.2.8 // MEC 011 2.1.1, clause 5.2.8 Expected behaviour ensure that { when { Loading @@ -198,7 +198,7 @@ Package MEC_SRV_DNS { from the MEC_APP entity } then { // MEC 011, clause 7.13.3.2 // MEC 011 2.1.1, clause 7.13.3.2 the IUT entity sends a HTTP_RESPONSE containing status_code set to "200 OK" body containing Loading @@ -221,7 +221,7 @@ Package MEC_SRV_DNS { "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.0.9, clause 7.13.3.2" Reference "ETSI GS MEC 011 2.1.1, clause 7.13.3.2" Config Id Config_MEC_1 Loading @@ -237,7 +237,7 @@ Package MEC_SRV_DNS { ; } // MEC 011, clause 5.2.8 // MEC 011 2.1.1, clause 5.2.8 Expected behaviour ensure that { when { Loading @@ -253,7 +253,7 @@ Package MEC_SRV_DNS { from the MEC_APP entity } then { // MEC 011, clause 7.13.3.2 // MEC 011 2.1.1, clause 7.13.3.2 the IUT entity sends a HTTP_RESPONSE containing status_code set to "400 Bad Request" ; Loading @@ -270,7 +270,7 @@ Package MEC_SRV_DNS { "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.0.9, clause 7.13.3.2" Reference "ETSI GS MEC 011 2.1.1, clause 7.13.3.2" Config Id Config_MEC_1 Loading @@ -286,7 +286,7 @@ Package MEC_SRV_DNS { ; } // MEC 011, clause 5.2.8 // MEC 011 2.1.1, clause 5.2.8 Expected behaviour ensure that { when { Loading @@ -301,7 +301,7 @@ Package MEC_SRV_DNS { from the MEC_APP entity } then { // MEC 011, clause 7.13.3.2 // MEC 011 2.1.1, clause 7.13.3.2 the IUT entity sends a HTTP_RESPONSE containing status_code set to "404 Not Found" ; Loading @@ -318,7 +318,7 @@ Package MEC_SRV_DNS { "Check that the IUT responds with an error when a request sent by a MEC Application doesn't comply with a required condition" Reference "ETSI GS MEC 011 V2.0.9, clause 7.13.3.2" Reference "ETSI GS MEC 011 2.1.1, clause 7.13.3.2" Config Id Config_MEC_1 Loading @@ -334,7 +334,7 @@ Package MEC_SRV_DNS { ; } // MEC 011, clause 5.2.8 // MEC 011 2.1.1, clause 5.2.8 Expected behaviour ensure that { when { Loading @@ -349,7 +349,7 @@ Package MEC_SRV_DNS { from the MEC_APP entity } then { // MEC 011, clause 7.13.3.2 // MEC 011 2.1.1, clause 7.13.3.2 the IUT entity sends a HTTP_RESPONSE containing status_code set to "412 Precondition Failed" ; Loading
Test Purposes/SRV/SAQ/PlatServices.tplan2 +12 −12 Original line number Diff line number Diff line Loading @@ -28,7 +28,7 @@ Package MEC_SRV_SAQ { "Check that the IUT responds with a list of available MEC services when queried by a MEC Application" Reference "ETSI GS MEC 011 V2.0.8, clause 7.4.3.1", Reference "ETSI GS MEC 011 2.1.1, clause 7.4.3.1", "https://forge.etsi.org/gitlab/mec/gs011-app-enablement-api/blob/master/Mp1.yaml#/definitions/ServiceInfo" Config Id Config_MEC_1 Loading @@ -39,7 +39,7 @@ Package MEC_SRV_SAQ { the IUT entity being_in idle_state } // MEC 011, clause 5.2.5 // MEC 011 2.1.1, clause 5.2.5 Expected behaviour ensure that { when { Loading @@ -49,7 +49,7 @@ Package MEC_SRV_SAQ { from the MEC_APP entity } then { // MEC 011, clause 7.4.3.1 // MEC 011 2.1.1, clause 7.4.3.1 the IUT entity sends a HTTP_RESPONSE containing status_code set to "200 OK" body containing Loading @@ -71,7 +71,7 @@ Package MEC_SRV_SAQ { "Check that the IUT responds with an error when incorrect parameters were sent by a MEC Application" Reference "ETSI GS MEC 011 V2.0.8, clause 7.4.3.1" Reference "ETSI GS MEC 011 2.1.1, clause 7.4.3.1" Config Id Config_MEC_1 Loading @@ -81,7 +81,7 @@ Package MEC_SRV_SAQ { the IUT entity being_in idle_state } // MEC 011, clause 5.2.5 // MEC 011 2.1.1, clause 5.2.5 Expected behaviour ensure that { when { Loading @@ -95,7 +95,7 @@ Package MEC_SRV_SAQ { from the MEC_APP entity } then { // MEC 011, clause 7.4.3.1 // MEC 011 2.1.1, clause 7.4.3.1 the IUT entity sends a HTTP_RESPONSE containing status_code set to "400 Bad Request" ; Loading @@ -112,7 +112,7 @@ Package MEC_SRV_SAQ { "Check that the IUT responds with the information on a specific service when queried by a MEC Application" Reference "ETSI GS MEC 011 V2.0.8, clause 7.3.3.1", Reference "ETSI GS MEC 011 2.1.1, clause 7.3.3.1", "https://forge.etsi.org/gitlab/mec/gs011-app-enablement-api/blob/master/Mp1.yaml#/definitions/ServiceInfo" Config Id Config_MEC_1 Loading @@ -126,7 +126,7 @@ Package MEC_SRV_SAQ { ; } // MEC 011, clause 5.2.5 // MEC 011 2.1.1, clause 5.2.5 Expected behaviour ensure that { when { Loading @@ -136,7 +136,7 @@ Package MEC_SRV_SAQ { from the MEC_APP entity } then { // MEC 011, clause 7.3.3.1 // MEC 011 2.1.1, clause 7.3.3.1 the IUT entity sends a HTTP_RESPONSE containing status_code set to "200 OK" body containing Loading @@ -159,7 +159,7 @@ Package MEC_SRV_SAQ { a request for an URI that cannot be mapped to a valid resource URI is sent by a MEC Application" Reference "ETSI GS MEC 011 V2.0.8, clause 7.3.3.1" Reference "ETSI GS MEC 011 2.1.1, clause 7.3.3.1" Config Id Config_MEC_1 Loading @@ -172,7 +172,7 @@ Package MEC_SRV_SAQ { ; } // MEC 011, clause 5.2.5 // MEC 011 2.1.1, clause 5.2.5 Expected behaviour ensure that { when { Loading @@ -182,7 +182,7 @@ Package MEC_SRV_SAQ { from the MEC_APP entity } then { // MEC 011, clause 7.3.3.1 // MEC 011 2.1.1, clause 7.3.3.1 the IUT entity sends a HTTP_RESPONSE containing status_code set to "404 Not Found" ; Loading
Test Purposes/SRV/SRVSUB/PlatSrvSubscriptions.tplan2 +24 −24 File changed.Preview size limit exceeded, changes collapsed. Show changes