Commit 7b5f7047 authored by Yann Garcia's avatar Yann Garcia
Browse files

Remove BO-BI file and Rename files

parent 7804b06b
Loading
Loading
Loading
Loading
+37 −3
Original line number Diff line number Diff line
@@ -6,6 +6,41 @@ Package MEC_MEC010p2_APP_INSTANCE_LCM_BI {
   
   import all from MEC_Common;
   
   Test Purpose {
      TP Id "TP_MEC_MEC010p2_MEPM_LCM_01_OK"
      
      Test objective 
         "Check that MEC API provider has created the configuration information in AppD to the MEPM-V"
      
      Reference
          "ETSI GS MEC 010-2 2.2.1, clause 7.7.6.3.1",
          "ETSI GS MEC 010-2 2.2.1, Table 6.2.2.21.2-1" //ConfigPlatformForAppRequest
          
      Config Id Config_MEC_5
      PICS Selection PIC_APP_PACKAGE_MANAGEMENT 
      
      Expected behaviour
      ensure that {
          when {
              the IUT entity receives a vPOST containing 
                  uri indicating value "/app_lcm/v1/app_instances/{appInstanceId}/configure_platform_for_app",
                  body containing
                  ConfigPlatformForAppRequest containing
                     appServiceRequired set to some_values
                  ;
               ;
              ;
              from the MEO entity
         }
         then {
             the IUT entity sends a HTTP_RESPONSE containing
                 status set to "202 Accepted"
              ;
              to the MEO entity
         }
      }
   }
   
   Test Purpose {
      TP Id "TP_MEC_MEC010p2_MEPM_LCM_01_BR"
      
@@ -85,5 +120,4 @@ Package MEC_MEC010p2_APP_INSTANCE_LCM_BI {
      }
   }
   

}
+0 −46
Original line number Diff line number Diff line
/*
Copyright (c) ETSI 2018-2021.
Released under BSD 3-clause license. For more information visit https://forge.etsi.org/legal-matters
*/
Package MEC_MEC010p2_APP_INSTANCE_LCM_BI {
   
   import all from MEC_Common;
   
   Test Purpose {
      TP Id "TP_MEC_MEC010p2_MEPM_LCM_01_OK"
      
      Test objective 
         "Check that MEC API provider has created the configuration information in AppD to the MEPM-V"
      
      Reference
          "ETSI GS MEC 010-2 2.2.1, clause 7.7.6.3.1",
          "ETSI GS MEC 010-2 2.2.1, Table 6.2.2.21.2-1" //ConfigPlatformForAppRequest
          
      Config Id Config_MEC_5
      PICS Selection PIC_APP_PACKAGE_MANAGEMENT 
      
      Expected behaviour
      ensure that {
          when {
              the IUT entity receives a vPOST containing 
                  uri indicating value "/app_lcm/v1/app_instances/{appInstanceId}/configure_platform_for_app",
                  body containing
                  ConfigPlatformForAppRequest containing
                     appServiceRequired set to some_values
                  ;
               ;
              ;
              from the MEO entity
         }
         then {
             the IUT entity sends a HTTP_RESPONSE containing
                 status set to "202 Accepted"
              ;
              to the MEO entity
         }
      }
   }
   
   

}