Commit a19ab409 authored by Giada Landi's avatar Giada Landi
Browse files

Merge branch 'nxw' of https://forge.etsi.org/gitlab/mec/MEC-tests into nxw

parents e362f750 bb16835b
Loading
Loading
Loading
Loading
+46 −75
Original line number Original line Diff line number Diff line
@@ -27,7 +27,7 @@ Package MEC010_2_MEO_MM1_PKGM_BO_BI {
      Reference "ETSI GS MEC 010-2 2.0.9, clause 7.3.1.3.1",
      Reference "ETSI GS MEC 010-2 2.0.9, clause 7.3.1.3.1",
              "ETSI GS MEC 010-2 2.0.9, Table 6.2.3.2.2-1"      //AppPkg
              "ETSI GS MEC 010-2 2.0.9, Table 6.2.3.2.2-1"      //AppPkg
      Config Id Config_MEC_2
      Config Id Config_MEC_2
      PICS Selection PIC_APP_PACKAGE and PIC_APP_PACKAGE_MANAGEMENT
      PICS Selection PIC_APP_PACKAGE_MANAGEMENT


      Initial conditions  with {
      Initial conditions  with {
         the IUT entity being_in idle_state
         the IUT entity being_in idle_state
@@ -64,7 +64,7 @@ Package MEC010_2_MEO_MM1_PKGM_BO_BI {
              "ETSI GS MEC 010-2 2.0.9, Table 6.2.3.2.2-1"      //AppPkg
              "ETSI GS MEC 010-2 2.0.9, Table 6.2.3.2.2-1"      //AppPkg
              
              
      Config Id Config_MEC_2
      Config Id Config_MEC_2
      PICS Selection PIC_APP_PACKAGE and PIC_APP_PACKAGE_MANAGEMENT
      PICS Selection PIC_APP_PACKAGE_MANAGEMENT


      Initial conditions  with {
      Initial conditions  with {
         the IUT entity being_in idle_state
         the IUT entity being_in idle_state
@@ -73,14 +73,8 @@ Package MEC010_2_MEO_MM1_PKGM_BO_BI {
      Expected behaviour
      Expected behaviour
      ensure that {
      ensure that {
         when {
         when {
            the IUT entity receives a POST containing 
            the IUT entity receives a ntPOST containing 
               uri indicating value "/apmi/v1/app_packages",
               uri indicating value "/apmi/v1/app_packages"
               "not" authorization,               //Token is mandatory
               body containing
                  AppPkg containing
                     appPkgName set to any_value
                  ;
               ;
            ; from the MEC_OSS entity
            ; from the MEC_OSS entity
         }
         }
         then {
         then {
@@ -101,7 +95,7 @@ Package MEC010_2_MEO_MM1_PKGM_BO_BI {
      Reference "ETSI GS MEC 010-2 2.0.9, clause 7.3.1.3.1",
      Reference "ETSI GS MEC 010-2 2.0.9, clause 7.3.1.3.1",
              "ETSI GS MEC 010-2 2.0.9, Table 6.2.3.2.2-1"      //AppPkg
              "ETSI GS MEC 010-2 2.0.9, Table 6.2.3.2.2-1"      //AppPkg
      Config Id Config_MEC_2
      Config Id Config_MEC_2
      PICS Selection PIC_APP_PACKAGE and PIC_APP_PACKAGE_MANAGEMENT
      PICS Selection PIC_APP_PACKAGE_MANAGEMENT


      Initial conditions  with {
      Initial conditions  with {
         the IUT entity being_in idle_state
         the IUT entity being_in idle_state
@@ -110,14 +104,8 @@ Package MEC010_2_MEO_MM1_PKGM_BO_BI {
      Expected behaviour
      Expected behaviour
      ensure that {
      ensure that {
         when {
         when {
            the IUT entity receives a HttpMsg containing
            the IUT entity receives a iPOST containing
               headers set to vHeadersInvalidToken,      //wrong token
               uri indicating value "/apmi/v1/app_packages"
               uri indicating value "/apmi/v1/app_packages",
               body containing
                  AppPkg containing
                     appPkgName set to any_value
                  ;
               ;
            ; from the MEC_OSS entity
            ; from the MEC_OSS entity
         }
         }
         then {
         then {
@@ -138,12 +126,11 @@ Package MEC010_2_MEO_MM1_PKGM_BO_BI {
       Reference "ETSI GS MEC 010-2 2.0.9, clause 7.3.2.3.2",
       Reference "ETSI GS MEC 010-2 2.0.9, clause 7.3.2.3.2",
              "ETSI GS MEC 010-2 2.0.9, Table 6.2.3.3.2-1"      //OnboardedAppPkgInfo
              "ETSI GS MEC 010-2 2.0.9, Table 6.2.3.3.2-1"      //OnboardedAppPkgInfo
      Config Id Config_MEC_2
      Config Id Config_MEC_2
      PICS Selection PIC_APP_PACKAGE and PIC_APP_PACKAGE_MANAGEMENT
      PICS Selection PIC_APP_PACKAGE_MANAGEMENT


      Initial conditions  with {
      Initial conditions  with {
         the IUT entity having a App_Package containing
         the IUT entity "not" having a App_Package containing    //TODO
            appPkgId indicating value ON_BOARDED_APP_PKG_ID,
            appPkgId indicating value WRONG_APP_PKG_ID
            appDId indicating value APPD_ID
         ;
         ;
      }
      }


@@ -162,7 +149,7 @@ Package MEC010_2_MEO_MM1_PKGM_BO_BI {
      }       
      }       
   }
   }
   
   
   
   //TODO check and change TP IDs
   Test Purpose {
   Test Purpose {
      TP Id "TP_MEC_MEO_MM1_PKGM_002a_BO_BI_001"         //Negative case 400 Bad request
      TP Id "TP_MEC_MEO_MM1_PKGM_002a_BO_BI_001"         //Negative case 400 Bad request
      
      
@@ -173,7 +160,7 @@ Package MEC010_2_MEO_MM1_PKGM_BO_BI {
      Reference "ETSI GS MEC 010-2 2.0.9, clause 7.3.1.3.2",
      Reference "ETSI GS MEC 010-2 2.0.9, clause 7.3.1.3.2",
              "ETSI GS MEC 010-2 2.0.9, Table 6.2.3.3.2-1"      //OnboardedAppPkgInfo
              "ETSI GS MEC 010-2 2.0.9, Table 6.2.3.3.2-1"      //OnboardedAppPkgInfo
      Config Id Config_MEC_2
      Config Id Config_MEC_2
      PICS Selection PIC_APP_PACKAGE and PIC_APP_PACKAGE_MANAGEMENT
      PICS Selection PIC_APP_PACKAGE_MANAGEMENT


      Initial conditions  with {
      Initial conditions  with {
         the IUT entity being_in idle_state
         the IUT entity being_in idle_state
@@ -185,7 +172,7 @@ Package MEC010_2_MEO_MM1_PKGM_BO_BI {
            the IUT entity receives a vGET containing 
            the IUT entity receives a vGET containing 
               uri indicating value "/apmi/v1/app_packages",
               uri indicating value "/apmi/v1/app_packages",
               query_parameters containing 
               query_parameters containing 
                  operationalStatus indicating value ENABLED      // the query parameter should be operationalState not operationalStatus
                  operationalStatus indicating value any_value      // the query parameter should be operationalState not operationalStatus
               ;
               ;
            ; from the MEC_OSS entity
            ; from the MEC_OSS entity
         }
         }
@@ -210,7 +197,7 @@ Package MEC010_2_MEO_MM1_PKGM_BO_BI {
              "ETSI GS MEC 010-2 2.0.9, Table 6.2.3.3.2-1"      //OnboardedAppPkgInfo
              "ETSI GS MEC 010-2 2.0.9, Table 6.2.3.3.2-1"      //OnboardedAppPkgInfo
              
              
      Config Id Config_MEC_2
      Config Id Config_MEC_2
      PICS Selection PIC_APP_PACKAGE and PIC_APP_PACKAGE_MANAGEMENT
      PICS Selection PIC_APP_PACKAGE_MANAGEMENT


      Initial conditions  with {
      Initial conditions  with {
         the IUT entity being_in idle_state
         the IUT entity being_in idle_state
@@ -219,9 +206,8 @@ Package MEC010_2_MEO_MM1_PKGM_BO_BI {
      Expected behaviour
      Expected behaviour
      ensure that {
      ensure that {
         when {
         when {
            the IUT entity receives a GET containing 
            the IUT entity receives a ntGET containing 
               uri indicating value "/apmi/v1/app_packages",
               uri indicating value "/apmi/v1/app_packages"
               "not" authorization               //Token is mandatory
            ; from the MEC_OSS entity
            ; from the MEC_OSS entity
         }
         }
         then {
         then {
@@ -243,7 +229,7 @@ Package MEC010_2_MEO_MM1_PKGM_BO_BI {
              "ETSI GS MEC 010-2 2.0.9, Table 6.2.3.3.2-1"      //OnboardedAppPkgInfo
              "ETSI GS MEC 010-2 2.0.9, Table 6.2.3.3.2-1"      //OnboardedAppPkgInfo
              
              
      Config Id Config_MEC_2
      Config Id Config_MEC_2
      PICS Selection PIC_APP_PACKAGE and PIC_APP_PACKAGE_MANAGEMENT
      PICS Selection PIC_APP_PACKAGE_MANAGEMENT


      Initial conditions  with {
      Initial conditions  with {
         the IUT entity being_in idle_state
         the IUT entity being_in idle_state
@@ -252,8 +238,7 @@ Package MEC010_2_MEO_MM1_PKGM_BO_BI {
      Expected behaviour
      Expected behaviour
      ensure that {
      ensure that {
         when {
         when {
            the IUT entity receives a HttpMsg containing      // Not clear what method is received. Should contain in in HttpMsg definition in mec-common.
            the IUT entity receives a iGET containing      
               headers set to vHeadersInvalidToken,      //wrong token
               uri indicating value "/apmi/v1/app_packages"
               uri indicating value "/apmi/v1/app_packages"
            ; from the MEC_OSS entity
            ; from the MEC_OSS entity
         }
         }
@@ -278,26 +263,19 @@ Package MEC010_2_MEO_MM1_PKGM_BO_BI {
              "ETSI GS MEC 010-2 2.0.9, Table 6.2.3.3.2-1"      //OnboardedAppPkgInfo
              "ETSI GS MEC 010-2 2.0.9, Table 6.2.3.3.2-1"      //OnboardedAppPkgInfo
              
              
      Config Id Config_MEC_2
      Config Id Config_MEC_2
      PICS Selection PIC_APP_PACKAGE and PIC_APP_PACKAGE_MANAGEMENT
      PICS Selection PIC_APP_PACKAGE_MANAGEMENT


      Initial conditions  with {
      Initial conditions  with {
         the IUT entity having a App_Package containing
         the IUT entity having a App_Package containing
            appPkgId indicating value ON_BOARDED_APP_PKG_ID,
            appPkgId indicating value ON_BOARDED_APP_PKG_ID
            appDId indicating value APPD_ID
         ;
         ;
      }
      }


      Expected behaviour
      Expected behaviour
      ensure that {
      ensure that {
         when {
         when {
            the IUT entity receives a GET containing 
            the IUT entity receives a ntGET containing 
               uri indicating value "/apmi/v1/app_packages/{appPkgId}",
               uri indicating value "/apmi/v1/app_packages/{ON_BOARDED_APP_PKG_ID}"
               "not" authorization,               //Token is mandatory
               body containing
                  AppPkg containing
                     appPkgName set to any_value
                  ;
               ;
            ; from the MEC_OSS entity
            ; from the MEC_OSS entity
         }
         }
         then {
         then {
@@ -318,26 +296,19 @@ Package MEC010_2_MEO_MM1_PKGM_BO_BI {
      Reference "ETSI GS MEC 010-2 2.0.9, clause 7.3.2.3.2",
      Reference "ETSI GS MEC 010-2 2.0.9, clause 7.3.2.3.2",
              "ETSI GS MEC 010-2 2.0.9, Table 6.2.3.3.2-1"      //OnboardedAppPkgInfo
              "ETSI GS MEC 010-2 2.0.9, Table 6.2.3.3.2-1"      //OnboardedAppPkgInfo
      Config Id Config_MEC_2
      Config Id Config_MEC_2
      PICS Selection PIC_APP_PACKAGE and PIC_APP_PACKAGE_MANAGEMENT
      PICS Selection PIC_APP_PACKAGE_MANAGEMENT


      Initial conditions  with {
      Initial conditions  with {
         the IUT entity having a App_Package containing
         the IUT entity having a App_Package containing
            appPkgId indicating value ON_BOARDED_APP_PKG_ID,
            appPkgId indicating value ON_BOARDED_APP_PKG_ID
            appDId indicating value APPD_ID
         ;
         ;
      }
      }


      Expected behaviour
      Expected behaviour
      ensure that {
      ensure that {
         when {
         when {
            the IUT entity receives a HttpMsg containing
            the IUT entity receives a iGET containing
               headers set to vHeadersInvalidToken,      //wrong token
               uri indicating value "/apmi/v1/app_packages/{ON_BOARDED_APP_PKG_ID}"
               uri indicating value "/apmi/v1/app_packages/{appPkgId}",
               body containing
                  AppPkg containing
                     appPkgName set to any_value
                  ;
               ;
            ; from the MEC_OSS entity
            ; from the MEC_OSS entity
         }
         }
         then {
         then {
@@ -360,7 +331,7 @@ Package MEC010_2_MEO_MM1_PKGM_BO_BI {
              "ETSI GS MEC 010-2 2.0.9, Table 6.2.3.3.2-1"      //OnboardedAppPkgInfo
              "ETSI GS MEC 010-2 2.0.9, Table 6.2.3.3.2-1"      //OnboardedAppPkgInfo
              
              
      Config Id Config_MEC_2
      Config Id Config_MEC_2
      PICS Selection PIC_APP_PACKAGE and PIC_APP_PACKAGE_MANAGEMENT
      PICS Selection PIC_APP_PACKAGE_MANAGEMENT


      Initial conditions  with {
      Initial conditions  with {
         the IUT entity having a App_Package containing
         the IUT entity having a App_Package containing
@@ -400,7 +371,7 @@ Package MEC010_2_MEO_MM1_PKGM_BO_BI {
      Reference "ETSI GS MEC 010-2 2.0.9, clause 7.3.2.3.2",
      Reference "ETSI GS MEC 010-2 2.0.9, clause 7.3.2.3.2",
              "ETSI GS MEC 010-2 2.0.9, Table 6.2.3.3.2-1"      //OnboardedAppPkgInfo
              "ETSI GS MEC 010-2 2.0.9, Table 6.2.3.3.2-1"      //OnboardedAppPkgInfo
      Config Id Config_MEC_2
      Config Id Config_MEC_2
      PICS Selection PIC_APP_PACKAGE and PIC_APP_PACKAGE_MANAGEMENT
      PICS Selection PIC_APP_PACKAGE_MANAGEMENT


      Initial conditions  with {
      Initial conditions  with {
         the IUT entity having a App_Package containing
         the IUT entity having a App_Package containing
@@ -440,7 +411,7 @@ Package MEC010_2_MEO_MM1_PKGM_BO_BI {
       Reference "ETSI GS MEC 010-2 2.0.9, clause 7.3.2.3.4",
       Reference "ETSI GS MEC 010-2 2.0.9, clause 7.3.2.3.4",
              "ETSI GS MEC 010-2 2.0.9, Table 6.2.3.3.2-1"      //OnboardedAppPkgInfo
              "ETSI GS MEC 010-2 2.0.9, Table 6.2.3.3.2-1"      //OnboardedAppPkgInfo
      Config Id Config_MEC_2
      Config Id Config_MEC_2
      PICS Selection PIC_APP_PACKAGE and PIC_APP_PACKAGE_MANAGEMENT
      PICS Selection PIC_APP_PACKAGE_MANAGEMENT


      Initial conditions  with {
      Initial conditions  with {
         the IUT entity having a App_Package containing
         the IUT entity having a App_Package containing
@@ -473,7 +444,7 @@ Package MEC010_2_MEO_MM1_PKGM_BO_BI {
      Reference "ETSI GS MEC 010-2 2.0.9, clause 7.3.2.3.3"
      Reference "ETSI GS MEC 010-2 2.0.9, clause 7.3.2.3.3"
                
                
      Config Id Config_MEC_2
      Config Id Config_MEC_2
      PICS Selection PIC_APP_PACKAGE and PIC_APP_PACKAGE_MANAGEMENT 
      PICS Selection PIC_APP_PACKAGE_MANAGEMENT 


      Initial conditions  with {
      Initial conditions  with {
         the IUT entity having a App_Package containing
         the IUT entity having a App_Package containing
@@ -508,7 +479,7 @@ Package MEC010_2_MEO_MM1_PKGM_BO_BI {
              "ETSI GS MEC 010-2 2.0.9, Table 6.2.3.3.2-1"      //OnboardedAppPkgInfo
              "ETSI GS MEC 010-2 2.0.9, Table 6.2.3.3.2-1"      //OnboardedAppPkgInfo
              
              
      Config Id Config_MEC_2
      Config Id Config_MEC_2
      PICS Selection PIC_APP_PACKAGE and PIC_APP_PACKAGE_MANAGEMENT
      PICS Selection PIC_APP_PACKAGE_MANAGEMENT


      Initial conditions  with {
      Initial conditions  with {
         the IUT entity having a App_Package containing
         the IUT entity having a App_Package containing
@@ -544,7 +515,7 @@ Package MEC010_2_MEO_MM1_PKGM_BO_BI {
      Reference "ETSI GS MEC 010-2 2.0.9, clause 7.3.2.3.3",
      Reference "ETSI GS MEC 010-2 2.0.9, clause 7.3.2.3.3",
              "ETSI GS MEC 010-2 2.0.9, Table 6.2.3.3.2-1"      //OnboardedAppPkgInfo
              "ETSI GS MEC 010-2 2.0.9, Table 6.2.3.3.2-1"      //OnboardedAppPkgInfo
      Config Id Config_MEC_2
      Config Id Config_MEC_2
      PICS Selection PIC_APP_PACKAGE and PIC_APP_PACKAGE_MANAGEMENT
      PICS Selection PIC_APP_PACKAGE_MANAGEMENT


      Initial conditions  with {
      Initial conditions  with {
         the IUT entity having a App_Package containing
         the IUT entity having a App_Package containing
@@ -580,7 +551,7 @@ Package MEC010_2_MEO_MM1_PKGM_BO_BI {
       Reference "ETSI GS MEC 010-2 2.0.9, clause 7.3.2.3.4",
       Reference "ETSI GS MEC 010-2 2.0.9, clause 7.3.2.3.4",
              "ETSI GS MEC 010-2 2.0.9, Table 6.2.3.3.2-1"      //OnboardedAppPkgInfo
              "ETSI GS MEC 010-2 2.0.9, Table 6.2.3.3.2-1"      //OnboardedAppPkgInfo
      Config Id Config_MEC_2
      Config Id Config_MEC_2
      PICS Selection PIC_APP_PACKAGE and PIC_APP_PACKAGE_MANAGEMENT
      PICS Selection PIC_APP_PACKAGE_MANAGEMENT


      Initial conditions  with {
      Initial conditions  with {
         the IUT entity having a App_Package containing
         the IUT entity having a App_Package containing
@@ -614,7 +585,7 @@ Package MEC010_2_MEO_MM1_PKGM_BO_BI {
      Reference "ETSI GS MEC 010-2 2.0.9, clause 7.3.6.3.2"
      Reference "ETSI GS MEC 010-2 2.0.9, clause 7.3.6.3.2"
                
                
      Config Id Config_MEC_2
      Config Id Config_MEC_2
      PICS Selection PIC_APP_PACKAGE and PIC_APP_PACKAGE_MANAGEMENT 
      PICS Selection PIC_APP_PACKAGE_MANAGEMENT 


      Initial conditions  with {
      Initial conditions  with {
         the IUT entity having a App_Package containing
         the IUT entity having a App_Package containing
@@ -649,7 +620,7 @@ Package MEC010_2_MEO_MM1_PKGM_BO_BI {
              "ETSI GS MEC 010-2 2.0.9, Table 6.2.3.3.2-1"      //OnboardedAppPkgInfo
              "ETSI GS MEC 010-2 2.0.9, Table 6.2.3.3.2-1"      //OnboardedAppPkgInfo
              
              
      Config Id Config_MEC_2
      Config Id Config_MEC_2
      PICS Selection PIC_APP_PACKAGE and PIC_APP_PACKAGE_MANAGEMENT
      PICS Selection PIC_APP_PACKAGE_MANAGEMENT


      Initial conditions  with {
      Initial conditions  with {
         the IUT entity having a App_Package containing
         the IUT entity having a App_Package containing
@@ -682,7 +653,7 @@ Package MEC010_2_MEO_MM1_PKGM_BO_BI {
      Reference "ETSI GS MEC 010-2 2.0.9, clause 7.3.3.3.2"
      Reference "ETSI GS MEC 010-2 2.0.9, clause 7.3.3.3.2"
                
                
      Config Id Config_MEC_2
      Config Id Config_MEC_2
      PICS Selection PIC_APP_PACKAGE and PIC_APP_PACKAGE_MANAGEMENT 
      PICS Selection PIC_APP_PACKAGE_MANAGEMENT 


      Initial conditions  with {
      Initial conditions  with {
         the IUT entity being_in idle_state
         the IUT entity being_in idle_state
@@ -715,7 +686,7 @@ Package MEC010_2_MEO_MM1_PKGM_BO_BI {
      Reference "ETSI GS MEC 010-2 2.0.9, clause 7.3.3.3.2"
      Reference "ETSI GS MEC 010-2 2.0.9, clause 7.3.3.3.2"
                
                
      Config Id Config_MEC_2
      Config Id Config_MEC_2
      PICS Selection PIC_APP_PACKAGE and PIC_APP_PACKAGE_MANAGEMENT 
      PICS Selection PIC_APP_PACKAGE_MANAGEMENT 


      Initial conditions  with {
      Initial conditions  with {
         the IUT entity being_in idle_state
         the IUT entity being_in idle_state
@@ -749,7 +720,7 @@ Package MEC010_2_MEO_MM1_PKGM_BO_BI {
      Reference "ETSI GS MEC 010-2 2.0.9, clause 7.3.3.3.1"
      Reference "ETSI GS MEC 010-2 2.0.9, clause 7.3.3.3.1"
                
                
      Config Id Config_MEC_2
      Config Id Config_MEC_2
      PICS Selection PIC_APP_PACKAGE and PIC_APP_PACKAGE_MANAGEMENT 
      PICS Selection PIC_APP_PACKAGE_MANAGEMENT 


      Initial conditions  with {
      Initial conditions  with {
         the IUT entity having a App_Package containing
         the IUT entity having a App_Package containing
@@ -791,7 +762,7 @@ Package MEC010_2_MEO_MM1_PKGM_BO_BI {
      Reference "ETSI GS MEC 010-2 2.0.9, clause 7.3.3.3.1"
      Reference "ETSI GS MEC 010-2 2.0.9, clause 7.3.3.3.1"
                
                
      Config Id Config_MEC_2
      Config Id Config_MEC_2
      PICS Selection PIC_APP_PACKAGE and PIC_APP_PACKAGE_MANAGEMENT 
      PICS Selection PIC_APP_PACKAGE_MANAGEMENT 


      Initial conditions  with {
      Initial conditions  with {
         the IUT entity having a App_Package containing
         the IUT entity having a App_Package containing
@@ -833,7 +804,7 @@ Package MEC010_2_MEO_MM1_PKGM_BO_BI {
      Reference "ETSI GS MEC 010-2 2.0.9, clause 7.3.3.3.1"
      Reference "ETSI GS MEC 010-2 2.0.9, clause 7.3.3.3.1"
                
                
      Config Id Config_MEC_2
      Config Id Config_MEC_2
      PICS Selection PIC_APP_PACKAGE and PIC_APP_PACKAGE_MANAGEMENT 
      PICS Selection PIC_APP_PACKAGE_MANAGEMENT 


      Initial conditions  with {
      Initial conditions  with {
         the IUT entity having a App_Package containing
         the IUT entity having a App_Package containing
@@ -874,7 +845,7 @@ Package MEC010_2_MEO_MM1_PKGM_BO_BI {
      Reference "ETSI GS MEC 010-2 2.0.9, clause 7.3.4.3.2"
      Reference "ETSI GS MEC 010-2 2.0.9, clause 7.3.4.3.2"
                
                
      Config Id Config_MEC_2
      Config Id Config_MEC_2
      PICS Selection PIC_APP_PACKAGE and PIC_APP_PACKAGE_MANAGEMENT 
      PICS Selection PIC_APP_PACKAGE_MANAGEMENT 


      Initial conditions  with {
      Initial conditions  with {
         the IUT entity having a App_Package containing
         the IUT entity having a App_Package containing
@@ -911,7 +882,7 @@ Package MEC010_2_MEO_MM1_PKGM_BO_BI {
      Reference "ETSI GS MEC 010-2 2.0.9, clause 7.3.4.3.2"
      Reference "ETSI GS MEC 010-2 2.0.9, clause 7.3.4.3.2"
                
                
      Config Id Config_MEC_2
      Config Id Config_MEC_2
      PICS Selection PIC_APP_PACKAGE and PIC_APP_PACKAGE_MANAGEMENT 
      PICS Selection PIC_APP_PACKAGE_MANAGEMENT 


      Initial conditions  with {
      Initial conditions  with {
         the IUT entity having a App_Package containing
         the IUT entity having a App_Package containing
@@ -948,7 +919,7 @@ Package MEC010_2_MEO_MM1_PKGM_BO_BI {
      Reference "ETSI GS MEC 010-2 2.0.9, clause 7.3.4.3.2"
      Reference "ETSI GS MEC 010-2 2.0.9, clause 7.3.4.3.2"
                
                
      Config Id Config_MEC_2
      Config Id Config_MEC_2
      PICS Selection PIC_APP_PACKAGE and PIC_APP_PACKAGE_MANAGEMENT 
      PICS Selection PIC_APP_PACKAGE_MANAGEMENT 


      Initial conditions  with {
      Initial conditions  with {
         the IUT entity being_in idle_state
         the IUT entity being_in idle_state
@@ -983,7 +954,7 @@ Package MEC010_2_MEO_MM1_PKGM_BO_BI {
      Reference "ETSI GS MEC 010-2 2.0.9, clause 7.3.4.3.4"
      Reference "ETSI GS MEC 010-2 2.0.9, clause 7.3.4.3.4"
                
                
      Config Id Config_MEC_2
      Config Id Config_MEC_2
      PICS Selection PIC_APP_PACKAGE and PIC_APP_PACKAGE_MANAGEMENT 
      PICS Selection PIC_APP_PACKAGE_MANAGEMENT 


      Initial conditions  with {
      Initial conditions  with {
         the IUT entity having a App_Package containing
         the IUT entity having a App_Package containing
@@ -1020,7 +991,7 @@ Package MEC010_2_MEO_MM1_PKGM_BO_BI {
      Reference "ETSI GS MEC 010-2 2.0.9, clause 7.3.4.3.4"
      Reference "ETSI GS MEC 010-2 2.0.9, clause 7.3.4.3.4"
                
                
      Config Id Config_MEC_2
      Config Id Config_MEC_2
      PICS Selection PIC_APP_PACKAGE and PIC_APP_PACKAGE_MANAGEMENT 
      PICS Selection PIC_APP_PACKAGE_MANAGEMENT 


      Initial conditions  with {
      Initial conditions  with {
         the IUT entity having a App_Package containing
         the IUT entity having a App_Package containing
@@ -1057,7 +1028,7 @@ Package MEC010_2_MEO_MM1_PKGM_BO_BI {
      Reference "ETSI GS MEC 010-2 2.0.9, clause 7.3.4.3.4"
      Reference "ETSI GS MEC 010-2 2.0.9, clause 7.3.4.3.4"
                
                
      Config Id Config_MEC_2
      Config Id Config_MEC_2
      PICS Selection PIC_APP_PACKAGE and PIC_APP_PACKAGE_MANAGEMENT 
      PICS Selection PIC_APP_PACKAGE_MANAGEMENT 


      Initial conditions  with {
      Initial conditions  with {
         the IUT entity being_in idle_state
         the IUT entity being_in idle_state
Loading