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

Update MEC 011 & MEC 012

parent 5398c5da
Loading
Loading
Loading
Loading
+60 −60
Original line number Diff line number Diff line
/*
Copyright (c) ETSI 2018-2023.
Copyright (c) ETSI 2018-2025.
Released under BSD 3-clause license. For more information visit https://forge.etsi.org/legal-matters
*/

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

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

      Config Id Config_MEC_1

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

      // MEC 011 3.2.1, clause 5.2.5
      // MEC 011 3.3.1, clause 5.2.5
      Expected behaviour
         ensure that {
            when {
@@ -41,7 +41,7 @@ Package MEC_MEC011_SRV_APPSAQ {
               from the MEC_APP entity
            }
            then {
               // MEC 011 3.2.1, clause 8.2.6.3.1
               // MEC 011 3.3.1, clause 8.2.6.3.1
               the IUT entity sends a HTTP_RESPONSE containing
                  status_code set to "200 OK"
                  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"

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

      Config Id Config_MEC_1

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

      // MEC 011 3.2.1, clause 5.2.5
      // MEC 011 3.3.1, clause 5.2.5
      Expected behaviour
         ensure that {
            when {
@@ -84,7 +84,7 @@ Package MEC_MEC011_SRV_APPSAQ {
               from the MEC_APP entity
            }
            then {
               // MEC 011 3.2.1, clause 8.2.6.3.1
               // MEC 011 3.3.1, clause 8.2.6.3.1
               the IUT entity sends a HTTP_RESPONSE containing
                  status_code set to "400 Bad Request";
               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"

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

      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
      }

      // MEC 011 3.2.1, clause 5.2.4
      // MEC 011 3.3.1, clause 5.2.4
      Expected behaviour
         ensure that {
            when {
@@ -127,7 +127,7 @@ Package MEC_MEC011_SRV_APPSAQ {
               from the MEC_APP_Registrant entity
            }
            then {
               // MEC 011 3.2.1, clause 8.2.6.3.4
               // MEC 011 3.3.1, clause 8.2.6.3.4
               the IUT entity sends a HTTP_RESPONSE containing
                  status_code set to "201 Created",
                  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"

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

      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
      }

      // MEC 011 3.2.1, clause 5.2.4
      // MEC 011 3.3.1, clause 5.2.4
      Expected behaviour
         ensure that {
            when {
@@ -183,7 +183,7 @@ Package MEC_MEC011_SRV_APPSAQ {
               from the MEC_APP_Registrant entity
            }
            then {
               // MEC 011 3.2.1, clause 8.2.6.3.4
               // MEC 011 3.3.1, clause 8.2.6.3.4
               the IUT entity sends a HTTP_RESPONSE containing
                  status_code set to "400 Bad Request";
               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"

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

      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
      }

      // MEC 011 3.2.1, clause 5.2.4
      // MEC 011 3.3.1, clause 5.2.4
      Expected behaviour
         ensure that {
            when {
@@ -227,7 +227,7 @@ Package MEC_MEC011_SRV_APPSAQ {
               from the MEC_APP_Registrant entity
            }
            then {
               // MEC 011 3.2.1, clause 8.2.6.3.4
               // MEC 011 3.3.1, clause 8.2.6.3.4
               the IUT entity sends a HTTP_RESPONSE containing
                  status_code set to "404 Not Found";
               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"

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

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

      // MEC 011 3.2.1, clause 5.2.5
      // MEC 011 3.3.1, clause 5.2.5
      Expected behaviour
         ensure that {
            when {
@@ -267,7 +267,7 @@ Package MEC_MEC011_SRV_APPSAQ {
               from the MEC_APP entity
            }
            then {
               // MEC 011 3.2.1, clause 8.2.7.3.1
               // MEC 011 3.3.1, clause 8.2.7.3.1
               the IUT entity sends a HTTP_RESPONSE containing
                  status_code set to "200 OK"
                  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"

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

      Config Id Config_MEC_1

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

      // MEC 011 3.2.1, clause 5.2.5
      // MEC 011 3.3.1, clause 5.2.5
      Expected behaviour
         ensure that {
            when {
@@ -311,7 +311,7 @@ Package MEC_MEC011_SRV_APPSAQ {
               from the MEC_APP entity
            }
            then {
               // MEC 011 3.2.1, clause 8.2.7.3.1
               // MEC 011 3.3.1, clause 8.2.7.3.1
               the IUT entity sends a HTTP_RESPONSE containing
                  status_code set to "404 Not Found";
               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"

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


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

      // MEC 011 3.2.1, clause 5.2.4
      // MEC 011 3.3.1, clause 5.2.4
      Expected behaviour
         ensure that {
            when {
@@ -356,7 +356,7 @@ Package MEC_MEC011_SRV_APPSAQ {
               from the MEC_APP entity
            }
            then {
               // MEC 011 3.2.1, clause 8.2.7.3.2
               // MEC 011 3.3.1, clause 8.2.7.3.2
               the IUT entity sends a HTTP_RESPONSE containing
                  status_code set to "200 OK"
                  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"

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

      Config Id Config_MEC_1

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

      // MEC 011 3.2.1, clause 5.2.4
      // MEC 011 3.3.1, clause 5.2.4
      Expected behaviour
         ensure that {
            when {
@@ -403,7 +403,7 @@ Package MEC_MEC011_SRV_APPSAQ {
               from the MEC_APP entity
            }
            then {
               // MEC 011 3.2.1, clause 8.2.7.3.2 
               // MEC 011 3.3.1, clause 8.2.7.3.2 
               the IUT entity sends a HTTP_RESPONSE containing
                  status_code set to "400 Bad Request";
               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"

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

      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;
      }

      // MEC 011 3.2.1, clause 5.2.4
      // MEC 011 3.3.1, clause 5.2.4
      Expected behaviour
         ensure that {
            when {
@@ -446,7 +446,7 @@ Package MEC_MEC011_SRV_APPSAQ {
               from the MEC_APP entity
            }
            then {
               // MEC 011 3.2.1, clause 8.2.7.3.2
               // MEC 011 3.3.1, clause 8.2.7.3.2
               the IUT entity sends a HTTP_RESPONSE containing
                  status_code set to "404 Not Found";
               to the MEC_APP entity
@@ -461,7 +461,7 @@ Package MEC_MEC011_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 3.2.1, clause 8.2.7.3.2"
      Reference "ETSI GS MEC 011 3.3.1, clause 8.2.7.3.2"

      Config Id Config_MEC_1

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

      // MEC 011 3.2.1, clause 5.2.4
      // MEC 011 3.3.1, clause 5.2.4
      Expected behaviour
         ensure that {
            when {
@@ -493,7 +493,7 @@ Package MEC_MEC011_SRV_APPSAQ {
               from the MEC_APP entity
            }
            then {
               // MEC 011 3.2.1, clause 8.2.7.3.2
               // MEC 011 3.3.1, clause 8.2.7.3.2
               the IUT entity sends a HTTP_RESPONSE containing
                  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
         for a given application instance when requested by a MEC Application"

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

      Config Id Config_MEC_1

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

      // MEC 011 3.2.1, clause 5.2.4
      // MEC 011 3.3.1, clause 5.2.4
      Expected behaviour
         ensure that {
            when {
@@ -532,7 +532,7 @@ Package MEC_MEC011_SRV_APPSAQ {
               from the MEC_APP entity
            }
            then {
               // MEC 011 3.2.1, clause 8.2.7.3.2
               // MEC 011 3.3.1, clause 8.2.7.3.2
               the IUT entity sends a HTTP_RESPONSE containing
                  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
         a request for deletion of a unknown service is sent by a MEC Application"

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

      Config Id Config_MEC_1

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

      // MEC 011 3.2.1, clause 5.2.4
      // MEC 011 3.3.1, clause 5.2.4
      Expected behaviour
         ensure that {
            when {
@@ -571,7 +571,7 @@ Package MEC_MEC011_SRV_APPSAQ {
               from the MEC_APP entity
            }
            then {
               // MEC 011 3.2.1, clause 8.2.7.3.2
               // MEC 011 3.3.1, clause 8.2.7.3.2
               the IUT entity sends a HTTP_RESPONSE containing
                  status_code set to "404 Not Found"
               ;
+33 −33
Original line number Diff line number Diff line
/*
Copyright (c) ETSI 2018-2023.
Copyright (c) ETSI 2018-2025.
Released under BSD 3-clause license. For more information visit https://forge.etsi.org/legal-matters
*/

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

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

      Config Id Config_MEC_1

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

      // MEC 011 3.2.1, clause 5.2.6
      // MEC 011 3.3.1, clause 5.2.6
      Expected behaviour
         ensure that {
            when {
@@ -42,7 +42,7 @@ Package MEC_MEC011_SRV_APPSUB {
               from the MEC_APP entity
            }
            then {
               // MEC 011 3.2.1, clause 7.2.3.3.1
               // MEC 011 3.3.1, clause 7.2.3.3.1
               the IUT entity sends a HTTP_RESPONSE containing
                  status_code set to "200 OK"
                  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"

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

      Config Id Config_MEC_1

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

      // MEC 011 3.2.1, clause 5.2.6
      // MEC 011 3.3.1, clause 5.2.6
      Expected behaviour
         ensure that {
            when {
@@ -82,7 +82,7 @@ Package MEC_MEC011_SRV_APPSUB {
               from the MEC_APP entity
            }
            then {
               // MEC 011 3.2.1, clause 7.2.3.3.1
               // MEC 011 3.3.1, clause 7.2.3.3.1
               the IUT entity sends a HTTP_RESPONSE containing
                  status_code set to "404 Not Found";
               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"

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

      Config Id Config_MEC_1

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

      // MEC 011 3.2.1, clause 7.2.3.3.4
      // MEC 011 3.3.1, clause 7.2.3.3.4
      Expected behaviour
         ensure that {
            when {
@@ -125,7 +125,7 @@ Package MEC_MEC011_SRV_APPSUB {
               from the MEC_APP entity
            }
            then {
               // MEC 011 3.2.1, clause 7.1.4.2 
               // MEC 011 3.3.1, clause 7.1.4.2 
               the IUT entity sends a HTTP_RESPONSE containing
                  status_code set to "201 Created",
                  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"

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

      Config Id Config_MEC_1

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

      // MEC 011 3.2.1, clause 5.2.6.2
      // MEC 011 3.3.1, clause 5.2.6.2
      Expected behaviour
         ensure that {
            when {
@@ -173,7 +173,7 @@ Package MEC_MEC011_SRV_APPSUB {
               from the MEC_APP entity
            }
            then {
               // MEC 011 3.2.1, clause 7.2.3.3.4
               // MEC 011 3.3.1, clause 7.2.3.3.4
               the IUT entity sends a HTTP_RESPONSE containing
                  status_code set to "400 Bad Request";
               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"

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

      Config Id Config_MEC_1

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

      // MEC 011 3.2.1, clause 5.2.6
      // MEC 011 3.3.1, clause 5.2.6
      Expected behaviour
         ensure that {
            when {
@@ -213,7 +213,7 @@ Package MEC_MEC011_SRV_APPSUB {
               from the MEC_APP entity
            }
            then {
               // MEC 011 3.2.1, clause 7.2.4.3.1
               // MEC 011 3.3.1, clause 7.2.4.3.1
               the IUT entity sends a HTTP_RESPONSE containing
                  status_code set to "200 OK"
                  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"

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

      Config Id Config_MEC_1

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

      // MEC 011 3.2.1, clause 5.2.6
      // MEC 011 3.3.1, clause 5.2.6
      Expected behaviour
         ensure that {
            when {
@@ -257,7 +257,7 @@ Package MEC_MEC011_SRV_APPSUB {
               from the MEC_APP entity
            }
            then {
               // MEC 011 3.2.1, clause 7.2.4.3.1
               // MEC 011 3.3.1, clause 7.2.4.3.1
               the IUT entity sends a HTTP_RESPONSE containing
                  status_code set to "404 Not Found";
               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"

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

      Config Id Config_MEC_1

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

      // MEC 011 3.2.1, clause 5.2.6
      // MEC 011 3.3.1, clause 5.2.6
      Expected behaviour
         ensure that {
            when {
@@ -297,7 +297,7 @@ Package MEC_MEC011_SRV_APPSUB {
               from the MEC_APP entity
            }
            then {
               // MEC 011 3.2.1, clause 7.2.4.3.5
               // MEC 011 3.3.1, clause 7.2.4.3.5
               the IUT entity sends a HTTP_RESPONSE containing
                  status_code set to "204 No Content";
               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"

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

      Config Id Config_MEC_1

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

      // MEC 011 3.2.1, clause 5.2.6
      // MEC 011 3.3.1, clause 5.2.6
      Expected behaviour
         ensure that {
            when {
@@ -337,7 +337,7 @@ Package MEC_MEC011_SRV_APPSUB {
               from the MEC_APP entity
            }
            then {
               // MEC 011 3.2.1, clause 7.2.4.3.5
               // MEC 011 3.3.1, clause 7.2.4.3.5
               the IUT entity sends a HTTP_RESPONSE containing
                  status_code set to "404 Not Found";
               to the MEC_APP entity
+1321 −0

File added.

Preview size limit exceeded, changes collapsed.

+21 −21
Original line number Diff line number Diff line
/*
Copyright (c) ETSI 2018-2023.
Copyright (c) ETSI 2018-2025.
Released under BSD 3-clause license. For more information visit https://forge.etsi.org/legal-matters
*/

@@ -20,9 +20,9 @@ Package MEC_MEC011_SRV_CONFTASK {
         "Check that the IUT responds that it has completed the application level termination"

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

      Config Id Config_MEC_1

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

      // MEC 011 3.2.1, clause 5.2.3
      // MEC 011 3.3.1, clause 5.2.3
      Expected behaviour
         ensure that {
            when {
@@ -46,7 +46,7 @@ Package MEC_MEC011_SRV_CONFTASK {
               from the MEC_APP entity
            }
            then {
               // MEC 011 3.2.1, clause 7.2.11.3.4
               // MEC 011 3.3.1, clause 7.2.11.3.4
               the IUT entity sends a HTTP_RESPONSE containing
                  status_code set to "204 No Content";
               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"

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

      Config Id Config_MEC_1

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

      // MEC 011 3.2.1, clause 5.2.8
      // MEC 011 3.3.1, clause 5.2.8
      Expected behaviour
         ensure that {
            when {
@@ -88,7 +88,7 @@ Package MEC_MEC011_SRV_CONFTASK {
               from the MEC_APP entity
            }
            then {
               // MEC 011 3.2.1, clause 7.2.10.3.1
               // MEC 011 3.3.1, clause 7.2.10.3.1
               the IUT entity sends a HTTP_RESPONSE containing
                  status_code set to "404 Not Found";
               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"

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

      Config Id Config_MEC_1

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

      // MEC 011 3.2.1, clause 5.2.2
      // MEC 011 3.3.1, clause 5.2.2
      Expected behaviour
         ensure that {
            when {
@@ -129,7 +129,7 @@ Package MEC_MEC011_SRV_CONFTASK {
               from the MEC_APP entity
            }
            then {
               // MEC 011 3.2.1, clause 7.2.12.3.4
               // MEC 011 3.3.1, clause 7.2.12.3.4
               the IUT entity sends a HTTP_RESPONSE containing
                  status_code set to "204 No Content";
               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"

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

      Config Id Config_MEC_1

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

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

File changed.

Preview size limit exceeded, changes collapsed.

Loading