Commit 6ce6048e authored by Yann Garcia's avatar Yann Garcia
Browse files

TTF T027: Review MEC 010-2/MEPM/LCM - Rename duplicated Packages

parent a4e24e6d
Loading
Loading
Loading
Loading
+48 −1
Original line number Diff line number Diff line
@@ -691,7 +691,7 @@ Package MEC_MEC010p2_MEO_PKGM {
   }
   
   Test Purpose {
      TP Id "TP_MEC_MEC010p2_MEO_PKGM_007_OK"
      TP Id "TP_MEC_MEC010p2_MEO_PKGM_007_OK_01"
      
      Test objective 
          "Check that MEO service returns the list of Application Package Subscriptions when requested"
@@ -740,6 +740,53 @@ Package MEC_MEC010p2_MEO_PKGM {
      }
   }
   
   Test Purpose {
      TP Id "TP_MEC_MEC010p2_MEO_PKGM_007_OK_02"
      
      Test objective 
          "Check that MEO service returns an empty list of Application Package Subscriptions when requested"
      
      Reference
          "ETSI GS MEC 010-2 3.1.1, clause 7.3.3.3.2",
          "ETSI GS MEC 010-2 3.1.1, clause 6.2.3.5.2"  //AppPkgSubscriptionLinkList
          
      Config Id Config_MEC_2
      PICS Selection PIC_APP_PACKAGE_MANAGEMENT 

      Initial conditions  with {
          the IUT entity not having a Subscription
      }

      Expected behaviour
      ensure that {
          when {
              the IUT entity receives a vGET containing 
                  uri indicating value "/app_pkgm/v1/subscriptions"
              ;
              from the MEC_OSS entity
          }
          then {
              the IUT entity sends a HTTP_RESPONSE containing
                  status set to "200 OK",
                  body containing
                      AppPkgSubscriptionLinkList containing
                          AppPkgSubscriptionInfo containing
                              links containing
                                  self indicating value any_value,
                                  subscriptions containing
                                      href set to "/app_pkgm/v1/subscriptions/{SUBSCRIPTION_ID}",
                                      subscriptionType set to omit
                                  ;
                              ;
                          ;
                      ;
                  ;
              ;
              to the MEC_OSS entity
         }
      }
   }
   
   Test Purpose {
      TP Id "TP_MEC_MEC010p2_MEO_PKGM_008_OK"
      
+1 −1
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@
Copyright (c) ETSI 2018-2023.
Released under BSD 3-clause license. For more information visit https://forge.etsi.org/legal-matters
*/
Package MEC_MEC010p2_APP_INSTANCE_LCM {
Package MEC_MEC010p2_MEPM_APP_INSTANCE_LCM {
   
   import all from MEC_Common;
   
+1 −1
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@
Copyright (c) ETSI 2018-2023.
Released under BSD 3-clause license. For more information visit https://forge.etsi.org/legal-matters
*/
Package MEC_MEC010p2_APP_INSTANCE_LCM_BI {
Package MEC_MEC010p2_MEX_APP_INSTANCE_LCM_BI {
   
   import all from MEC_Common;