Commit ca017290 authored by Yann Garcia's avatar Yann Garcia Committed by Miguel Angel Reina Ortega
Browse files

Review all TPs removing MEC standards version and reference to the Normative...

Review all TPs removing MEC standards version and reference to the Normative clause of the TSS&TPs document; Editorial bug fixed
parent cf7cfca4
Loading
Loading
Loading
Loading
+59 −59
Original line number Original line Diff line number Diff line
@@ -18,9 +18,9 @@ Package MEC_MEC011_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"
         "Check that the IUT responds with a list of available MEC services for a given application instance when queried by a MEC Application"


      Reference
      Reference
         "ETSI GS MEC 011 3.3.1, clause 5.2.5",
         "ETSI GS MEC 011, clause 5.2.5",
         "ETSI GS MEC 011 3.3.1, clause 8.1.2.2",
         "ETSI GS MEC 011, clause 8.1.2.2",
         "ETSI GS MEC 011 3.3.1, clause 8.2.6.3.1"
         "ETSI GS MEC 011, clause 8.2.6.3.1"


      Config Id Config_MEC_1
      Config Id Config_MEC_1


@@ -32,7 +32,7 @@ Package MEC_MEC011_SRV_APPSAQ {
            instance_id indicating value APP_INSTANCE_ID;
            instance_id indicating value APP_INSTANCE_ID;
      }
      }


      // MEC 011 3.3.1, clause 5.2.5
      // MEC 011, clause 5.2.5
      Expected behaviour
      Expected behaviour
         ensure that {
         ensure that {
            when {
            when {
@@ -41,7 +41,7 @@ Package MEC_MEC011_SRV_APPSAQ {
               from the MEC_APP entity
               from the MEC_APP entity
            }
            }
            then {
            then {
               // MEC 011 3.3.1, clause 8.2.6.3.1
               // MEC 011, 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
@@ -59,9 +59,9 @@ Package MEC_MEC011_SRV_APPSAQ {
         "Check that the IUT responds with an error when a request with incorrect parameters is sent by a MEC Application"
         "Check that the IUT responds with an error when a request with incorrect parameters is sent by a MEC Application"


      Reference
      Reference
         "ETSI GS MEC 011 3.3.1, clause 5.2.5",
         "ETSI GS MEC 011, clause 5.2.5",
         "ETSI GS MEC 011 3.3.1, clause 8.1.2.2",
         "ETSI GS MEC 011, clause 8.1.2.2",
         "ETSI GS MEC 011 3.3.1, clause 8.2.6.3.1"
         "ETSI GS MEC 011, clause 8.2.6.3.1"


      Config Id Config_MEC_1
      Config Id Config_MEC_1


@@ -73,7 +73,7 @@ Package MEC_MEC011_SRV_APPSAQ {
            instance_id indicating value APP_INSTANCE_ID;
            instance_id indicating value APP_INSTANCE_ID;
      }
      }


      // MEC 011 3.3.1, clause 5.2.5
      // MEC 011, clause 5.2.5
      Expected behaviour
      Expected behaviour
         ensure that {
         ensure that {
            when {
            when {
@@ -84,7 +84,7 @@ Package MEC_MEC011_SRV_APPSAQ {
               from the MEC_APP entity
               from the MEC_APP entity
            }
            }
            then {
            then {
               // MEC 011 3.3.1, clause 8.2.6.3.1
               // MEC 011, 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";
               to the MEC_APP entity
               to the MEC_APP entity
@@ -100,9 +100,9 @@ Package MEC_MEC011_SRV_APPSAQ {
         "Check that the IUT notifies the authorised relevant (subscribed) application instances when a new service for a given application instance is registered"
         "Check that the IUT notifies the authorised relevant (subscribed) application instances when a new service for a given application instance is registered"


      Reference
      Reference
         "ETSI GS MEC 011 3.3.1, clause 5.2.5",
         "ETSI GS MEC 011, clause 5.2.5",
         "ETSI GS MEC 011 3.3.1, clause 8.1.2.2",
         "ETSI GS MEC 011, clause 8.1.2.2",
         "ETSI GS MEC 011 3.3.1, clause 8.2.6.3.4"
         "ETSI GS MEC 011, clause 8.2.6.3.4"
      Config Id Config_MEC_1
      Config Id Config_MEC_1


      PICS Selection PIC_MEC_PLAT and PIC_SERVICES and PIC_NOTIFICATIONS
      PICS Selection PIC_MEC_PLAT and PIC_SERVICES and PIC_NOTIFICATIONS
@@ -115,7 +115,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 3.3.1, clause 5.2.4
      // MEC 011, clause 5.2.4
      Expected behaviour
      Expected behaviour
         ensure that {
         ensure that {
            when {
            when {
@@ -127,7 +127,7 @@ Package MEC_MEC011_SRV_APPSAQ {
               from the MEC_APP_Registrant entity
               from the MEC_APP_Registrant entity
            }
            }
            then {
            then {
               // MEC 011 3.3.1, clause 8.2.6.3.4
               // MEC 011, 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,
@@ -155,9 +155,9 @@ Package MEC_MEC011_SRV_APPSAQ {
         "Check that the IUT responds with an error when a request with incorrect parameters is sent by a MEC Application"
         "Check that the IUT responds with an error when a request with incorrect parameters is sent by a MEC Application"


      Reference
      Reference
         "ETSI GS MEC 011 3.3.1, clause 5.2.5",
         "ETSI GS MEC 011, clause 5.2.5",
         "ETSI GS MEC 011 3.3.1, clause 8.1.2.2",
         "ETSI GS MEC 011, clause 8.1.2.2",
         "ETSI GS MEC 011 3.3.1, clause 8.2.6.3.4"
         "ETSI GS MEC 011, clause 8.2.6.3.4"


      Config Id Config_MEC_1
      Config Id Config_MEC_1


@@ -171,7 +171,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 3.3.1, clause 5.2.4
      // MEC 011, clause 5.2.4
      Expected behaviour
      Expected behaviour
         ensure that {
         ensure that {
            when {
            when {
@@ -183,7 +183,7 @@ Package MEC_MEC011_SRV_APPSAQ {
               from the MEC_APP_Registrant entity
               from the MEC_APP_Registrant entity
            }
            }
            then {
            then {
               // MEC 011 3.3.1, clause 8.2.6.3.4
               // MEC 011, 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";
               to the MEC_APP_Registrant entity
               to the MEC_APP_Registrant entity
@@ -199,9 +199,9 @@ Package MEC_MEC011_SRV_APPSAQ {
         "Check that the IUT responds with an error when a request for an unknown URI is sent by a MEC Application"
         "Check that the IUT responds with an error when a request for an unknown URI is sent by a MEC Application"


      Reference
      Reference
         "ETSI GS MEC 011 3.3.1, clause 5.2.5",
         "ETSI GS MEC 011, clause 5.2.5",
         "ETSI GS MEC 011 3.3.1, clause 8.1.2.2",
         "ETSI GS MEC 011, clause 8.1.2.2",
         "ETSI GS MEC 011 3.3.1, clause 8.2.6.3.4"
         "ETSI GS MEC 011, clause 8.2.6.3.4"


      Config Id Config_MEC_1
      Config Id Config_MEC_1


@@ -215,7 +215,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 3.3.1, clause 5.2.4
      // MEC 011, clause 5.2.4
      Expected behaviour
      Expected behaviour
         ensure that {
         ensure that {
            when {
            when {
@@ -227,7 +227,7 @@ Package MEC_MEC011_SRV_APPSAQ {
               from the MEC_APP_Registrant entity
               from the MEC_APP_Registrant entity
            }
            }
            then {
            then {
               // MEC 011 3.3.1, clause 8.2.6.3.4
               // MEC 011, 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";
               to the MEC_APP_Registrant entity
               to the MEC_APP_Registrant entity
@@ -243,9 +243,9 @@ Package MEC_MEC011_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"
         "Check that the IUT responds with the information on a specific service for a given application instance when queried by a MEC Application"


      Reference
      Reference
         "ETSI GS MEC 011 3.3.1, clause 5.2.5",
         "ETSI GS MEC 011, clause 5.2.5",
         "ETSI GS MEC 011 3.3.1, clause 8.1.2.2",
         "ETSI GS MEC 011, clause 8.1.2.2",
         "ETSI GS MEC 011 3.3.1, clause 8.2.7.3.1"
         "ETSI GS MEC 011, clause 8.2.7.3.1"
      Config Id Config_MEC_1
      Config Id Config_MEC_1


      PICS Selection PIC_MEC_PLAT and PIC_SERVICES
      PICS Selection PIC_MEC_PLAT and PIC_SERVICES
@@ -258,7 +258,7 @@ Package MEC_MEC011_SRV_APPSAQ {
            service_id indicating value SERVICE_ID;
            service_id indicating value SERVICE_ID;
      }
      }


      // MEC 011 3.3.1, clause 5.2.5
      // MEC 011, clause 5.2.5
      Expected behaviour
      Expected behaviour
         ensure that {
         ensure that {
            when {
            when {
@@ -267,7 +267,7 @@ Package MEC_MEC011_SRV_APPSAQ {
               from the MEC_APP entity
               from the MEC_APP entity
            }
            }
            then {
            then {
               // MEC 011 3.3.1, clause 8.2.7.3.1
               // MEC 011, 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
@@ -286,9 +286,9 @@ Package MEC_MEC011_SRV_APPSAQ {
         "Check that the IUT responds with an error when a request for an unknown URI is sent by a MEC Application"
         "Check that the IUT responds with an error when a request for an unknown URI is sent by a MEC Application"


      Reference
      Reference
         "ETSI GS MEC 011 3.3.1, clause 5.2.5",
         "ETSI GS MEC 011, clause 5.2.5",
         "ETSI GS MEC 011 3.3.1, clause 8.1.2.2",
         "ETSI GS MEC 011, clause 8.1.2.2",
         "ETSI GS MEC 011 3.3.1, clause 8.2.7.3.1"
         "ETSI GS MEC 011, clause 8.2.7.3.1"


      Config Id Config_MEC_1
      Config Id Config_MEC_1


@@ -302,7 +302,7 @@ Package MEC_MEC011_SRV_APPSAQ {
            service_id indicating value NON_EXISTENT_SERVICE_ID;
            service_id indicating value NON_EXISTENT_SERVICE_ID;
      }
      }


      // MEC 011 3.3.1, clause 5.2.5
      // MEC 011, clause 5.2.5
      Expected behaviour
      Expected behaviour
         ensure that {
         ensure that {
            when {
            when {
@@ -311,7 +311,7 @@ Package MEC_MEC011_SRV_APPSAQ {
               from the MEC_APP entity
               from the MEC_APP entity
            }
            }
            then {
            then {
               // MEC 011 3.3.1, clause 8.2.7.3.1
               // MEC 011, 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";
               to the MEC_APP entity
               to the MEC_APP entity
@@ -327,9 +327,9 @@ Package MEC_MEC011_SRV_APPSAQ {
         "Check that the IUT updates a service information for a given application instance when commanded by a MEC Application"
         "Check that the IUT updates a service information for a given application instance when commanded by a MEC Application"


      Reference
      Reference
         "ETSI GS MEC 011 3.3.1, clause 5.2.4",
         "ETSI GS MEC 011, clause 5.2.4",
         "ETSI GS MEC 011 3.3.1, clause 8.1.2.2",
         "ETSI GS MEC 011, clause 8.1.2.2",
         "ETSI GS MEC 011 3.3.1, clause 8.2.7.3.2"
         "ETSI GS MEC 011, clause 8.2.7.3.2"




      Config Id Config_MEC_1
      Config Id Config_MEC_1
@@ -344,7 +344,7 @@ Package MEC_MEC011_SRV_APPSAQ {
            service_id indicating value SERVICE_ID;
            service_id indicating value SERVICE_ID;
      }
      }


      // MEC 011 3.3.1, clause 5.2.4
      // MEC 011, clause 5.2.4
      Expected behaviour
      Expected behaviour
         ensure that {
         ensure that {
            when {
            when {
@@ -356,7 +356,7 @@ Package MEC_MEC011_SRV_APPSAQ {
               from the MEC_APP entity
               from the MEC_APP entity
            }
            }
            then {
            then {
               // MEC 011 3.3.1, clause 8.2.7.3.2
               // MEC 011, 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
@@ -375,9 +375,9 @@ Package MEC_MEC011_SRV_APPSAQ {
         "Check that the IUT responds with an error when a request with incorrect parameters is sent by a MEC Application"
         "Check that the IUT responds with an error when a request with incorrect parameters is sent by a MEC Application"


      Reference
      Reference
         "ETSI GS MEC 011 3.3.1, clause 5.2.4",
         "ETSI GS MEC 011, clause 5.2.4",
         "ETSI GS MEC 011 3.3.1, clause 8.1.2.2",
         "ETSI GS MEC 011, clause 8.1.2.2",
         "ETSI GS MEC 011 3.3.1, clause 8.2.7.3.2"
         "ETSI GS MEC 011, clause 8.2.7.3.2"


      Config Id Config_MEC_1
      Config Id Config_MEC_1


@@ -391,7 +391,7 @@ Package MEC_MEC011_SRV_APPSAQ {
            service_id indicating value SERVICE_ID;
            service_id indicating value SERVICE_ID;
      }
      }


      // MEC 011 3.3.1, clause 5.2.4
      // MEC 011, clause 5.2.4
      Expected behaviour
      Expected behaviour
         ensure that {
         ensure that {
            when {
            when {
@@ -403,7 +403,7 @@ Package MEC_MEC011_SRV_APPSAQ {
               from the MEC_APP entity
               from the MEC_APP entity
            }
            }
            then {
            then {
               // MEC 011 3.3.1, clause 8.2.7.3.2 
               // MEC 011, 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";
               to the MEC_APP entity
               to the MEC_APP entity
@@ -419,9 +419,9 @@ Package MEC_MEC011_SRV_APPSAQ {
         "Check that the IUT responds with an error when a request for an unknown URI is sent by a MEC Application"
         "Check that the IUT responds with an error when a request for an unknown URI is sent by a MEC Application"


      Reference
      Reference
         "ETSI GS MEC 011 3.3.1, clause 5.2.4",
         "ETSI GS MEC 011, clause 5.2.4",
         "ETSI GS MEC 011 3.3.1, clause 8.1.2.2",
         "ETSI GS MEC 011, clause 8.1.2.2",
         "ETSI GS MEC 011 3.3.1, clause 8.2.7.3.2"
         "ETSI GS MEC 011, clause 8.2.7.3.2"
      Config Id Config_MEC_1
      Config Id Config_MEC_1


      PICS Selection PIC_MEC_PLAT and PIC_SERVICES
      PICS Selection PIC_MEC_PLAT and PIC_SERVICES
@@ -434,7 +434,7 @@ Package MEC_MEC011_SRV_APPSAQ {
            service_id indicating value NON_EXISTENT_SERVICE_ID;
            service_id indicating value NON_EXISTENT_SERVICE_ID;
      }
      }


      // MEC 011 3.3.1, clause 5.2.4
      // MEC 011, clause 5.2.4
      Expected behaviour
      Expected behaviour
         ensure that {
         ensure that {
            when {
            when {
@@ -446,7 +446,7 @@ Package MEC_MEC011_SRV_APPSAQ {
               from the MEC_APP entity
               from the MEC_APP entity
            }
            }
            then {
            then {
               // MEC 011 3.3.1, clause 8.2.7.3.2
               // MEC 011, 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";
               to the MEC_APP entity
               to the MEC_APP entity
@@ -461,7 +461,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 3.3.1, clause 8.2.7.3.2"
      Reference "ETSI GS MEC 011, clause 8.2.7.3.2"


      Config Id Config_MEC_1
      Config Id Config_MEC_1


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


      // MEC 011 3.3.1, clause 5.2.4
      // MEC 011, clause 5.2.4
      Expected behaviour
      Expected behaviour
         ensure that {
         ensure that {
            when {
            when {
@@ -493,7 +493,7 @@ Package MEC_MEC011_SRV_APPSAQ {
               from the MEC_APP entity
               from the MEC_APP entity
            }
            }
            then {
            then {
               // MEC 011 3.3.1, clause 8.2.7.3.2
               // MEC 011, 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"
               ;
               ;
@@ -509,7 +509,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 3.3.1, clause 8.2.7.3.5"
      Reference "ETSI GS MEC 011, clause 8.2.7.3.5"


      Config Id Config_MEC_1
      Config Id Config_MEC_1


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


      // MEC 011 3.3.1, clause 5.2.4
      // MEC 011, clause 5.2.4
      Expected behaviour
      Expected behaviour
         ensure that {
         ensure that {
            when {
            when {
@@ -532,7 +532,7 @@ Package MEC_MEC011_SRV_APPSAQ {
               from the MEC_APP entity
               from the MEC_APP entity
            }
            }
            then {
            then {
               // MEC 011 3.3.1, clause 8.2.7.3.2
               // MEC 011, 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"
               ;
               ;
@@ -548,7 +548,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 3.3.1, clause 8.2.7.3.5"
      Reference "ETSI GS MEC 011, clause 8.2.7.3.5"


      Config Id Config_MEC_1
      Config Id Config_MEC_1


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


      // MEC 011 3.3.1, clause 5.2.4
      // MEC 011, clause 5.2.4
      Expected behaviour
      Expected behaviour
         ensure that {
         ensure that {
            when {
            when {
@@ -571,7 +571,7 @@ Package MEC_MEC011_SRV_APPSAQ {
               from the MEC_APP entity
               from the MEC_APP entity
            }
            }
            then {
            then {
               // MEC 011 3.3.1, clause 8.2.7.3.2
               // MEC 011, 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"
               ;
               ;
+32 −32
Original line number Original line Diff line number Diff line
@@ -18,8 +18,8 @@ Package MEC_MEC011_SRV_APPSUB {
         "Check that the IUT responds with a list of subscriptions for notifications on services availability when queried by a MEC Application"
         "Check that the IUT responds with a list of subscriptions for notifications on services availability when queried by a MEC Application"


      Reference 
      Reference 
        "ETSI GS MEC 011 3.3.1, clause 5.2.6",
        "ETSI GS MEC 011, clause 5.2.6",
        "ETSI GS MEC 011 3.3.1, clause 7.2.3.3.1"
        "ETSI GS MEC 011, clause 7.2.3.3.1"


      Config Id Config_MEC_1
      Config Id Config_MEC_1


@@ -33,7 +33,7 @@ Package MEC_MEC011_SRV_APPSUB {
            subscription_id indicating value SUBSCRIPTION_ID;
            subscription_id indicating value SUBSCRIPTION_ID;
      }
      }


      // MEC 011 3.3.1, clause 5.2.6
      // MEC 011, 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 3.3.1, clause 7.2.3.3.1
               // MEC 011, 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
@@ -60,8 +60,8 @@ Package MEC_MEC011_SRV_APPSUB {
         "Check that the IUT responds with an error when a request for an unknown URI is sent by a MEC Application"
         "Check that the IUT responds with an error when a request for an unknown URI is sent by a MEC Application"


      Reference
      Reference
        "ETSI GS MEC 011 3.3.1, clause 5.2.6",
        "ETSI GS MEC 011, clause 5.2.6",
        "ETSI GS MEC 011 3.3.1, clause 7.2.3.3.1"
        "ETSI GS MEC 011, clause 7.2.3.3.1"


      Config Id Config_MEC_1
      Config Id Config_MEC_1


@@ -73,7 +73,7 @@ Package MEC_MEC011_SRV_APPSUB {
            instance_id indicating value NON_EXISTENT_APP_INSTANCE_ID;
            instance_id indicating value NON_EXISTENT_APP_INSTANCE_ID;
      }
      }


      // MEC 011 3.3.1, clause 5.2.6
      // MEC 011, clause 5.2.6
      Expected behaviour
      Expected behaviour
         ensure that {
         ensure that {
            when {
            when {
@@ -82,7 +82,7 @@ Package MEC_MEC011_SRV_APPSUB {
               from the MEC_APP entity
               from the MEC_APP entity
            }
            }
            then {
            then {
               // MEC 011 3.3.1, clause 7.2.3.3.1
               // MEC 011, 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";
               to the MEC_APP entity
               to the MEC_APP entity
@@ -98,8 +98,8 @@ Package MEC_MEC011_SRV_APPSUB {
         "Check that the IUT acknowledges the subscription by a MEC Application to notifications on termination events"
         "Check that the IUT acknowledges the subscription by a MEC Application to notifications on termination events"


      Reference 
      Reference 
        "ETSI GS MEC 011 3.3.1, clause 5.2.6",
        "ETSI GS MEC 011, clause 5.2.6",
        "ETSI GS MEC 011 3.3.1, clause 7.2.3.3.4"
        "ETSI GS MEC 011, clause 7.2.3.3.4"


      Config Id Config_MEC_1
      Config Id Config_MEC_1


@@ -112,7 +112,7 @@ Package MEC_MEC011_SRV_APPSUB {
         the IUT entity not having any subscriptions
         the IUT entity not having any subscriptions
      }
      }


      // MEC 011 3.3.1, clause 7.2.3.3.4
      // MEC 011, clause 7.2.3.3.4
      Expected behaviour
      Expected behaviour
         ensure that {
         ensure that {
            when {
            when {
@@ -125,7 +125,7 @@ Package MEC_MEC011_SRV_APPSUB {
               from the MEC_APP entity
               from the MEC_APP entity
            }
            }
            then {
            then {
               // MEC 011 3.3.1, clause 7.1.4.2 
               // MEC 011, clause 7.1.4.2 
               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,
@@ -146,8 +146,8 @@ Package MEC_MEC011_SRV_APPSUB {
         "Check that the IUT responds with an error when a request with incorrect parameters is sent by a MEC Application"
         "Check that the IUT responds with an error when a request with incorrect parameters is sent by a MEC Application"


      Reference 
      Reference 
        "ETSI GS MEC 011 3.3.1, clause 5.2.6",
        "ETSI GS MEC 011, clause 5.2.6",
        "ETSI GS MEC 011 3.3.1, clause 7.2.3.3.4"
        "ETSI GS MEC 011, clause 7.2.3.3.4"


      Config Id Config_MEC_1
      Config Id Config_MEC_1


@@ -160,7 +160,7 @@ Package MEC_MEC011_SRV_APPSUB {
         the IUT entity not having any subscriptions
         the IUT entity not having any subscriptions
      }
      }


      // MEC 011 3.3.1, clause 5.2.6.2
      // MEC 011, clause 5.2.6.2
      Expected behaviour
      Expected behaviour
         ensure that {
         ensure that {
            when {
            when {
@@ -173,7 +173,7 @@ Package MEC_MEC011_SRV_APPSUB {
               from the MEC_APP entity
               from the MEC_APP entity
            }
            }
            then {
            then {
               // MEC 011 3.3.1, clause 7.2.3.3.4
               // MEC 011, 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";
               to the MEC_APP entity
               to the MEC_APP entity
@@ -189,8 +189,8 @@ Package MEC_MEC011_SRV_APPSUB {
         "Check that the IUT responds with the information on a specific subscription when queried by a MEC Application"
         "Check that the IUT responds with the information on a specific subscription when queried by a MEC Application"


      Reference 
      Reference 
        "ETSI GS MEC 011 3.3.1, clause 5.2.6",
        "ETSI GS MEC 011, clause 5.2.6",
        "ETSI GS MEC 011 3.3.1, clause 7.2.4.3.1"
        "ETSI GS MEC 011, clause 7.2.4.3.1"


      Config Id Config_MEC_1
      Config Id Config_MEC_1


@@ -204,7 +204,7 @@ Package MEC_MEC011_SRV_APPSUB {
            subscription_id indicating value SUBSCRIPTION_ID;
            subscription_id indicating value SUBSCRIPTION_ID;
      }
      }


      // MEC 011 3.3.1, clause 5.2.6
      // MEC 011, clause 5.2.6
      Expected behaviour
      Expected behaviour
         ensure that {
         ensure that {
            when {
            when {
@@ -213,7 +213,7 @@ Package MEC_MEC011_SRV_APPSUB {
               from the MEC_APP entity
               from the MEC_APP entity
            }
            }
            then {
            then {
               // MEC 011 3.3.1, clause 7.2.4.3.1
               // MEC 011, 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
@@ -232,8 +232,8 @@ Package MEC_MEC011_SRV_APPSUB {
         "Check that the IUT responds with an error when a request for an URI that cannot be mapped to a valid resource URI is sent by a MEC Application"
         "Check that the IUT responds with an error when a request for an URI that cannot be mapped to a valid resource URI is sent by a MEC Application"


      Reference 
      Reference 
        "ETSI GS MEC 011 3.3.1, clause 5.2.6",
        "ETSI GS MEC 011, clause 5.2.6",
        "ETSI GS MEC 011 3.3.1, clause 7.2.4.3.1"
        "ETSI GS MEC 011, clause 7.2.4.3.1"


      Config Id Config_MEC_1
      Config Id Config_MEC_1


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


      // MEC 011 3.3.1, clause 5.2.6
      // MEC 011, clause 5.2.6
      Expected behaviour
      Expected behaviour
         ensure that {
         ensure that {
            when {
            when {
@@ -257,7 +257,7 @@ Package MEC_MEC011_SRV_APPSUB {
               from the MEC_APP entity
               from the MEC_APP entity
            }
            }
            then {
            then {
               // MEC 011 3.3.1, clause 7.2.4.3.1
               // MEC 011, 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";
               to the MEC_APP entity
               to the MEC_APP entity
@@ -273,8 +273,8 @@ Package MEC_MEC011_SRV_APPSUB {
         "Check that the IUT acknowledges the unsubscribe from app termination event notifications when commanded by a MEC Application"
         "Check that the IUT acknowledges the unsubscribe from app termination event notifications when commanded by a MEC Application"


      Reference 
      Reference 
        "ETSI GS MEC 011 3.3.1, clause 5.2.6",
        "ETSI GS MEC 011, clause 5.2.6",
        "ETSI GS MEC 011 3.3.1, clause 7.2.4.3.5"
        "ETSI GS MEC 011, clause 7.2.4.3.5"


      Config Id Config_MEC_1
      Config Id Config_MEC_1


@@ -288,7 +288,7 @@ Package MEC_MEC011_SRV_APPSUB {
            subscription_id indicating value SUBSCRIPTION_ID;
            subscription_id indicating value SUBSCRIPTION_ID;
      }
      }


      // MEC 011 3.3.1, clause 5.2.6
      // MEC 011, clause 5.2.6
      Expected behaviour
      Expected behaviour
         ensure that {
         ensure that {
            when {
            when {
@@ -297,7 +297,7 @@ Package MEC_MEC011_SRV_APPSUB {
               from the MEC_APP entity
               from the MEC_APP entity
            }
            }
            then {
            then {
               // MEC 011 3.3.1, clause 7.2.4.3.5
               // MEC 011, 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";
               to the MEC_APP entity
               to the MEC_APP entity
@@ -313,8 +313,8 @@ Package MEC_MEC011_SRV_APPSUB {
         "Check that the IUT responds with an error when a request for an URI that cannot be mapped to a valid resource URI is sent by a MEC Application"
         "Check that the IUT responds with an error when a request for an URI that cannot be mapped to a valid resource URI is sent by a MEC Application"


      Reference 
      Reference 
        "ETSI GS MEC 011 3.3.1, clause 5.2.6",
        "ETSI GS MEC 011, clause 5.2.6",
        "ETSI GS MEC 011 3.3.1, clause 7.2.4.3.5"
        "ETSI GS MEC 011, clause 7.2.4.3.5"


      Config Id Config_MEC_1
      Config Id Config_MEC_1


@@ -328,7 +328,7 @@ Package MEC_MEC011_SRV_APPSUB {
            subscription_id indicating value SUBSCRIPTION_ID;
            subscription_id indicating value SUBSCRIPTION_ID;
      }
      }


      // MEC 011 3.3.1, clause 5.2.6
      // MEC 011, clause 5.2.6
      Expected behaviour
      Expected behaviour
         ensure that {
         ensure that {
            when {
            when {
@@ -337,7 +337,7 @@ Package MEC_MEC011_SRV_APPSUB {
               from the MEC_APP entity
               from the MEC_APP entity
            }
            }
            then {
            then {
               // MEC 011 3.3.1, clause 7.2.4.3.5
               // MEC 011, 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";
               to the MEC_APP entity
               to the MEC_APP entity
+120 −120

File changed.

Preview size limit exceeded, changes collapsed.

+20 −20
Original line number Original line Diff line number Diff line
@@ -20,9 +20,9 @@ Package MEC_MEC011_SRV_CONFTASK {
         "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 
      Reference 
         "ETSI GS MEC 011 3.3.1, clause 5.2.3",
         "ETSI GS MEC 011, clause 5.2.3",
         "ETSI GS MEC 011 3.3.1, clause 7.1.4.3",
         "ETSI GS MEC 011, clause 7.1.4.3",
         "ETSI GS MEC 011 3.3.1, clause 7.2.11.3.4"
         "ETSI GS MEC 011, clause 7.2.11.3.4"


      Config Id Config_MEC_1
      Config Id Config_MEC_1


@@ -34,7 +34,7 @@ Package MEC_MEC011_SRV_CONFTASK {
            instance_id indicating value APP_INSTANCE_ID;
            instance_id indicating value APP_INSTANCE_ID;
      }
      }


      // MEC 011 3.3.1, clause 5.2.3
      // MEC 011, clause 5.2.3
      Expected behaviour
      Expected behaviour
         ensure that {
         ensure that {
            when {
            when {
@@ -46,7 +46,7 @@ Package MEC_MEC011_SRV_CONFTASK {
               from the MEC_APP entity
               from the MEC_APP entity
            }
            }
            then {
            then {
               // MEC 011 3.3.1, clause 7.2.11.3.4
               // MEC 011, 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";
               to the MEC_APP entity
               to the MEC_APP entity
@@ -62,9 +62,9 @@ Package MEC_MEC011_SRV_CONFTASK {
         "Check that the IUT responds with an error when a request for an operationAction is sent to an unknown application"
         "Check that the IUT responds with an error when a request for an operationAction is sent to an unknown application"


      Reference 
      Reference 
         "ETSI GS MEC 011 3.3.1, clause 5.2.3",
         "ETSI GS MEC 011, clause 5.2.3",
         "ETSI GS MEC 011 3.3.1, clause 7.1.4.3",
         "ETSI GS MEC 011, clause 7.1.4.3",
         "ETSI GS MEC 011 3.3.1, clause 7.2.11.3.4"
         "ETSI GS MEC 011, clause 7.2.11.3.4"


      Config Id Config_MEC_1
      Config Id Config_MEC_1


@@ -76,7 +76,7 @@ Package MEC_MEC011_SRV_CONFTASK {
            instance_id indicating value NON_EXSITENT_APP_INSTANCE_ID;
            instance_id indicating value NON_EXSITENT_APP_INSTANCE_ID;
      }
      }


      // MEC 011 3.3.1, clause 5.2.8
      // MEC 011, clause 5.2.8
      Expected behaviour
      Expected behaviour
         ensure that {
         ensure that {
            when {
            when {
@@ -88,7 +88,7 @@ Package MEC_MEC011_SRV_CONFTASK {
               from the MEC_APP entity
               from the MEC_APP entity
            }
            }
            then {
            then {
               // MEC 011 3.3.1, clause 7.2.10.3.1
               // MEC 011, 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";
               to the MEC_APP entity
               to the MEC_APP entity
@@ -103,9 +103,9 @@ Package MEC_MEC011_SRV_CONFTASK {
         "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 
      Reference 
         "ETSI GS MEC 011 3.3.1, clause 5.2.3",
         "ETSI GS MEC 011, clause 5.2.3",
         "ETSI GS MEC 011 3.3.1, clause 7.1.4.3",
         "ETSI GS MEC 011, clause 7.1.4.3",
         "ETSI GS MEC 011 3.3.1, clause 7.2.12.3.4"
         "ETSI GS MEC 011, clause 7.2.12.3.4"


      Config Id Config_MEC_1
      Config Id Config_MEC_1


@@ -117,7 +117,7 @@ Package MEC_MEC011_SRV_CONFTASK {
            instance_id indicating value APP_INSTANCE_ID;
            instance_id indicating value APP_INSTANCE_ID;
      }
      }


      // MEC 011 3.3.1, clause 5.2.2
      // MEC 011, clause 5.2.2
      Expected behaviour
      Expected behaviour
         ensure that {
         ensure that {
            when {
            when {
@@ -129,7 +129,7 @@ Package MEC_MEC011_SRV_CONFTASK {
               from the MEC_APP entity
               from the MEC_APP entity
            }
            }
            then {
            then {
               // MEC 011 3.3.1, clause 7.2.12.3.4
               // MEC 011, 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";
               to the MEC_APP entity
               to the MEC_APP entity
@@ -145,9 +145,9 @@ Package MEC_MEC011_SRV_CONFTASK {
         "Check that the IUT responds with an error when a request for an indication is sent to an unknown application"
         "Check that the IUT responds with an error when a request for an indication is sent to an unknown application"


      Reference 
      Reference 
         "ETSI GS MEC 011 3.3.1, clause 5.2.3",
         "ETSI GS MEC 011, clause 5.2.3",
         "ETSI GS MEC 011 3.3.1, clause 7.1.4.3",
         "ETSI GS MEC 011, clause 7.1.4.3",
         "ETSI GS MEC 011 3.3.1, clause 7.2.12.3.4"
         "ETSI GS MEC 011, clause 7.2.12.3.4"


      Config Id Config_MEC_1
      Config Id Config_MEC_1


@@ -159,7 +159,7 @@ Package MEC_MEC011_SRV_CONFTASK {
            instance_id indicating value NON_EXSITENT_APP_INSTANCE_ID;
            instance_id indicating value NON_EXSITENT_APP_INSTANCE_ID;
      }
      }


      // MEC 011 3.3.1, clause 5.2.8
      // MEC 011, clause 5.2.8
      Expected behaviour
      Expected behaviour
         ensure that {
         ensure that {
            when {
            when {
@@ -171,7 +171,7 @@ Package MEC_MEC011_SRV_CONFTASK {
               from the MEC_APP entity
               from the MEC_APP entity
            }
            }
            then {
            then {
               // MEC 011 3.3.1, clause 7.2.12.3.4
               // MEC 011, 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";
               to the MEC_APP entity
               to the MEC_APP entity
+40 −40

File changed.

Preview size limit exceeded, changes collapsed.

Loading