Commit 9e3e2d1c authored by Michele Carignani's avatar Michele Carignani
Browse files

fix version for MEC 011

parent 74622ec1
Loading
Loading
Loading
Loading
+34 −34
Original line number Diff line number Diff line
@@ -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
@@ -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 {
@@ -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
@@ -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

@@ -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 {
@@ -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"
               ;
@@ -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
@@ -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 {
@@ -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,
@@ -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",
@@ -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

@@ -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 {
@@ -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"
               ;
@@ -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

@@ -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 {
@@ -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"
               ;
@@ -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
@@ -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 {
@@ -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
@@ -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

@@ -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 {
@@ -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"
               ;
@@ -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"


@@ -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 {
@@ -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
@@ -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

@@ -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 {
@@ -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"
               ;
@@ -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

@@ -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 {
@@ -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"
               ;
@@ -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

@@ -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 {
@@ -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"
               ;
+24 −24
Original line number Diff line number Diff line
@@ -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
@@ -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 {
@@ -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
@@ -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

@@ -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 {
@@ -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"
               ;
@@ -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
@@ -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 {
@@ -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,
@@ -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

@@ -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 {
@@ -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"
               ;
@@ -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
@@ -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 {
@@ -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
@@ -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

@@ -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 {
@@ -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"
               ;
@@ -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

@@ -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 {
@@ -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"
               ;
@@ -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

@@ -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 {
@@ -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"
               ;
+21 −21
Original line number Diff line number Diff line
@@ -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
@@ -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 {
@@ -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
@@ -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
@@ -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 {
@@ -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
@@ -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

@@ -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 {
@@ -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"
               ;
@@ -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
@@ -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 {
@@ -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
@@ -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

@@ -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 {
@@ -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"
               ;
@@ -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

@@ -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 {
@@ -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"
               ;
@@ -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

@@ -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 {
@@ -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"
               ;
+12 −12
Original line number Diff line number Diff line
@@ -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
@@ -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 {
@@ -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
@@ -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
      
@@ -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 {
@@ -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"
               ;
@@ -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
@@ -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 {
@@ -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
@@ -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

@@ -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 {
@@ -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"
               ;
+24 −24

File changed.

Preview size limit exceeded, changes collapsed.

Loading