Commit 66576910 authored by YannGarcia's avatar YannGarcia
Browse files

Review mec-common part

parent 3d495f72
Loading
Loading
Loading
Loading
+39 −39
Original line number Original line Diff line number Diff line
@@ -18,7 +18,7 @@ Package MEC_MEC011_SRV_APPSAQ {
         "Check that the IUT responds with a list of available MEC services
         "Check that the IUT responds with a list of available MEC services
         for a given application instance when queried by a MEC Application"
         for a given application instance when queried by a MEC Application"


      Reference "ETSI GS MEC 011 2.2.1, clause 8.2.6.3.1",
      Reference "ETSI GS MEC 011 3.2.1, clause 8.2.6.3.1",
         "https://forge.etsi.org/rep/mec/gs011-app-enablement-api/blob/master/MecServiceMgmtApi.yaml#L722#/definitions/ServiceInfo" //Outdated
         "https://forge.etsi.org/rep/mec/gs011-app-enablement-api/blob/master/MecServiceMgmtApi.yaml#L722#/definitions/ServiceInfo" //Outdated


      Config Id Config_MEC_1
      Config Id Config_MEC_1
@@ -32,7 +32,7 @@ Package MEC_MEC011_SRV_APPSAQ {
         ;
         ;
      }
      }


      // MEC 011 2.2.1, clause 5.2.5
      // MEC 011 3.2.1, clause 5.2.5
      Expected behaviour
      Expected behaviour
         ensure that {
         ensure that {
            when {
            when {
@@ -42,7 +42,7 @@ Package MEC_MEC011_SRV_APPSAQ {
               from the MEC_APP entity
               from the MEC_APP entity
            }
            }
            then {
            then {
               // MEC 011 2.2.1, clause 8.2.6.3.1
               // MEC 011 3.2.1, clause 8.2.6.3.1
               the IUT entity sends a HTTP_RESPONSE containing
               the IUT entity sends a HTTP_RESPONSE containing
                  status_code set to "200 OK"
                  status_code set to "200 OK"
                  body containing
                  body containing
@@ -62,7 +62,7 @@ Package MEC_MEC011_SRV_APPSAQ {
         "Check that the IUT responds with an error when
         "Check that the IUT responds with an error when
         a request with incorrect parameters is sent by a MEC Application"
         a request with incorrect parameters is sent by a MEC Application"


      Reference "ETSI GS MEC 011 2.2.1, clause 8.2.6.3.1"
      Reference "ETSI GS MEC 011 3.2.1, clause 8.2.6.3.1"


      Config Id Config_MEC_1
      Config Id Config_MEC_1


@@ -75,7 +75,7 @@ Package MEC_MEC011_SRV_APPSAQ {
         ;
         ;
      }
      }


      // MEC 011 2.2.1, clause 5.2.5
      // MEC 011 3.2.1, clause 5.2.5
      Expected behaviour
      Expected behaviour
         ensure that {
         ensure that {
            when {
            when {
@@ -89,7 +89,7 @@ Package MEC_MEC011_SRV_APPSAQ {
               from the MEC_APP entity
               from the MEC_APP entity
            }
            }
            then {
            then {
               // MEC 011 2.2.1, clause 8.2.6.3.1
               // MEC 011 3.2.1, clause 8.2.6.3.1
               the IUT entity sends a HTTP_RESPONSE containing
               the IUT entity sends a HTTP_RESPONSE containing
                  status_code set to "400 Bad Request"
                  status_code set to "400 Bad Request"
               ;
               ;
@@ -106,7 +106,7 @@ Package MEC_MEC011_SRV_APPSAQ {
         "Check that the IUT notifies the authorised relevant (subscribed) application
         "Check that the IUT notifies the authorised relevant (subscribed) application
         instances when a new service for a given application instance is registered"
         instances when a new service for a given application instance is registered"


      Reference "ETSI GS MEC 011 2.2.1, clause 8.2.6.3.4",
      Reference "ETSI GS MEC 011 3.2.1, clause 8.2.6.3.4",
         "https://forge.etsi.org/rep/mec/gs011-app-enablement-api/blob/master/MecServiceMgmtApi.yaml#L722#/definitions/ServiceInfo" //Outdated
         "https://forge.etsi.org/rep/mec/gs011-app-enablement-api/blob/master/MecServiceMgmtApi.yaml#L722#/definitions/ServiceInfo" //Outdated


      Config Id Config_MEC_1
      Config Id Config_MEC_1
@@ -122,7 +122,7 @@ Package MEC_MEC011_SRV_APPSAQ {
         the MEC_APP_Subscriber entity subscribed_to the MP1_SUBSCRIPTION_A
         the MEC_APP_Subscriber entity subscribed_to the MP1_SUBSCRIPTION_A
      }
      }


      // MEC 011 2.2.1, clause 5.2.4
      // MEC 011 3.2.1, clause 5.2.4
      Expected behaviour
      Expected behaviour
         ensure that {
         ensure that {
            when {
            when {
@@ -137,7 +137,7 @@ Package MEC_MEC011_SRV_APPSAQ {
               from the MEC_APP_Registrant entity
               from the MEC_APP_Registrant entity
            }
            }
            then {
            then {
               // MEC 011 2.2.1, clause 8.2.6.3.4
               // MEC 011 3.2.1, clause 8.2.6.3.4
               the IUT entity sends a HTTP_RESPONSE containing
               the IUT entity sends a HTTP_RESPONSE containing
                  status_code set to "201 Created",
                  status_code set to "201 Created",
                  Location set to LOCATION,
                  Location set to LOCATION,
@@ -174,7 +174,7 @@ Package MEC_MEC011_SRV_APPSAQ {
         "Check that the IUT responds with an error when
         "Check that the IUT responds with an error when
         a request with incorrect parameters is sent by a MEC Application"
         a request with incorrect parameters is sent by a MEC Application"


      Reference "ETSI GS MEC 011 2.2.1, clause 8.2.6.3.4"
      Reference "ETSI GS MEC 011 3.2.1, clause 8.2.6.3.4"


      Config Id Config_MEC_1
      Config Id Config_MEC_1


@@ -189,7 +189,7 @@ Package MEC_MEC011_SRV_APPSAQ {
         the MEC_APP_Subscriber entity subscribed_to the MP1_SUBSCRIPTION_A
         the MEC_APP_Subscriber entity subscribed_to the MP1_SUBSCRIPTION_A
      }
      }


      // MEC 011 2.2.1, clause 5.2.4
      // MEC 011 3.2.1, clause 5.2.4
      Expected behaviour
      Expected behaviour
         ensure that {
         ensure that {
            when {
            when {
@@ -205,7 +205,7 @@ Package MEC_MEC011_SRV_APPSAQ {
               from the MEC_APP_Registrant entity
               from the MEC_APP_Registrant entity
            }
            }
            then {
            then {
               // MEC 011 2.2.1, clause 8.2.6.3.4
               // MEC 011 3.2.1, clause 8.2.6.3.4
               the IUT entity sends a HTTP_RESPONSE containing
               the IUT entity sends a HTTP_RESPONSE containing
                  status_code set to "400 Bad Request"
                  status_code set to "400 Bad Request"
               ;
               ;
@@ -222,7 +222,7 @@ Package MEC_MEC011_SRV_APPSAQ {
         "Check that the IUT responds with an error when
         "Check that the IUT responds with an error when
         a request for an unknown URI is sent by a MEC Application"
         a request for an unknown URI is sent by a MEC Application"


      Reference "ETSI GS MEC 011 2.2.1, clause 8.2.6.3.4"
      Reference "ETSI GS MEC 011 3.2.1, clause 8.2.6.3.4"


      Config Id Config_MEC_1
      Config Id Config_MEC_1


@@ -237,7 +237,7 @@ Package MEC_MEC011_SRV_APPSAQ {
         the MEC_APP_Subscriber entity subscribed_to the MP1_SUBSCRIPTION_A
         the MEC_APP_Subscriber entity subscribed_to the MP1_SUBSCRIPTION_A
      }
      }


      // MEC 011 2.2.1, clause 5.2.4
      // MEC 011 3.2.1, clause 5.2.4
      Expected behaviour
      Expected behaviour
         ensure that {
         ensure that {
            when {
            when {
@@ -252,7 +252,7 @@ Package MEC_MEC011_SRV_APPSAQ {
               from the MEC_APP_Registrant entity
               from the MEC_APP_Registrant entity
            }
            }
            then {
            then {
               // MEC 011 2.2.1, clause 8.2.6.3.4
               // MEC 011 3.2.1, clause 8.2.6.3.4
               the IUT entity sends a HTTP_RESPONSE containing
               the IUT entity sends a HTTP_RESPONSE containing
                  status_code set to "404 Not Found"
                  status_code set to "404 Not Found"
               ;
               ;
@@ -269,7 +269,7 @@ Package MEC_MEC011_SRV_APPSAQ {
         "Check that the IUT responds with the information on a specific service
         "Check that the IUT responds with the information on a specific service
         for a given application instance when queried by a MEC Application"
         for a given application instance when queried by a MEC Application"


      Reference "ETSI GS MEC 011 2.2.1, clause 8.2.7.3.1",
      Reference "ETSI GS MEC 011 3.2.1, clause 8.2.7.3.1",
         "https://forge.etsi.org/rep/mec/gs011-app-enablement-api/blob/master/MecServiceMgmtApi.yaml#L722#/definitions/ServiceInfo" //Outdated
         "https://forge.etsi.org/rep/mec/gs011-app-enablement-api/blob/master/MecServiceMgmtApi.yaml#L722#/definitions/ServiceInfo" //Outdated


      Config Id Config_MEC_1
      Config Id Config_MEC_1
@@ -286,7 +286,7 @@ Package MEC_MEC011_SRV_APPSAQ {
         ;
         ;
      }
      }


      // MEC 011 2.2.1, clause 5.2.5
      // MEC 011 3.2.1, clause 5.2.5
      Expected behaviour
      Expected behaviour
         ensure that {
         ensure that {
            when {
            when {
@@ -296,7 +296,7 @@ Package MEC_MEC011_SRV_APPSAQ {
               from the MEC_APP entity
               from the MEC_APP entity
            }
            }
            then {
            then {
               // MEC 011 2.2.1, clause 8.2.7.3.1
               // MEC 011 3.2.1, clause 8.2.7.3.1
               the IUT entity sends a HTTP_RESPONSE containing
               the IUT entity sends a HTTP_RESPONSE containing
                  status_code set to "200 OK"
                  status_code set to "200 OK"
                  body containing
                  body containing
@@ -318,7 +318,7 @@ Package MEC_MEC011_SRV_APPSAQ {
         "Check that the IUT responds with an error when
         "Check that the IUT responds with an error when
         a request for an unknown URI is sent by a MEC Application"
         a request for an unknown URI is sent by a MEC Application"


      Reference "ETSI GS MEC 011 2.2.1, clause 8.2.7.3.1"
      Reference "ETSI GS MEC 011 3.2.1, clause 8.2.7.3.1"


      Config Id Config_MEC_1
      Config Id Config_MEC_1


@@ -334,7 +334,7 @@ Package MEC_MEC011_SRV_APPSAQ {
         ;
         ;
      }
      }


      // MEC 011 2.2.1, clause 5.2.5
      // MEC 011 3.2.1, clause 5.2.5
      Expected behaviour
      Expected behaviour
         ensure that {
         ensure that {
            when {
            when {
@@ -344,7 +344,7 @@ Package MEC_MEC011_SRV_APPSAQ {
               from the MEC_APP entity
               from the MEC_APP entity
            }
            }
            then {
            then {
               // MEC 011 2.2.1, clause 8.2.7.3.1
               // MEC 011 3.2.1, clause 8.2.7.3.1
               the IUT entity sends a HTTP_RESPONSE containing
               the IUT entity sends a HTTP_RESPONSE containing
                  status_code set to "404 Not Found"
                  status_code set to "404 Not Found"
               ;
               ;
@@ -361,7 +361,7 @@ Package MEC_MEC011_SRV_APPSAQ {
         "Check that the IUT updates a service information for a given
         "Check that the IUT updates a service information for a given
         application instance when commanded by a MEC Application"
         application instance when commanded by a MEC Application"


      Reference "ETSI GS MEC 011 2.2.1, clause 8.2.7.3.2",
      Reference "ETSI GS MEC 011 3.2.1, clause 8.2.7.3.2",
         "https://forge.etsi.org/rep/mec/gs011-app-enablement-api/blob/master/MecServiceMgmtApi.yaml#L722#/definitions/ServiceInfo" //Outdated
         "https://forge.etsi.org/rep/mec/gs011-app-enablement-api/blob/master/MecServiceMgmtApi.yaml#L722#/definitions/ServiceInfo" //Outdated




@@ -379,7 +379,7 @@ Package MEC_MEC011_SRV_APPSAQ {
         ;
         ;
      }
      }


      // MEC 011 2.2.1, clause 5.2.4
      // MEC 011 3.2.1, clause 5.2.4
      Expected behaviour
      Expected behaviour
         ensure that {
         ensure that {
            when {
            when {
@@ -394,7 +394,7 @@ Package MEC_MEC011_SRV_APPSAQ {
               from the MEC_APP entity
               from the MEC_APP entity
            }
            }
            then {
            then {
               // MEC 011 2.2.1, clause 8.2.7.3.2
               // MEC 011 3.2.1, clause 8.2.7.3.2
               the IUT entity sends a HTTP_RESPONSE containing
               the IUT entity sends a HTTP_RESPONSE containing
                  status_code set to "200 OK"
                  status_code set to "200 OK"
                  body containing
                  body containing
@@ -416,7 +416,7 @@ Package MEC_MEC011_SRV_APPSAQ {
         "Check that the IUT responds with an error when
         "Check that the IUT responds with an error when
         a request with incorrect parameters is sent by a MEC Application"
         a request with incorrect parameters is sent by a MEC Application"


      Reference "ETSI GS MEC 011 2.2.1, clause 8.2.7.3.2"
      Reference "ETSI GS MEC 011 3.2.1, clause 8.2.7.3.2"


      Config Id Config_MEC_1
      Config Id Config_MEC_1


@@ -432,7 +432,7 @@ Package MEC_MEC011_SRV_APPSAQ {
         ;
         ;
      }
      }


      // MEC 011 2.2.1, clause 5.2.4
      // MEC 011 3.2.1, clause 5.2.4
      Expected behaviour
      Expected behaviour
         ensure that {
         ensure that {
            when {
            when {
@@ -448,7 +448,7 @@ Package MEC_MEC011_SRV_APPSAQ {
               from the MEC_APP entity
               from the MEC_APP entity
            }
            }
            then {
            then {
               // MEC 011 2.2.1, clause 8.2.7.3.2 
               // MEC 011 3.2.1, clause 8.2.7.3.2 
               the IUT entity sends a HTTP_RESPONSE containing
               the IUT entity sends a HTTP_RESPONSE containing
                  status_code set to "400 Bad Request"
                  status_code set to "400 Bad Request"
               ;
               ;
@@ -465,7 +465,7 @@ Package MEC_MEC011_SRV_APPSAQ {
         "Check that the IUT responds with an error when
         "Check that the IUT responds with an error when
         a request for an unknown URI is sent by a MEC Application"
         a request for an unknown URI is sent by a MEC Application"


      Reference "ETSI GS MEC 011 2.2.1, clause 8.2.7.3.2"
      Reference "ETSI GS MEC 011 3.2.1, clause 8.2.7.3.2"


      Config Id Config_MEC_1
      Config Id Config_MEC_1


@@ -481,7 +481,7 @@ Package MEC_MEC011_SRV_APPSAQ {
         ;
         ;
      }
      }


      // MEC 011 2.2.1, clause 5.2.4
      // MEC 011 3.2.1, clause 5.2.4
      Expected behaviour
      Expected behaviour
         ensure that {
         ensure that {
            when {
            when {
@@ -496,7 +496,7 @@ Package MEC_MEC011_SRV_APPSAQ {
               from the MEC_APP entity
               from the MEC_APP entity
            }
            }
            then {
            then {
               // MEC 011 2.2.1, clause 8.2.7.3.2
               // MEC 011 3.2.1, clause 8.2.7.3.2
               the IUT entity sends a HTTP_RESPONSE containing
               the IUT entity sends a HTTP_RESPONSE containing
                  status_code set to "404 Not Found"
                  status_code set to "404 Not Found"
               ;
               ;
@@ -513,7 +513,7 @@ Package MEC_MEC011_SRV_APPSAQ {
         "Check that the IUT responds with an error when
         "Check that the IUT responds with an error when
         a request sent by a MEC Application doesn't comply with a required condition"
         a request sent by a MEC Application doesn't comply with a required condition"


      Reference "ETSI GS MEC 011 2.2.1, clause 8.2.7.3.2"
      Reference "ETSI GS MEC 011 3.2.1, clause 8.2.7.3.2"


      Config Id Config_MEC_1
      Config Id Config_MEC_1


@@ -529,7 +529,7 @@ Package MEC_MEC011_SRV_APPSAQ {
         ;
         ;
      }
      }


      // MEC 011 2.2.1, clause 5.2.4
      // MEC 011 3.2.1, clause 5.2.4
      Expected behaviour
      Expected behaviour
         ensure that {
         ensure that {
            when {
            when {
@@ -545,7 +545,7 @@ Package MEC_MEC011_SRV_APPSAQ {
               from the MEC_APP entity
               from the MEC_APP entity
            }
            }
            then {
            then {
               // MEC 011 2.2.1, clause 8.2.7.3.2
               // MEC 011 3.2.1, clause 8.2.7.3.2
               the IUT entity sends a HTTP_RESPONSE containing
               the IUT entity sends a HTTP_RESPONSE containing
                  status_code set to "412 Precondition Failed"
                  status_code set to "412 Precondition Failed"
               ;
               ;
@@ -563,7 +563,7 @@ Package MEC_MEC011_SRV_APPSAQ {
         "Check that the IUT executes the deletion of a service
         "Check that the IUT executes the deletion of a service
         for a given application instance when requested by a MEC Application"
         for a given application instance when requested by a MEC Application"


      Reference "ETSI GS MEC 011 2.2.1, clause 8.2.7.3.5"
      Reference "ETSI GS MEC 011 3.2.1, clause 8.2.7.3.5"


      Config Id Config_MEC_1
      Config Id Config_MEC_1


@@ -576,7 +576,7 @@ Package MEC_MEC011_SRV_APPSAQ {
         ;
         ;
      }
      }


      // MEC 011 2.2.1, clause 5.2.4
      // MEC 011 3.2.1, clause 5.2.4
      Expected behaviour
      Expected behaviour
         ensure that {
         ensure that {
            when {
            when {
@@ -586,7 +586,7 @@ Package MEC_MEC011_SRV_APPSAQ {
               from the MEC_APP entity
               from the MEC_APP entity
            }
            }
            then {
            then {
               // MEC 011 2.2.1, clause 8.2.7.3.2
               // MEC 011 3.2.1, clause 8.2.7.3.2
               the IUT entity sends a HTTP_RESPONSE containing
               the IUT entity sends a HTTP_RESPONSE containing
                  status_code set to "204 No Content"
                  status_code set to "204 No Content"
               ;
               ;
@@ -602,7 +602,7 @@ Package MEC_MEC011_SRV_APPSAQ {
         "Check that the IUT responds with an error when
         "Check that the IUT responds with an error when
         a request for deletion of a unknown service is sent by a MEC Application"
         a request for deletion of a unknown service is sent by a MEC Application"


      Reference "ETSI GS MEC 011 2.2.1, clause 8.2.7.3.5"
      Reference "ETSI GS MEC 011 3.2.1, clause 8.2.7.3.5"


      Config Id Config_MEC_1
      Config Id Config_MEC_1


@@ -615,7 +615,7 @@ Package MEC_MEC011_SRV_APPSAQ {
         ;
         ;
      }
      }


      // MEC 011 2.2.1, clause 5.2.4
      // MEC 011 3.2.1, clause 5.2.4
      Expected behaviour
      Expected behaviour
         ensure that {
         ensure that {
            when {
            when {
@@ -625,7 +625,7 @@ Package MEC_MEC011_SRV_APPSAQ {
               from the MEC_APP entity
               from the MEC_APP entity
            }
            }
            then {
            then {
               // MEC 011 2.2.1, clause 8.2.7.3.2
               // MEC 011 3.2.1, clause 8.2.7.3.2
               the IUT entity sends a HTTP_RESPONSE containing
               the IUT entity sends a HTTP_RESPONSE containing
                  status_code set to "404 Not Found"
                  status_code set to "404 Not Found"
               ;
               ;
+24 −24
Original line number Original line Diff line number Diff line
@@ -18,7 +18,7 @@ Package MEC_MEC011_SRV_APPSUB {
         "Check that the IUT responds with a list of subscriptions for notifications
         "Check that the IUT responds with a list of subscriptions for notifications
         on services availability when queried by a MEC Application"
         on services availability when queried by a MEC Application"


      Reference "ETSI GS MEC 011 2.2.1, clause 7.2.3.3.1",
      Reference "ETSI GS MEC 011 3.2.1, clause 7.2.3.3.1",
         "https://forge.etsi.org/rep/mec/gs011-app-enablement-api/blob/master/MecAppSupportApi.yaml#L574#/definitions/MecAppSuptApiSubscriptionLinkList" //Outdated
         "https://forge.etsi.org/rep/mec/gs011-app-enablement-api/blob/master/MecAppSupportApi.yaml#L574#/definitions/MecAppSuptApiSubscriptionLinkList" //Outdated


      Config Id Config_MEC_1
      Config Id Config_MEC_1
@@ -32,7 +32,7 @@ Package MEC_MEC011_SRV_APPSUB {
         ;
         ;
      }
      }


      // MEC 011 2.2.1, clause 5.2.6
      // MEC 011 3.2.1, clause 5.2.6
      Expected behaviour
      Expected behaviour
         ensure that {
         ensure that {
            when {
            when {
@@ -42,7 +42,7 @@ Package MEC_MEC011_SRV_APPSUB {
               from the MEC_APP entity
               from the MEC_APP entity
            }
            }
            then {
            then {
               // MEC 011 2.2.1, clause 7.2.3.3.1
               // MEC 011 3.2.1, clause 7.2.3.3.1
               the IUT entity sends a HTTP_RESPONSE containing
               the IUT entity sends a HTTP_RESPONSE containing
                  status_code set to "200 OK"
                  status_code set to "200 OK"
                  body containing
                  body containing
@@ -62,7 +62,7 @@ Package MEC_MEC011_SRV_APPSUB {
         "Check that the IUT responds with an error when
         "Check that the IUT responds with an error when
         a request for an unknown URI is sent by a MEC Application"
         a request for an unknown URI is sent by a MEC Application"


      Reference "ETSI GS MEC 011 2.2.1, clause 7.2.3.3.1"
      Reference "ETSI GS MEC 011 3.2.1, clause 7.2.3.3.1"


      Config Id Config_MEC_1
      Config Id Config_MEC_1


@@ -75,7 +75,7 @@ Package MEC_MEC011_SRV_APPSUB {
         ;
         ;
      }
      }


      // MEC 011 2.2.1, clause 5.2.6
      // MEC 011 3.2.1, clause 5.2.6
      Expected behaviour
      Expected behaviour
         ensure that {
         ensure that {
            when {
            when {
@@ -85,7 +85,7 @@ Package MEC_MEC011_SRV_APPSUB {
               from the MEC_APP entity
               from the MEC_APP entity
            }
            }
            then {
            then {
               // MEC 011 2.2.1, clause 7.2.3.3.1
               // MEC 011 3.2.1, clause 7.2.3.3.1
               the IUT entity sends a HTTP_RESPONSE containing
               the IUT entity sends a HTTP_RESPONSE containing
                  status_code set to "404 Not Found"
                  status_code set to "404 Not Found"
               ;
               ;
@@ -102,7 +102,7 @@ Package MEC_MEC011_SRV_APPSUB {
         "Check that the IUT acknowledges the subscription by a MEC Application
         "Check that the IUT acknowledges the subscription by a MEC Application
         to notifications on termination events"
         to notifications on termination events"


      Reference "ETSI GS MEC 011 2.2.1, clause 7.2.3.3.4",
      Reference "ETSI GS MEC 011 3.2.1, clause 7.2.3.3.4",
         "https://forge.etsi.org/rep/mec/gs011-app-enablement-api/blob/master/MecAppSupportApi.yaml#L383#/definitions/AppTerminationNotificationSubscription" //Outdated
         "https://forge.etsi.org/rep/mec/gs011-app-enablement-api/blob/master/MecAppSupportApi.yaml#L383#/definitions/AppTerminationNotificationSubscription" //Outdated


      Config Id Config_MEC_1
      Config Id Config_MEC_1
@@ -116,7 +116,7 @@ Package MEC_MEC011_SRV_APPSUB {
         ;
         ;
      }
      }


      // MEC 011 2.2.1, clause 7.2.3.3.4
      // MEC 011 3.2.1, clause 7.2.3.3.4
      Expected behaviour
      Expected behaviour
         ensure that {
         ensure that {
            when {
            when {
@@ -132,7 +132,7 @@ Package MEC_MEC011_SRV_APPSUB {
               from the MEC_APP entity
               from the MEC_APP entity
            }
            }
            then {
            then {
               // MEC 011 2.2.1, clause 7.2.3.3.4 
               // MEC 011 3.2.1, clause 7.2.3.3.4 
               the IUT entity sends a HTTP_RESPONSE containing
               the IUT entity sends a HTTP_RESPONSE containing
                  status_code set to "201 Created",
                  status_code set to "201 Created",
                  Location set to LOCATION,
                  Location set to LOCATION,
@@ -156,7 +156,7 @@ Package MEC_MEC011_SRV_APPSUB {
         "Check that the IUT responds with an error when
         "Check that the IUT responds with an error when
         a request with incorrect parameters is sent by a MEC Application"
         a request with incorrect parameters is sent by a MEC Application"


      Reference "ETSI GS MEC 011 2.2.1, clause 7.2.3.3.4"
      Reference "ETSI GS MEC 011 3.2.1, clause 7.2.3.3.4"


      Config Id Config_MEC_1
      Config Id Config_MEC_1


@@ -169,7 +169,7 @@ Package MEC_MEC011_SRV_APPSUB {
         ;
         ;
      }
      }


      // MEC 011 2.2.1, clause 5.2.6.2
      // MEC 011 3.2.1, clause 5.2.6.2
      Expected behaviour
      Expected behaviour
         ensure that {
         ensure that {
            when {
            when {
@@ -186,7 +186,7 @@ Package MEC_MEC011_SRV_APPSUB {
               from the MEC_APP entity
               from the MEC_APP entity
            }
            }
            then {
            then {
               // MEC 011 2.2.1, clause 7.2.3.3.4
               // MEC 011 3.2.1, clause 7.2.3.3.4
               the IUT entity sends a HTTP_RESPONSE containing
               the IUT entity sends a HTTP_RESPONSE containing
                  status_code set to "400 Bad Request"
                  status_code set to "400 Bad Request"
               ;
               ;
@@ -203,7 +203,7 @@ Package MEC_MEC011_SRV_APPSUB {
         "Check that the IUT responds with the information on a specific subscription
         "Check that the IUT responds with the information on a specific subscription
         when queried by a MEC Application"
         when queried by a MEC Application"


      Reference "ETSI GS MEC 011 2.2.1, clause 7.2.4.3.1",
      Reference "ETSI GS MEC 011 3.2.1, clause 7.2.4.3.1",
        "https://forge.etsi.org/rep/mec/gs011-app-enablement-api/blob/master/MecAppSupportApi.yaml#L383#/definitions/AppTerminationNotificationSubscription" //Outdated
        "https://forge.etsi.org/rep/mec/gs011-app-enablement-api/blob/master/MecAppSupportApi.yaml#L383#/definitions/AppTerminationNotificationSubscription" //Outdated


      Config Id Config_MEC_1
      Config Id Config_MEC_1
@@ -220,7 +220,7 @@ Package MEC_MEC011_SRV_APPSUB {
         ;
         ;
      }
      }


      // MEC 011 2.2.1, clause 5.2.6
      // MEC 011 3.2.1, clause 5.2.6
      Expected behaviour
      Expected behaviour
         ensure that {
         ensure that {
            when {
            when {
@@ -230,7 +230,7 @@ Package MEC_MEC011_SRV_APPSUB {
               from the MEC_APP entity
               from the MEC_APP entity
            }
            }
            then {
            then {
               // MEC 011 2.2.1, clause 7.2.4.3.1
               // MEC 011 3.2.1, clause 7.2.4.3.1
               the IUT entity sends a HTTP_RESPONSE containing
               the IUT entity sends a HTTP_RESPONSE containing
                  status_code set to "200 OK"
                  status_code set to "200 OK"
                  body containing
                  body containing
@@ -253,7 +253,7 @@ Package MEC_MEC011_SRV_APPSUB {
         a request for an URI that cannot be mapped to a valid resource URI
         a request for an URI that cannot be mapped to a valid resource URI
         is sent by a MEC Application"
         is sent by a MEC Application"


      Reference "ETSI GS MEC 011 2.2.1, clause 7.2.4.3.1"
      Reference "ETSI GS MEC 011 3.2.1, clause 7.2.4.3.1"


      Config Id Config_MEC_1
      Config Id Config_MEC_1


@@ -269,7 +269,7 @@ Package MEC_MEC011_SRV_APPSUB {
         ;
         ;
      }
      }


      // MEC 011 2.2.1, clause 5.2.6
      // MEC 011 3.2.1, clause 5.2.6
      Expected behaviour
      Expected behaviour
         ensure that {
         ensure that {
            when {
            when {
@@ -279,7 +279,7 @@ Package MEC_MEC011_SRV_APPSUB {
               from the MEC_APP entity
               from the MEC_APP entity
            }
            }
            then {
            then {
               // MEC 011 2.2.1, clause 7.2.4.3.1
               // MEC 011 3.2.1, clause 7.2.4.3.1
               the IUT entity sends a HTTP_RESPONSE containing
               the IUT entity sends a HTTP_RESPONSE containing
                  status_code set to "404 Not Found"
                  status_code set to "404 Not Found"
               ;
               ;
@@ -296,7 +296,7 @@ Package MEC_MEC011_SRV_APPSUB {
         "Check that the IUT acknowledges the unsubscribe from app termination
         "Check that the IUT acknowledges the unsubscribe from app termination
		  event notifications when commanded by a MEC Application"
		  event notifications when commanded by a MEC Application"


      Reference "ETSI GS MEC 011 2.2.1, clause 7.2.4.3.5"
      Reference "ETSI GS MEC 011 3.2.1, clause 7.2.4.3.5"


      Config Id Config_MEC_1
      Config Id Config_MEC_1


@@ -312,7 +312,7 @@ Package MEC_MEC011_SRV_APPSUB {
         ;
         ;
      }
      }


      // MEC 011 2.2.1, clause 5.2.6
      // MEC 011 3.2.1, clause 5.2.6
      Expected behaviour
      Expected behaviour
         ensure that {
         ensure that {
            when {
            when {
@@ -322,7 +322,7 @@ Package MEC_MEC011_SRV_APPSUB {
               from the MEC_APP entity
               from the MEC_APP entity
            }
            }
            then {
            then {
               // MEC 011 2.2.1, clause 7.2.4.3.5
               // MEC 011 3.2.1, clause 7.2.4.3.5
               the IUT entity sends a HTTP_RESPONSE containing
               the IUT entity sends a HTTP_RESPONSE containing
                  status_code set to "204 No Content"
                  status_code set to "204 No Content"
               ;
               ;
@@ -340,7 +340,7 @@ Package MEC_MEC011_SRV_APPSUB {
         a request for an URI that cannot be mapped to a valid resource URI
         a request for an URI that cannot be mapped to a valid resource URI
         is sent by a MEC Application"
         is sent by a MEC Application"


      Reference "ETSI GS MEC 011 2.2.1, clause 7.2.4.3.5"
      Reference "ETSI GS MEC 011 3.2.1, clause 7.2.4.3.5"


      Config Id Config_MEC_1
      Config Id Config_MEC_1


@@ -356,7 +356,7 @@ Package MEC_MEC011_SRV_APPSUB {
         ;
         ;
      }
      }


      // MEC 011 2.2.1, clause 5.2.6
      // MEC 011 3.2.1, clause 5.2.6
      Expected behaviour
      Expected behaviour
         ensure that {
         ensure that {
            when {
            when {
@@ -366,7 +366,7 @@ Package MEC_MEC011_SRV_APPSUB {
               from the MEC_APP entity
               from the MEC_APP entity
            }
            }
            then {
            then {
               // MEC 011 2.2.1, clause 7.2.4.3.5
               // MEC 011 3.2.1, clause 7.2.4.3.5
               the IUT entity sends a HTTP_RESPONSE containing
               the IUT entity sends a HTTP_RESPONSE containing
                  status_code set to "404 Not Found"
                  status_code set to "404 Not Found"
               ;
               ;
+12 −12
Original line number Original line Diff line number Diff line
@@ -19,7 +19,7 @@ Package MEC_MEC011_SRV_CONFTASK {
      Test objective
      Test objective
         "Check that the IUT responds that it has completed the application level termination"
         "Check that the IUT responds that it has completed the application level termination"


      Reference "ETSI GS MEC 011 2.2.1, clause 7.2.11.3.4",
      Reference "ETSI GS MEC 011 3.2.1, clause 7.2.11.3.4",
         "https://forge.etsi.org/rep/mec/gs011-app-enablement-api/blob/master/MecAppSupportApi.yaml#L320#/definitions/AppTerminationConfirmation" //Outdated
         "https://forge.etsi.org/rep/mec/gs011-app-enablement-api/blob/master/MecAppSupportApi.yaml#L320#/definitions/AppTerminationConfirmation" //Outdated


      Config Id Config_MEC_1
      Config Id Config_MEC_1
@@ -33,7 +33,7 @@ Package MEC_MEC011_SRV_CONFTASK {
         ;
         ;
      }
      }


      // MEC 011 2.2.1, clause 5.2.3
      // MEC 011 3.2.1, clause 5.2.3
      Expected behaviour
      Expected behaviour
         ensure that {
         ensure that {
            when {
            when {
@@ -48,7 +48,7 @@ Package MEC_MEC011_SRV_CONFTASK {
               from the MEC_APP entity
               from the MEC_APP entity
            }
            }
            then {
            then {
               // MEC 011 2.2.1, clause 7.2.11.3.4
               // MEC 011 3.2.1, clause 7.2.11.3.4
               the IUT entity sends a HTTP_RESPONSE containing
               the IUT entity sends a HTTP_RESPONSE containing
                  status_code set to "204 No Content"
                  status_code set to "204 No Content"
               ;
               ;
@@ -65,7 +65,7 @@ Package MEC_MEC011_SRV_CONFTASK {
         "Check that the IUT responds with an error when
         "Check that the IUT responds with an error when
         a request for an operationAction is sent to an unknown application"
         a request for an operationAction is sent to an unknown application"


      Reference "ETSI GS MEC 011 2.2.1, clause 7.2.11.3.4"
      Reference "ETSI GS MEC 011 3.2.1, clause 7.2.11.3.4"


      Config Id Config_MEC_1
      Config Id Config_MEC_1


@@ -78,7 +78,7 @@ Package MEC_MEC011_SRV_CONFTASK {
         ;
         ;
      }
      }


      // MEC 011 2.2.1, clause 5.2.8
      // MEC 011 3.2.1, clause 5.2.8
      Expected behaviour
      Expected behaviour
         ensure that {
         ensure that {
            when {
            when {
@@ -93,7 +93,7 @@ Package MEC_MEC011_SRV_CONFTASK {
               from the MEC_APP entity
               from the MEC_APP entity
            }
            }
            then {
            then {
               // MEC 011 2.2.1, clause 7.2.10.3.1
               // MEC 011 3.2.1, clause 7.2.10.3.1
               the IUT entity sends a HTTP_RESPONSE containing
               the IUT entity sends a HTTP_RESPONSE containing
                  status_code set to "404 Not Found"
                  status_code set to "404 Not Found"
               ;
               ;
@@ -108,7 +108,7 @@ Package MEC_MEC011_SRV_CONFTASK {
      Test objective
      Test objective
         "Check that the IUT responds that the MEC application is up and running"
         "Check that the IUT responds that the MEC application is up and running"


      Reference "ETSI GS MEC 011 2.2.1, clause 7.2.12.3.4",
      Reference "ETSI GS MEC 011 3.2.1, clause 7.2.12.3.4",
         "https://forge.etsi.org/rep/mec/gs011-app-enablement-api/blob/master/MecAppSupportApi.yaml#L311#/definitions/AppReadyConfirmation" //Outdated
         "https://forge.etsi.org/rep/mec/gs011-app-enablement-api/blob/master/MecAppSupportApi.yaml#L311#/definitions/AppReadyConfirmation" //Outdated


      Config Id Config_MEC_1
      Config Id Config_MEC_1
@@ -122,7 +122,7 @@ Package MEC_MEC011_SRV_CONFTASK {
         ;
         ;
      }
      }


      // MEC 011 2.2.1, clause 5.2.2
      // MEC 011 3.2.1, clause 5.2.2
      Expected behaviour
      Expected behaviour
         ensure that {
         ensure that {
            when {
            when {
@@ -137,7 +137,7 @@ Package MEC_MEC011_SRV_CONFTASK {
               from the MEC_APP entity
               from the MEC_APP entity
            }
            }
            then {
            then {
               // MEC 011 2.2.1, clause 7.2.12.3.4
               // MEC 011 3.2.1, clause 7.2.12.3.4
               the IUT entity sends a HTTP_RESPONSE containing
               the IUT entity sends a HTTP_RESPONSE containing
                  status_code set to "204 No Content"
                  status_code set to "204 No Content"
               ;
               ;
@@ -154,7 +154,7 @@ Package MEC_MEC011_SRV_CONFTASK {
         "Check that the IUT responds with an error when
         "Check that the IUT responds with an error when
         a request for an indication is sent to an unknown application"
         a request for an indication is sent to an unknown application"


      Reference "ETSI GS MEC 011 2.2.1, clause 7.2.12.3.4"
      Reference "ETSI GS MEC 011 3.2.1, clause 7.2.12.3.4"


      Config Id Config_MEC_1
      Config Id Config_MEC_1


@@ -167,7 +167,7 @@ Package MEC_MEC011_SRV_CONFTASK {
         ;
         ;
      }
      }


      // MEC 011 2.2.1, clause 5.2.8
      // MEC 011 3.2.1, clause 5.2.8
      Expected behaviour
      Expected behaviour
         ensure that {
         ensure that {
            when {
            when {
@@ -182,7 +182,7 @@ Package MEC_MEC011_SRV_CONFTASK {
               from the MEC_APP entity
               from the MEC_APP entity
            }
            }
            then {
            then {
               // MEC 011 2.2.1, clause 7.2.12.3.4
               // MEC 011 3.2.1, clause 7.2.12.3.4
               the IUT entity sends a HTTP_RESPONSE containing
               the IUT entity sends a HTTP_RESPONSE containing
                  status_code set to "404 Not Found"
                  status_code set to "404 Not Found"
               ;
               ;
+21 −21

File changed.

Preview size limit exceeded, changes collapsed.

+12 −12
Original line number Original line Diff line number Diff line
@@ -19,7 +19,7 @@ Package MEC_MEC011_SRV_LIV {
         "Check that the IUT responds with the liveness of a MEC service instance 
         "Check that the IUT responds with the liveness of a MEC service instance 
         when queried by a MEC Application"
         when queried by a MEC Application"
      
      
      Reference "ETSI GS MEC 011 2.2.1, clause 8.2.10.3.1"
      Reference "ETSI GS MEC 011 3.2.1, clause 8.2.10.3.1"
           
           
      Config Id Config_MEC_1
      Config Id Config_MEC_1
      
      
@@ -36,7 +36,7 @@ Package MEC_MEC011_SRV_LIV {
       		;     
       		;     
      }
      }


      // MEC 011 2.2.1, clause 5.2.12
      // MEC 011 3.2.1, clause 5.2.12
      Expected behaviour
      Expected behaviour
         ensure that {
         ensure that {
            when {
            when {
@@ -46,7 +46,7 @@ Package MEC_MEC011_SRV_LIV {
               from the MEC_APP entity
               from the MEC_APP entity
            }
            }
            then {
            then {
               // MEC 011 2.2.1, clause 8.2.10.3.1
               // MEC 011 3.2.1, clause 8.2.10.3.1
               the IUT entity sends a HTTP_RESPONSE containing
               the IUT entity sends a HTTP_RESPONSE containing
                  status_code set to "200 OK"
                  status_code set to "200 OK"
                  body containing
                  body containing
@@ -69,7 +69,7 @@ Test Purpose {
         a request for an URI that cannot be mapped to a valid resource URI 
         a request for an URI that cannot be mapped to a valid resource URI 
         is sent by a MEC Application"
         is sent by a MEC Application"
      
      
      Reference "ETSI GS MEC 011 2.2.1, clause 8.2.10.3.1"
      Reference "ETSI GS MEC 011 3.2.1, clause 8.2.10.3.1"
      
      
      Config Id Config_MEC_1
      Config Id Config_MEC_1
      
      
@@ -86,7 +86,7 @@ Test Purpose {
       		;     
       		;     
      }
      }


      // MEC 011 2.2.1, clause 5.2.5
      // MEC 011 3.2.1, clause 5.2.5
      Expected behaviour
      Expected behaviour
         ensure that {
         ensure that {
            when {
            when {
@@ -96,7 +96,7 @@ Test Purpose {
               from the MEC_APP entity
               from the MEC_APP entity
            }
            }
             then {
             then {
               // MEC 011 2.2.1, clause 8.2.10.3.1
               // MEC 011 3.2.1, clause 8.2.10.3.1
               the IUT entity sends a HTTP_RESPONSE containing
               the IUT entity sends a HTTP_RESPONSE containing
                  status_code set to "404 Not Found"
                  status_code set to "404 Not Found"
               ;
               ;
@@ -112,7 +112,7 @@ Test Purpose {
         "Check that the IUT updates the liveness of a MEC service instance 
         "Check that the IUT updates the liveness of a MEC service instance 
         when requested by a MEC Application"
         when requested by a MEC Application"
      
      
      Reference "ETSI GS MEC 011 2.2.1, clause 8.2.10.3.3"
      Reference "ETSI GS MEC 011 3.2.1, clause 8.2.10.3.3"
           
           
      Config Id Config_MEC_1
      Config Id Config_MEC_1
      
      
@@ -130,7 +130,7 @@ Test Purpose {
       		;     
       		;     
      }
      }


      // MEC 011 2.2.1, clause 5.2.12
      // MEC 011 3.2.1, clause 5.2.12
      Expected behaviour
      Expected behaviour
         ensure that {
         ensure that {
            when {
            when {
@@ -145,7 +145,7 @@ Test Purpose {
               from the MEC_APP entity
               from the MEC_APP entity
            }
            }
            then {
            then {
               // MEC 011 2.2.1, clause 8.2.10.3.3
               // MEC 011 3.2.1, clause 8.2.10.3.3
               the IUT entity sends a HTTP_RESPONSE containing
               the IUT entity sends a HTTP_RESPONSE containing
                  status_code set to "200 OK"
                  status_code set to "200 OK"
                  body containing
                  body containing
@@ -166,7 +166,7 @@ Test Purpose {
         "Check that the IUT responds with an error when
         "Check that the IUT responds with an error when
         incorrect parameters were sent by a MEC Application"
         incorrect parameters were sent by a MEC Application"
      
      
      Reference "ETSI GS MEC 011 2.2.1, clause 8.2.10.3.3"
      Reference "ETSI GS MEC 011 3.2.1, clause 8.2.10.3.3"
           
           
      Config Id Config_MEC_1
      Config Id Config_MEC_1
      
      
@@ -184,7 +184,7 @@ Test Purpose {
       		;     
       		;     
      }
      }


      // MEC 011 2.2.1, clause 5.2.12
      // MEC 011 3.2.1, clause 5.2.12
      Expected behaviour
      Expected behaviour
         ensure that {
         ensure that {
            when {
            when {
@@ -199,7 +199,7 @@ Test Purpose {
               from the MEC_APP entity
               from the MEC_APP entity
            }
            }
            then {
            then {
               // MEC 011 2.2.1, clause 8.2.10.3.3
               // MEC 011 3.2.1, clause 8.2.10.3.3
               the IUT entity sends a HTTP_RESPONSE containing
               the IUT entity sends a HTTP_RESPONSE containing
                  status_code set to "400 Bad Request"
                  status_code set to "400 Bad Request"
               ;
               ;
Loading