Commit a984b979 authored by piscione's avatar piscione
Browse files

Minor fix on reference of MEC011 TPs.

parent 20c24598
Loading
Loading
Loading
Loading
+8 −8
Original line number Diff line number Diff line
@@ -206,7 +206,7 @@ Package MEC_MEC011_SRV_SRVSUB {
         "Check that the IUT responds with the information on a specific subscription
         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 2.2.1, clause 8.2.9.3.1",
         "https://forge.etsi.org/rep/mec/gs011-app-enablement-api/blob/master/MecServiceMgmtApi.yaml#L508#/definitions/SerAvailabilityNotificationSubscription"  //Outdated

      Config Id Config_MEC_1
@@ -233,7 +233,7 @@ Package MEC_MEC011_SRV_SRVSUB {
               from the MEC_APP entity
            }
            then {
               // MEC 011 2.2.1, clause 7.2.4.3.1
               // MEC 011 2.2.1, clause 8.2.9.3.1
               the IUT entity sends a HTTP_RESPONSE containing
                  status_code set to "200 OK"
                  body containing
@@ -256,7 +256,7 @@ Package MEC_MEC011_SRV_SRVSUB {
         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 2.2.1, clause 7.2.4.3.1"
      Reference "ETSI GS MEC 011 2.2.1, clause 8.2.9.3.1"

      Config Id Config_MEC_1

@@ -282,7 +282,7 @@ Package MEC_MEC011_SRV_SRVSUB {
               from the MEC_APP entity
            }
            then {
               // MEC 011 2.2.1, clause 7.2.4.3.1
               // MEC 011 2.2.1, clause 8.2.9.3.1
               the IUT entity sends a HTTP_RESPONSE containing
                  status_code set to "404 Not Found"
               ;
@@ -299,7 +299,7 @@ Package MEC_MEC011_SRV_SRVSUB {
         "Check that the IUT acknowledges the unsubscribe from service availability 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 2.2.1, clause 8.2.9.3.5"

      Config Id Config_MEC_1

@@ -325,7 +325,7 @@ Package MEC_MEC011_SRV_SRVSUB {
               from the MEC_APP entity
            }
            then {
               // MEC 011 2.2.1, clause 7.2.4.3.5
               // MEC 011 2.2.1, clause 8.2.9.3.5
               the IUT entity sends a HTTP_RESPONSE containing
                  status_code set to "204 No Content"
               ;
@@ -343,7 +343,7 @@ Package MEC_MEC011_SRV_SRVSUB {
         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 2.2.1, clause 7.2.4.3.5"
      Reference "ETSI GS MEC 011 2.2.1, clause 8.2.9.3.5"

      Config Id Config_MEC_1

@@ -369,7 +369,7 @@ Package MEC_MEC011_SRV_SRVSUB {
               from the MEC_APP entity
            }
            then {
               // MEC 011 2.2.1, clause 7.2.4.3.5
               // MEC 011 2.2.1, clause 8.2.9.3.5
               the IUT entity sends a HTTP_RESPONSE containing
                  status_code set to "404 Not Found"
               ;