Commit 61046c48 authored by YannGarcia's avatar YannGarcia
Browse files

MEC011: Bug fixed in version API; Restore _PF TPs; Remove links to OpenAPI files

parent 060c8fad
Loading
Loading
Loading
Loading
+23 −38
Original line number Diff line number Diff line
@@ -20,8 +20,7 @@ Package MEC_MEC011_SRV_APPSAQ {
      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",
         "https://forge.etsi.org/rep/mec/gs011-app-enablement-api/blob/master/MecServiceMgmtApi.yaml#L722#/definitions/ServiceInfo" //Outdated
         "ETSI GS MEC 011 3.2.1, clause 8.2.6.3.1"

      Config Id Config_MEC_1

@@ -38,7 +37,7 @@ Package MEC_MEC011_SRV_APPSAQ {
         ensure that {
            when {
               the IUT entity receives a vGET containing
                  uri indicating value "/mec_service_mgmt/v2/applications/{APP_INSTANCE_ID}/services";
                  uri indicating value "/mec_service_mgmt/v1/applications/{APP_INSTANCE_ID}/services";
               from the MEC_APP entity
            }
            then {
@@ -62,8 +61,7 @@ Package MEC_MEC011_SRV_APPSAQ {
      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",
         "https://forge.etsi.org/rep/mec/gs011-app-enablement-api/blob/master/MecServiceMgmtApi.yaml#L722#/definitions/ServiceInfo" //Outdated
         "ETSI GS MEC 011 3.2.1, clause 8.2.6.3.1"

      Config Id Config_MEC_1

@@ -80,7 +78,7 @@ Package MEC_MEC011_SRV_APPSAQ {
         ensure that {
            when {
               the IUT entity receives a vGET containing
                  uri indicating value "/mec_service_mgmt/v2/applications/{APP_INSTANCE_ID}/services"
                  uri indicating value "/mec_service_mgmt/v1/applications/{APP_INSTANCE_ID}/services"
                  query_parameters containing
                     instance_id indicating value any_value;; // Wrong parameter name should trigger an error response.
               from the MEC_APP entity
@@ -104,8 +102,7 @@ Package MEC_MEC011_SRV_APPSAQ {
      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",
         "https://forge.etsi.org/rep/mec/gs011-app-enablement-api/blob/master/MecServiceMgmtApi.yaml#L722#/definitions/ServiceInfo" //Outdated
         "ETSI GS MEC 011 3.2.1, clause 8.2.6.3.4"
      Config Id Config_MEC_1

      PICS Selection PIC_MEC_PLAT and PIC_SERVICES and PIC_NOTIFICATIONS
@@ -123,7 +120,7 @@ Package MEC_MEC011_SRV_APPSAQ {
         ensure that {
            when {
               the IUT entity receives a vPOST containing
                  uri indicating value "/mec_service_mgmt/v2/applications/{APP_INSTANCE_ID}/services",
                  uri indicating value "/mec_service_mgmt/v1/applications/{APP_INSTANCE_ID}/services",
                  body containing
                     ServiceInfo containing
                        serName indicating value SERVICE_NAME;;;
@@ -160,8 +157,7 @@ Package MEC_MEC011_SRV_APPSAQ {
      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",
         "https://forge.etsi.org/rep/mec/gs011-app-enablement-api/blob/master/MecServiceMgmtApi.yaml#L722#/definitions/ServiceInfo" //Outdated
         "ETSI GS MEC 011 3.2.1, clause 8.2.6.3.4"

      Config Id Config_MEC_1

@@ -180,7 +176,7 @@ Package MEC_MEC011_SRV_APPSAQ {
         ensure that {
            when {
               the IUT entity receives a vPOST containing
                  uri indicating value "/mec_service_mgmt/v2/applications/{APP_INSTANCE_ID}/services",
                  uri indicating value "/mec_service_mgmt/v1/applications/{APP_INSTANCE_ID}/services",
                  body containing
                     ServiceInfo containing
                        Name indicating value SERVICE_NAME;;; // Wrong parameter name should trigger an error response.
@@ -205,8 +201,7 @@ Package MEC_MEC011_SRV_APPSAQ {
      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",
         "https://forge.etsi.org/rep/mec/gs011-app-enablement-api/blob/master/MecServiceMgmtApi.yaml#L722#/definitions/ServiceInfo" //Outdated
         "ETSI GS MEC 011 3.2.1, clause 8.2.6.3.4"

      Config Id Config_MEC_1

@@ -225,7 +220,7 @@ Package MEC_MEC011_SRV_APPSAQ {
         ensure that {
            when {
               the IUT entity receives a vPOST containing
                  uri indicating value "/mec_service_mgmt/v2/applications/{NON_EXISTENT_APP_INSTANCE_ID}/services",
                  uri indicating value "/mec_service_mgmt/v1/applications/{NON_EXISTENT_APP_INSTANCE_ID}/services",
                  body containing
                     ServiceInfo containing
                        serName indicating value SERVICE_NAME;;;
@@ -250,9 +245,7 @@ Package MEC_MEC011_SRV_APPSAQ {
      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",
         "https://forge.etsi.org/rep/mec/gs011-app-enablement-api/blob/master/MecServiceMgmtApi.yaml#L722#/definitions/ServiceInfo" //Outdated

         "ETSI GS MEC 011 3.2.1, clause 8.2.7.3.1"
      Config Id Config_MEC_1

      PICS Selection PIC_MEC_PLAT and PIC_SERVICES
@@ -270,7 +263,7 @@ Package MEC_MEC011_SRV_APPSAQ {
         ensure that {
            when {
               the IUT entity receives a vGET containing
                  uri indicating value "/mec_service_mgmt/v2/applications/{APP_INSTANCE_ID}/services/{SERVICE_ID}";
                  uri indicating value "/mec_service_mgmt/v1/applications/{APP_INSTANCE_ID}/services/{SERVICE_ID}";
               from the MEC_APP entity
            }
            then {
@@ -295,8 +288,7 @@ Package MEC_MEC011_SRV_APPSAQ {
      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",
         "https://forge.etsi.org/rep/mec/gs011-app-enablement-api/blob/master/MecServiceMgmtApi.yaml#L722#/definitions/ServiceInfo" //Outdated
         "ETSI GS MEC 011 3.2.1, clause 8.2.7.3.1"

      Config Id Config_MEC_1

@@ -315,7 +307,7 @@ Package MEC_MEC011_SRV_APPSAQ {
         ensure that {
            when {
               the IUT entity receives a vGET containing
                  uri indicating value "/mec_service_mgmt/v2/applications/{APP_INSTANCE_ID}/services/{NON_EXISTENT_SERVICE_ID}";
                  uri indicating value "/mec_service_mgmt/v1/applications/{APP_INSTANCE_ID}/services/{NON_EXISTENT_SERVICE_ID}";
               from the MEC_APP entity
            }
            then {
@@ -337,8 +329,7 @@ Package MEC_MEC011_SRV_APPSAQ {
      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",
         "https://forge.etsi.org/rep/mec/gs011-app-enablement-api/blob/master/MecServiceMgmtApi.yaml#L722#/definitions/ServiceInfo" //Outdated
         "ETSI GS MEC 011 3.2.1, clause 8.2.7.3.2"


      Config Id Config_MEC_1
@@ -358,7 +349,7 @@ Package MEC_MEC011_SRV_APPSAQ {
         ensure that {
            when {
               the IUT entity receives a vPUT containing
                  uri indicating value "/mec_service_mgmt/v2/applications/{APP_INSTANCE_ID}/services/{SERVICE_ID}",
                  uri indicating value "/mec_service_mgmt/v1/applications/{APP_INSTANCE_ID}/services/{SERVICE_ID}",
                  body containing
                     ServiceInfo containing
                        version indicating value NEW_VERSION;;;
@@ -386,8 +377,7 @@ Package MEC_MEC011_SRV_APPSAQ {
      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",
         "https://forge.etsi.org/rep/mec/gs011-app-enablement-api/blob/master/MecServiceMgmtApi.yaml#L722#/definitions/ServiceInfo" //Outdated
         "ETSI GS MEC 011 3.2.1, clause 8.2.7.3.2"

      Config Id Config_MEC_1

@@ -406,7 +396,7 @@ Package MEC_MEC011_SRV_APPSAQ {
         ensure that {
            when {
               the IUT entity receives a vPUT containing
                  uri indicating value "/mec_service_mgmt/v2/applications/{APP_INSTANCE_ID}/services/{SERVICE_ID}",
                  uri indicating value "/mec_service_mgmt/v1/applications/{APP_INSTANCE_ID}/services/{SERVICE_ID}",
                  body containing
                     ServiceInfo containing
                        a_version indicating value NEW_VERSION;;; // Wrong parameter name should trigger an error response.
@@ -431,9 +421,7 @@ Package MEC_MEC011_SRV_APPSAQ {
      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",
         "https://forge.etsi.org/rep/mec/gs011-app-enablement-api/blob/master/MecServiceMgmtApi.yaml#L722#/definitions/ServiceInfo" //Outdated

         "ETSI GS MEC 011 3.2.1, clause 8.2.7.3.2"
      Config Id Config_MEC_1

      PICS Selection PIC_MEC_PLAT and PIC_SERVICES
@@ -451,7 +439,7 @@ Package MEC_MEC011_SRV_APPSAQ {
         ensure that {
            when {
               the IUT entity receives a vPUT containing
                  uri indicating value "/mec_service_mgmt/v2/applications/{APP_INSTANCE_ID}/services/{NON_EXISTENT_SERVICE_ID}",
                  uri indicating value "/mec_service_mgmt/v1/applications/{APP_INSTANCE_ID}/services/{NON_EXISTENT_SERVICE_ID}",
                  body containing
                     ServiceInfo containing
                        version indicating value NEW_VERSION;;;
@@ -466,7 +454,6 @@ Package MEC_MEC011_SRV_APPSAQ {
         }
   }

/* Removed cause the ETag is not mandatory. Cannot be tested
   Test Purpose {
      TP Id "TP_MEC_MEC011_SRV_APPSAQ_004_PF"

@@ -495,7 +482,7 @@ Package MEC_MEC011_SRV_APPSAQ {
         ensure that {
            when {
               the IUT entity receives a vPUT containing
                  uri indicating value "/mec_service_mgmt/v2/applications/{APP_INSTANCE_ID}/services/{SERVICE_ID}",
                  uri indicating value "/mec_service_mgmt/v1/applications/{APP_INSTANCE_ID}/services/{SERVICE_ID}",
                  if_match indicating value INVALID_ETAG,
                  body containing
                     ServiceInfo containing
@@ -515,8 +502,6 @@ Package MEC_MEC011_SRV_APPSAQ {
         }
   }

   */
   
   Test Purpose {
      TP Id "TP_MEC_MEC011_SRV_APPSAQ_005_OK"

@@ -542,7 +527,7 @@ Package MEC_MEC011_SRV_APPSAQ {
         ensure that {
            when {
               the IUT entity receives a vDELETE containing
                  uri indicating value "/mec_service_mgmt/v2/applications/{APP_INSTANCE_ID}/services/{SERVICE_ID}"
                  uri indicating value "/mec_service_mgmt/v1/applications/{APP_INSTANCE_ID}/services/{SERVICE_ID}"
               ;
               from the MEC_APP entity
            }
@@ -581,7 +566,7 @@ Package MEC_MEC011_SRV_APPSAQ {
         ensure that {
            when {
               the IUT entity receives a vDELETE containing
                  uri indicating value "/mec_service_mgmt/v2/applications/{APP_INSTANCE_ID}/services/{NON_EXISTENT_SERVICE_ID}"
                  uri indicating value "/mec_service_mgmt/v1/applications/{APP_INSTANCE_ID}/services/{NON_EXISTENT_SERVICE_ID}"
               ;
               from the MEC_APP entity
            }
+7 −14
Original line number Diff line number Diff line
@@ -19,8 +19,7 @@ Package MEC_MEC011_SRV_APPSUB {

      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",
        "https://forge.etsi.org/rep/mec/gs011-app-enablement-api/blob/master/MecAppSupportApi.yaml#L574#/definitions/MecAppSuptApiSubscriptionLinkList" //Outdated
        "ETSI GS MEC 011 3.2.1, clause 7.2.3.3.1"

      Config Id Config_MEC_1

@@ -100,8 +99,7 @@ Package MEC_MEC011_SRV_APPSUB {

      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",
        "https://forge.etsi.org/rep/mec/gs011-app-enablement-api/blob/master/MecAppSupportApi.yaml#L383#/definitions/AppTerminationNotificationSubscription" //Outdated
        "ETSI GS MEC 011 3.2.1, clause 7.2.3.3.4"

      Config Id Config_MEC_1

@@ -149,8 +147,7 @@ Package MEC_MEC011_SRV_APPSUB {

      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",
        "https://forge.etsi.org/rep/mec/gs011-app-enablement-api/blob/master/MecAppSupportApi.yaml#L383#/definitions/AppTerminationNotificationSubscription" //Outdated
        "ETSI GS MEC 011 3.2.1, clause 7.2.3.3.4"

      Config Id Config_MEC_1

@@ -193,8 +190,7 @@ Package MEC_MEC011_SRV_APPSUB {

      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",
        "https://forge.etsi.org/rep/mec/gs011-app-enablement-api/blob/master/MecAppSupportApi.yaml#L383#/definitions/AppTerminationNotificationSubscription" //Outdated
        "ETSI GS MEC 011 3.2.1, clause 7.2.4.3.1"

      Config Id Config_MEC_1

@@ -237,8 +233,7 @@ Package MEC_MEC011_SRV_APPSUB {

      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",
        "https://forge.etsi.org/rep/mec/gs011-app-enablement-api/blob/master/MecAppSupportApi.yaml#L383#/definitions/AppTerminationNotificationSubscription" //Outdated
        "ETSI GS MEC 011 3.2.1, clause 7.2.4.3.1"

      Config Id Config_MEC_1

@@ -279,8 +274,7 @@ Package MEC_MEC011_SRV_APPSUB {

      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",
        "https://forge.etsi.org/rep/mec/gs011-app-enablement-api/blob/master/MecAppSupportApi.yaml#L383#/definitions/AppTerminationNotificationSubscription" //Outdated
        "ETSI GS MEC 011 3.2.1, clause 7.2.4.3.5"

      Config Id Config_MEC_1

@@ -320,8 +314,7 @@ Package MEC_MEC011_SRV_APPSUB {

      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",
        "https://forge.etsi.org/rep/mec/gs011-app-enablement-api/blob/master/MecAppSupportApi.yaml#L383#/definitions/AppTerminationNotificationSubscription" //Outdated
        "ETSI GS MEC 011 3.2.1, clause 7.2.4.3.5"

      Config Id Config_MEC_1

+4 −8
Original line number Diff line number Diff line
@@ -22,8 +22,7 @@ Package MEC_MEC011_SRV_CONFTASK {
      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",
         "https://forge.etsi.org/rep/mec/gs011-app-enablement-api/blob/master/MecAppSupportApi.yaml#L320#/definitions/AppTerminationConfirmation" //Outdated
         "ETSI GS MEC 011 3.2.1, clause 7.2.11.3.4"

      Config Id Config_MEC_1

@@ -65,8 +64,7 @@ Package MEC_MEC011_SRV_CONFTASK {
      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",
         "https://forge.etsi.org/rep/mec/gs011-app-enablement-api/blob/master/MecAppSupportApi.yaml#L320#/definitions/AppTerminationConfirmation" //Outdated
         "ETSI GS MEC 011 3.2.1, clause 7.2.11.3.4"

      Config Id Config_MEC_1

@@ -107,8 +105,7 @@ Package MEC_MEC011_SRV_CONFTASK {
      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",
         "https://forge.etsi.org/rep/mec/gs011-app-enablement-api/blob/master/MecAppSupportApi.yaml#L320#/definitions/ConfirmReady" //Outdated
         "ETSI GS MEC 011 3.2.1, clause 7.2.12.3.4"

      Config Id Config_MEC_1

@@ -150,8 +147,7 @@ Package MEC_MEC011_SRV_CONFTASK {
      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",
         "https://forge.etsi.org/rep/mec/gs011-app-enablement-api/blob/master/MecAppSupportApi.yaml#L320#/definitions/ConfirmReady" //Outdated
         "ETSI GS MEC 011 3.2.1, clause 7.2.12.3.4"

      Config Id Config_MEC_1

+8 −16
Original line number Diff line number Diff line
@@ -20,8 +20,7 @@ Package MEC_MEC011_SRV_DNS {
      Reference 
         "ETSI GS MEC 011 3.2.1, clause 5.2.8",
         "ETSI GS MEC 011 3.2.1, clause 7.1.2.3",
         "ETSI GS MEC 011 3.2.1, clause 7.2.9.3.1",
         "https://forge.etsi.org/rep/mec/gs011-app-enablement-api/blob/master/MecAppSupportApi.yaml#L507#/definitions/DnsRule" //Outdated
         "ETSI GS MEC 011 3.2.1, clause 7.2.9.3.1"

      Config Id Config_MEC_1

@@ -62,8 +61,7 @@ Package MEC_MEC011_SRV_DNS {
      Reference 
         "ETSI GS MEC 011 3.2.1, clause 5.2.8",
         "ETSI GS MEC 011 3.2.1, clause 7.1.2.3",
         "ETSI GS MEC 011 3.2.1, clause 7.2.9.3.1",
         "https://forge.etsi.org/rep/mec/gs011-app-enablement-api/blob/master/MecAppSupportApi.yaml#L507#/definitions/DnsRule" //Outdated
         "ETSI GS MEC 011 3.2.1, clause 7.2.9.3.1"

      Config Id Config_MEC_1

@@ -102,8 +100,7 @@ Package MEC_MEC011_SRV_DNS {
      Reference 
         "ETSI GS MEC 011 3.2.1, clause 5.2.8",
         "ETSI GS MEC 011 3.2.1, clause 7.1.2.3",
         "ETSI GS MEC 011 3.2.1, clause 7.2.10.3.1",
         "https://forge.etsi.org/rep/mec/gs011-app-enablement-api/blob/master/MecAppSupportApi.yaml#L507#/definitions/DnsRule" //Outdated
         "ETSI GS MEC 011 3.2.1, clause 7.2.10.3.1"

      Config Id Config_MEC_1

@@ -147,8 +144,7 @@ Package MEC_MEC011_SRV_DNS {
      Reference 
         "ETSI GS MEC 011 3.2.1, clause 5.2.8",
         "ETSI GS MEC 011 3.2.1, clause 7.1.2.3",
         "ETSI GS MEC 011 3.2.1, clause 7.2.10.3.1",
         "https://forge.etsi.org/rep/mec/gs011-app-enablement-api/blob/master/MecAppSupportApi.yaml#L507#/definitions/DnsRule" //Outdated
         "ETSI GS MEC 011 3.2.1, clause 7.2.10.3.1"

      Config Id Config_MEC_1

@@ -189,8 +185,7 @@ Package MEC_MEC011_SRV_DNS {
      Reference 
         "ETSI GS MEC 011 3.2.1, clause 5.2.8",
         "ETSI GS MEC 011 3.2.1, clause 7.1.2.3",
         "ETSI GS MEC 011 3.2.1, clause 7.2.10.3.2",
         "https://forge.etsi.org/rep/mec/gs011-app-enablement-api/blob/master/MecAppSupportApi.yaml#L507#/definitions/DnsRule" //Outdated
         "ETSI GS MEC 011 3.2.1, clause 7.2.10.3.2"

      Config Id Config_MEC_1

@@ -239,8 +234,7 @@ Package MEC_MEC011_SRV_DNS {
      Reference 
         "ETSI GS MEC 011 3.2.1, clause 5.2.8",
         "ETSI GS MEC 011 3.2.1, clause 7.1.2.3",
         "ETSI GS MEC 011 3.2.1, clause 7.2.10.3.2",
         "https://forge.etsi.org/rep/mec/gs011-app-enablement-api/blob/master/MecAppSupportApi.yaml#L507#/definitions/DnsRule" //Outdated
         "ETSI GS MEC 011 3.2.1, clause 7.2.10.3.2"

      Config Id Config_MEC_1

@@ -285,8 +279,7 @@ Package MEC_MEC011_SRV_DNS {
      Reference 
         "ETSI GS MEC 011 3.2.1, clause 5.2.8",
         "ETSI GS MEC 011 3.2.1, clause 7.1.2.3",
         "ETSI GS MEC 011 3.2.1, clause 7.2.10.3.2",
         "https://forge.etsi.org/rep/mec/gs011-app-enablement-api/blob/master/MecAppSupportApi.yaml#L507#/definitions/DnsRule" //Outdated
         "ETSI GS MEC 011 3.2.1, clause 7.2.10.3.2"

      Config Id Config_MEC_1

@@ -330,8 +323,7 @@ Package MEC_MEC011_SRV_DNS {
      Reference 
         "ETSI GS MEC 011 3.2.1, clause 5.2.8",
         "ETSI GS MEC 011 3.2.1, clause 7.1.2.3",
         "ETSI GS MEC 011 3.2.1, clause 7.2.10.3.2",
         "https://forge.etsi.org/rep/mec/gs011-app-enablement-api/blob/master/MecAppSupportApi.yaml#L507#/definitions/DnsRule" //Outdated
         "ETSI GS MEC 011 3.2.1, clause 7.2.10.3.2"

      Config Id Config_MEC_1

+6 −12
Original line number Diff line number Diff line
@@ -21,8 +21,7 @@ Package MEC_MEC011_SRV_LIV {
      Reference
         "ETSI GS MEC 011 3.2.1, clause 5.2.12",
         "ETSI GS MEC 011 3.2.1, clause 8.1.2.4",
         "ETSI GS MEC 011 3.2.1, clause 8.2.10.3.1",
         "https://forge.etsi.org/rep/mec/gs011-app-enablement-api/blob/master/MecServiceMgmtApi.yaml#L722#/definitions/MecServiceLiveness" //Outdated
         "ETSI GS MEC 011 3.2.1, clause 8.2.10.3.1"
           
      Config Id Config_MEC_1
      
@@ -67,8 +66,7 @@ Test Purpose {
      Reference
         "ETSI GS MEC 011 3.2.1, clause 5.2.12",
         "ETSI GS MEC 011 3.2.1, clause 8.1.2.4",
         "ETSI GS MEC 011 3.2.1, clause 8.2.10.3.1",
         "https://forge.etsi.org/rep/mec/gs011-app-enablement-api/blob/master/MecServiceMgmtApi.yaml#L722#/definitions/MecServiceLiveness" //Outdated
         "ETSI GS MEC 011 3.2.1, clause 8.2.10.3.1"
      
      Config Id Config_MEC_1
      
@@ -110,8 +108,7 @@ Test Purpose {
      Reference
         "ETSI GS MEC 011 3.2.1, clause 5.2.12",
         "ETSI GS MEC 011 3.2.1, clause 8.1.2.5",
         "ETSI GS MEC 011 3.2.1, clause 8.2.10.3.3",
         "https://forge.etsi.org/rep/mec/gs011-app-enablement-api/blob/master/MecServiceMgmtApi.yaml#L722#/definitions/MecServiceLiveness"
         "ETSI GS MEC 011 3.2.1, clause 8.2.10.3.3"
           
      Config Id Config_MEC_1
      
@@ -159,8 +156,7 @@ Test Purpose {
      Reference
         "ETSI GS MEC 011 3.2.1, clause 5.2.12",
         "ETSI GS MEC 011 3.2.1, clause 8.1.2.5",
         "ETSI GS MEC 011 3.2.1, clause 8.2.10.3.3",
         "https://forge.etsi.org/rep/mec/gs011-app-enablement-api/blob/master/MecServiceMgmtApi.yaml#L722#/definitions/MecServiceLiveness"
         "ETSI GS MEC 011 3.2.1, clause 8.2.10.3.3"
           
      Config Id Config_MEC_1
      
@@ -205,8 +201,7 @@ Test Purpose {
      Reference
         "ETSI GS MEC 011 3.2.1, clause 5.2.12",
         "ETSI GS MEC 011 3.2.1, clause 8.1.2.5",
         "ETSI GS MEC 011 3.2.1, clause 8.2.10.3.3",
         "https://forge.etsi.org/rep/mec/gs011-app-enablement-api/blob/master/MecServiceMgmtApi.yaml#L722#/definitions/MecServiceLiveness"
         "ETSI GS MEC 011 3.2.1, clause 8.2.10.3.3"
           
      Config Id Config_MEC_1
      
@@ -252,8 +247,7 @@ Test Purpose {
      Reference
         "ETSI GS MEC 011 3.2.1, clause 5.2.12",
         "ETSI GS MEC 011 3.2.1, clause 8.1.2.5",
         "ETSI GS MEC 011 3.2.1, clause 8.2.10.3.3",
         "https://forge.etsi.org/rep/mec/gs011-app-enablement-api/blob/master/MecServiceMgmtApi.yaml#L722#/definitions/MecServiceLiveness"
         "ETSI GS MEC 011 3.2.1, clause 8.2.10.3.3"
           
      Config Id Config_MEC_1
      
Loading