Commit cbf03d39 authored by Michele Carignani's avatar Michele Carignani
Browse files

Merge branch 'nxw' into 'master'

Nxw

See merge request mec/MEC-tests!7
parents c0b71a04 729b0c52
Loading
Loading
Loading
Loading
+102 −102
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@ associated with this file for which ETSI keeps all rights reserved. The present
copyright notice shall be included in all copies of whole or part of this
file and shall not imply any sub-license right.
*/
Package MEC010_2_MEO_MM1_APP_INSTANCE_LCM {
Package MEC010_2_APP_INSTANCE_LCM {
   
   import all from MEC_Common;
   
@@ -20,16 +20,16 @@ Package MEC010_2_MEO_MM1_APP_INSTANCE_LCM {
   
   
   Test Purpose {
      TP Id "TP_MEC_MEO_LCM_001_OK"
      TP Id "TP_MEC_MEX_LCM_001_OK"  // It applies for MM1 and MM3 on MEC10-2                
      
      Test objective 
         "Check that MEO creates a new App Package when requested"
         "Check that MEC API provider creates a new App Package when requested"
      
      Reference "ETSI GS MEC 010-2 2.0.9, clause 7.5.1.3.1",
              "ETSI GS MEC 010-2 2.0.9, Table 6.2.2.3.2-1",      //CreateAppInstanceRequest
              "ETSI GS MEC 010-2 2.0.9, Table 6.2.2.4.2-1"      //AppInstanceInfo
      Reference "ETSI GS MEC 010-2 2.0.10, clause 7.5.1.3.1",
              "ETSI GS MEC 010-2 2.0.10, Table 6.2.2.3.2-1",      //CreateAppInstanceRequest
              "ETSI GS MEC 010-2 2.0.10, Table 6.2.2.4.2-1"      //AppInstanceInfo
      
      Config Id Config_MEC_2
      Config Id Config_MEC_6
      
      PICS Selection PIC_APP_LCM_MANAGEMENT

@@ -47,7 +47,7 @@ Package MEC010_2_MEO_MM1_APP_INSTANCE_LCM {
                     appDId set to APP_D_ID
                  ;
               ;
            ; from the MEC_OSS entity
            ; from the MEC_CONSUMER entity
         }
         then {
            the IUT entity sends a HTTP_RESPONSE containing
@@ -65,22 +65,22 @@ Package MEC010_2_MEO_MM1_APP_INSTANCE_LCM {
                     attribute _links
                  ;
               ;
            ; to the MEC_OSS entity
            ; to the MEC_CONSUMER entity
         }
      }       
   }
   

   Test Purpose {
      TP Id "TP_MEC_MEO_LCM_002_OK"
      TP Id "TP_MEC_MEX_LCM_002_OK"
      
      Test objective 
         "Check that MEO retrieves the list of App instances when requested"
         "Check that MEC API provider retrieves the list of App instances when requested"
      
      Reference "ETSI GS MEC 010-2 2.0.9, clause 7.5.1.3.2",
              "ETSI GS MEC 010-2 2.0.9, Table 6.2.2.4.2-1"      //AppInstanceInfo
      Reference "ETSI GS MEC 010-2 2.0.10, clause 7.5.1.3.2",
              "ETSI GS MEC 010-2 2.0.10, Table 6.2.2.4.2-1"      //AppInstanceInfo
      
      Config Id Config_MEC_2
      Config Id Config_MEC_6
      
      PICS Selection PIC_APP_LCM_MANAGEMENT

@@ -94,7 +94,7 @@ Package MEC010_2_MEO_MM1_APP_INSTANCE_LCM {
         when {
            the IUT entity receives a vGET containing 
               uri indicating value "/alcmi/v1/app_instances"
            ; from the MEC_OSS entity
            ; from the MEC_CONSUMER entity
         }
         then {
            the IUT entity sends a HTTP_RESPONSE containing
@@ -114,21 +114,21 @@ Package MEC010_2_MEO_MM1_APP_INSTANCE_LCM {
                     ;
                  ;
               ;
            ; to the MEC_OSS entity
            ; to the MEC_CONSUMER entity
         }
      }       
   }
   
   Test Purpose {
      TP Id "TP_MEC_MEO_LCM_003_OK"
      TP Id "TP_MEC_MEX_LCM_003_OK"
      
      Test objective 
         "Check that MEO retrieves an App Package when requested"
         "Check that MEC API provider retrieves an App Package when requested"
      
      Reference "ETSI GS MEC 010-2 2.0.9, clause 7.5.2.3.2",
              "ETSI GS MEC 010-2 2.0.9, Table 6.2.2.4.2-1"      //AppInstanceInfo
      Reference "ETSI GS MEC 010-2 2.0.10, clause 7.5.2.3.2",
              "ETSI GS MEC 010-2 2.0.10, Table 6.2.2.4.2-1"      //AppInstanceInfo
      
      Config Id Config_MEC_2
      Config Id Config_MEC_6
      
      PICS Selection PIC_APP_LCM_MANAGEMENT

@@ -142,7 +142,7 @@ Package MEC010_2_MEO_MM1_APP_INSTANCE_LCM {
         when {
            the IUT entity receives a vGET containing 
               uri indicating value "/alcmi/v1/app_instances/{APP_INSTANCE_ID}"
            ; from the MEC_OSS entity
            ; from the MEC_CONSUMER entity
         }
         then {
            the IUT entity sends a HTTP_RESPONSE containing
@@ -160,7 +160,7 @@ Package MEC010_2_MEO_MM1_APP_INSTANCE_LCM {
                     attribute _links
                  ;
               ;
            ; to the MEC_OSS entity
            ; to the MEC_CONSUMER entity
         }
      }       
   }  
@@ -168,14 +168,14 @@ Package MEC010_2_MEO_MM1_APP_INSTANCE_LCM {


   Test Purpose {
      TP Id "TP_MEC_MEO_LCM_004_OK"
      TP Id "TP_MEC_MEX_LCM_004_OK"
      
      Test objective 
         "Check that MEO service deletes an App Instance when requested"
         "Check that MEC API provider service deletes an App Instance when requested"
      
      Reference "ETSI GS MEC 010-2 2.0.9, clause 7.5.2.3.4"
      Reference "ETSI GS MEC 010-2 2.0.10, clause 7.5.2.3.4"
      
      Config Id Config_MEC_2
      Config Id Config_MEC_6
      
      PICS Selection PIC_APP_LCM_MANAGEMENT

@@ -189,27 +189,27 @@ Package MEC010_2_MEO_MM1_APP_INSTANCE_LCM {
         when {
            the IUT entity receives a vDELETE containing 
               uri indicating value "/alcmi/v1/app_instances/{APP_INSTANCE_ID}"
            ; from the MEC_OSS entity
            ; from the MEC_CONSUMER entity
         }
         then {
            the IUT entity sends a HTTP_RESPONSE containing
               status set to "204 No Content"
            ; to the MEC_OSS entity
            ; to the MEC_CONSUMER entity
         }
      }       
   }  


   Test Purpose {
      TP Id "TP_MEC_MEO_LCM_005_OK"
      TP Id "TP_MEC_MEX_LCM_005_OK"
      
      Test objective 
         "Check that MEO service instantiates an App Instance when requested"
         "Check that MEC API provider service instantiates an App Instance when requested"
      
      Reference "ETSI GS MEC 010-2 2.0.9, clause 7.5.6.3.1",
                    "ETSI GS MEC 010-2 2.0.9, table 6.2.2.7.2-1" // InstantiateAppRequest
      Reference "ETSI GS MEC 010-2 2.0.10, clause 7.5.6.3.1",
                    "ETSI GS MEC 010-2 2.0.10, table 6.2.2.7.2-1" // InstantiateAppRequest
      
      Config Id Config_MEC_2
      Config Id Config_MEC_6
      
      PICS Selection PIC_APP_LCM_MANAGEMENT

@@ -231,7 +231,7 @@ Package MEC010_2_MEO_MM1_APP_INSTANCE_LCM {
                     selectedMECHostInfo set to SELECTED_MEC_HOST_INFO
                  ;
               ;
            ; from the MEC_OSS entity
            ; from the MEC_CONSUMER entity
         }
         then {
            the IUT entity sends a HTTP_RESPONSE containing
@@ -239,22 +239,22 @@ Package MEC010_2_MEO_MM1_APP_INSTANCE_LCM {
               headers containing
                  Location set to any_value
               ;
            ; to the MEC_OSS entity
            ; to the MEC_CONSUMER entity
         }
      }       
   }  


   Test Purpose {
      TP Id "TP_MEC_MEO_LCM_006_OK"
      TP Id "TP_MEC_MEX_LCM_006_OK"
      
      Test objective 
         "Check that MEO service terminates an App Instance when requested"
         "Check that MEC API provider service terminates an App Instance when requested"
      
      Reference "ETSI GS MEC 010-2 2.0.9, clause 7.5.7.3.1",
                    "ETSI GS MEC 010-2 2.0.9, table 6.2.2.9.2-1" // TerminateAppRequest
      Reference "ETSI GS MEC 010-2 2.0.10, clause 7.5.7.3.1",
                    "ETSI GS MEC 010-2 2.0.10, table 6.2.2.9.2-1" // TerminateAppRequest
      
      Config Id Config_MEC_2
      Config Id Config_MEC_6
      
      PICS Selection PIC_APP_LCM_MANAGEMENT

@@ -275,7 +275,7 @@ Package MEC010_2_MEO_MM1_APP_INSTANCE_LCM {
                     terminationType set to TERMINATION_TYPE
                  ;
               ;
            ; from the MEC_OSS entity
            ; from the MEC_CONSUMER entity
         }
         then {
            the IUT entity sends a HTTP_RESPONSE containing
@@ -283,7 +283,7 @@ Package MEC010_2_MEO_MM1_APP_INSTANCE_LCM {
               headers containing
                  Location set to any_value
               ;
            ; to the MEC_OSS entity
            ; to the MEC_CONSUMER entity
         }
      }       
   }  
@@ -291,18 +291,18 @@ Package MEC010_2_MEO_MM1_APP_INSTANCE_LCM {
   
   
   Test Purpose {
      TP Id "TP_MEC_MEO_LCM_007_OK"
      TP Id "TP_MEC_MEX_LCM_007_OK"
      
      Test objective 
         "Check that MEO service changes the status of an App Instance from its INITIAL_STATE to a given FINAL_STATE, when requested.
         "Check that MEC API provider service changes the status of an App Instance from its INITIAL_STATE to a given FINAL_STATE, when requested.
         The following combinations INITIAL_STATE - FINAL_STATE are supported: 
         - STARTED/STOP
         - STOPPED/START"
      
      Reference "ETSI GS MEC 010-2 2.0.9, clause 7.5.8.3.1",
                    "ETSI GS MEC 010-2 2.0.9, table 6.2.2.8.2-1" // OperateAppRequest
      Reference "ETSI GS MEC 010-2 2.0.10, clause 7.5.8.3.1",
                    "ETSI GS MEC 010-2 2.0.10, table 6.2.2.8.2-1" // OperateAppRequest
      
      Config Id Config_MEC_2
      Config Id Config_MEC_6
      
      PICS Selection PIC_APP_LCM_MANAGEMENT

@@ -324,7 +324,7 @@ Package MEC010_2_MEO_MM1_APP_INSTANCE_LCM {
                     changeStateTo set to FINAL_STATE
                  ;
               ;
            ; from the MEC_OSS entity
            ; from the MEC_CONSUMER entity
         }
         then {
            the IUT entity sends a HTTP_RESPONSE containing
@@ -332,7 +332,7 @@ Package MEC010_2_MEO_MM1_APP_INSTANCE_LCM {
               headers containing
                  Location set to any_value
               ;
            ; to the MEC_OSS entity
            ; to the MEC_CONSUMER entity
         }
      }       
   }   
@@ -340,15 +340,15 @@ Package MEC010_2_MEO_MM1_APP_INSTANCE_LCM {


   Test Purpose {
      TP Id "TP_MEC_MEO_LCM_008_OK"
      TP Id "TP_MEC_MEX_LCM_008_OK"
      
      Test objective 
         "Check that MEO service retrieves info about LCM Operation Occurrency on App Instances when requested"
         "Check that MEC API provider service retrieves info about LCM Operation Occurrency on App Instances when requested"
      
      Reference "ETSI GS MEC 010-2 2.0.9, clause 7.5.9.1.3.2",
                    "ETSI GS MEC 010-2 2.0.9, table 6.2.2.14.2-1" // AppLcmOpOcc 
      Reference "ETSI GS MEC 010-2 2.0.10, clause 7.5.9.1.3.2",
                    "ETSI GS MEC 010-2 2.0.10, table 6.2.2.14.2-1" // AppLcmOpOcc 
      
      Config Id Config_MEC_2
      Config Id Config_MEC_6
      
      PICS Selection PIC_APP_LCM_MANAGEMENT

@@ -363,7 +363,7 @@ Package MEC010_2_MEO_MM1_APP_INSTANCE_LCM {
         when {
            the IUT entity receives a vGET containing 
               uri indicating value "/alcmi/v1/app_lcm_op_occs"
            ; from the MEC_OSS entity
            ; from the MEC_CONSUMER entity
         }
         then {
            the IUT entity sends a HTTP_RESPONSE containing
@@ -383,22 +383,22 @@ Package MEC010_2_MEO_MM1_APP_INSTANCE_LCM {
                     ;
                  ;
               ;
            ; to the MEC_OSS entity
            ; to the MEC_CONSUMER entity
         }
      }       
   }   


   Test Purpose {
      TP Id "TP_MEC_MEO_LCM_009_OK"
      TP Id "TP_MEC_MEX_LCM_009_OK"
      
      Test objective 
         "Check that MEO service retrieves info about LCM Operation Occurrency on an App Instance when requested"
         "Check that MEC API provider service retrieves info about LCM Operation Occurrency on an App Instance when requested"
      
      Reference "ETSI GS MEC 010-2 2.0.9, clause 7.5.10.1.3.2",
                    "ETSI GS MEC 010-2 2.0.9, table 6.2.2.14.2-1" // AppLcmOpOcc 
      Reference "ETSI GS MEC 010-2 2.0.10, clause 7.5.10.1.3.2",
                    "ETSI GS MEC 010-2 2.0.10, table 6.2.2.14.2-1" // AppLcmOpOcc 
      
      Config Id Config_MEC_2
      Config Id Config_MEC_6
      
      PICS Selection PIC_APP_LCM_MANAGEMENT

@@ -413,7 +413,7 @@ Package MEC010_2_MEO_MM1_APP_INSTANCE_LCM {
         when {
            the IUT entity receives a vGET containing 
               uri indicating value "/alcmi/v1/app_lcm_op_occs/{APP_LCM_OP_OCC_ID}"
            ; from the MEC_OSS entity
            ; from the MEC_CONSUMER entity
         }
         then {
            the IUT entity sends a HTTP_RESPONSE containing
@@ -433,24 +433,24 @@ Package MEC010_2_MEO_MM1_APP_INSTANCE_LCM {
                     ;
                  ;
               ;
            ; to the MEC_OSS entity
            ; to the MEC_CONSUMER entity
         }
      }       
   }  


   Test Purpose {
      TP Id "TP_MEC_MEO_LCM_010_OK"
      TP Id "TP_MEC_MEX_LCM_010_OK"
      
      Test objective 
         "Check that MEO service creates a LCM Subscription when requested, where the subscription request can 
         "Check that MEC API provider service creates a LCM Subscription when requested, where the subscription request can 
          have SUBSCRIPTION_TYPE AppInstanceStateChangeSubscription or AppLcmOpOccStateChangeSubscription"
      
      Reference "ETSI GS MEC 010-2 2.0.9, clause 7.5.3.3.1",
             "ETSI GS MEC 010-2 2.0.9, table 6.2.2.13.2-1",   // AppInstSubscriptionRequest
             "ETSI GS MEC 010-2 2.0.9, table 6.2.2.10.2-1"   // AppInstSubscriptionInfo
      Reference "ETSI GS MEC 010-2 2.0.10, clause 7.5.3.3.1",
             "ETSI GS MEC 010-2 2.0.10, table 6.2.2.13.2-1",   // AppInstSubscriptionRequest
             "ETSI GS MEC 010-2 2.0.10, table 6.2.2.10.2-1"   // AppInstSubscriptionInfo
                
      Config Id Config_MEC_2
      Config Id Config_MEC_6
      PICS Selection PIC_APP_LCM_MANAGEMENT 

      Initial conditions  with {
@@ -469,7 +469,7 @@ Package MEC010_2_MEO_MM1_APP_INSTANCE_LCM {
                  ;
               ;
            ;
            from the MEC_OSS entity
            from the MEC_CONSUMER entity
         }
         then {
            the IUT entity sends a HTTP_RESPONSE containing
@@ -483,7 +483,7 @@ Package MEC010_2_MEO_MM1_APP_INSTANCE_LCM {
                  ;
               ;
            ;         
            to the MEC_OSS entity
            to the MEC_CONSUMER entity
         }
      }
   }
@@ -492,18 +492,18 @@ Package MEC010_2_MEO_MM1_APP_INSTANCE_LCM {
     
      
   Test Purpose {
      TP Id "TP_MEC_MEO_LCM_011_OK"
      TP Id "TP_MEC_MEX_LCM_011_OK"
      
      Test objective 
         "Check that MEO service sends the list of LCM Subscriptions when requested"
         "Check that MEC API provider service sends the list of LCM Subscriptions when requested"
      
      Reference "ETSI GS MEC 010-2 2.0.9, clause 7.5.3.3.2",
             "ETSI GS MEC 010-2 2.0.9, table 6.2.2.13.2-1",   // AppInstSubscriptionRequest
             "ETSI GS MEC 010-2 2.0.9, table 6.2.2.15.2-1",   // AppLcmOpOccSubscriptionRequest
             "ETSI GS MEC 010-2 2.0.9, table 6.2.2.10.2-1",   // AppInstSubscriptionInfo
             "ETSI GS MEC 010-2 2.0.9, table 6.2.2.16.2-1"    // AppLcmOpOccSubscriptionInfo
      Reference "ETSI GS MEC 010-2 2.0.10, clause 7.5.3.3.2",
             "ETSI GS MEC 010-2 2.0.10, table 6.2.2.13.2-1",   // AppInstSubscriptionRequest
             "ETSI GS MEC 010-2 2.0.10, table 6.2.2.15.2-1",   // AppLcmOpOccSubscriptionRequest
             "ETSI GS MEC 010-2 2.0.10, table 6.2.2.10.2-1",   // AppInstSubscriptionInfo
             "ETSI GS MEC 010-2 2.0.10, table 6.2.2.16.2-1"    // AppLcmOpOccSubscriptionInfo
                
      Config Id Config_MEC_2
      Config Id Config_MEC_6
      PICS Selection PIC_APP_LCM_MANAGEMENT

      Initial conditions  with {
@@ -520,7 +520,7 @@ Package MEC010_2_MEO_MM1_APP_INSTANCE_LCM {
            the IUT entity receives a vGET containing 
               uri indicating value "/alcmi/v1/subscriptions"
            ;
            from the MEC_OSS entity
            from the MEC_CONSUMER entity
         }
         then {
            the IUT entity sends a HTTP_RESPONSE containing
@@ -534,23 +534,23 @@ Package MEC010_2_MEO_MM1_APP_INSTANCE_LCM {
                  ;
               ;
            ;         
            to the MEC_OSS entity
            to the MEC_CONSUMER entity
         }
      }
   }
   
   
   Test Purpose {
      TP Id "TP_MEC_MEO_LCM_012_OK"
      TP Id "TP_MEC_MEX_LCM_012_OK"
      
      Test objective 
         "Check that MEO service sends the information about an existing LCM subscription when requested"
         "Check that MEC API provider service sends the information about an existing LCM subscription when requested"
      
      Reference "ETSI GS MEC 010-2 2.0.9, clause 7.5.4.3.2",
             "ETSI GS MEC 010-2 2.0.9, table 6.2.2.10.2-1",   // AppInstSubscriptionInfo
             "ETSI GS MEC 010-2 2.0.9, table 6.2.2.16.2-1"    // AppLcmOpOccSubscriptionInfo
      Reference "ETSI GS MEC 010-2 2.0.10, clause 7.5.4.3.2",
             "ETSI GS MEC 010-2 2.0.10, table 6.2.2.10.2-1",   // AppInstSubscriptionInfo
             "ETSI GS MEC 010-2 2.0.10, table 6.2.2.16.2-1"    // AppLcmOpOccSubscriptionInfo
                
      Config Id Config_MEC_2
      Config Id Config_MEC_6
      PICS Selection PIC_APP_LCM_MANAGEMENT 

      Initial conditions  with {
@@ -567,7 +567,7 @@ Package MEC010_2_MEO_MM1_APP_INSTANCE_LCM {
            the IUT entity receives a vGET containing 
               uri indicating value "/alcmi/v1/subscriptions/{SUBSCRIPTION_ID}"
            ;
            from the MEC_OSS entity
            from the MEC_CONSUMER entity
         }
         then {
            the IUT entity sends a HTTP_RESPONSE containing
@@ -581,7 +581,7 @@ Package MEC010_2_MEO_MM1_APP_INSTANCE_LCM {
                  ;
	           ;
            ;         
            to the MEC_OSS entity
            to the MEC_CONSUMER entity
         }
      }
   }
@@ -591,14 +591,14 @@ Package MEC010_2_MEO_MM1_APP_INSTANCE_LCM {
      
   
   Test Purpose {
      TP Id "TP_MEC_MEO_LCM_013_OK"
      TP Id "TP_MEC_MEX_LCM_013_OK"
      
      Test objective 
         "Check that MEO service delete an existing LCM Subscription when requested"
         "Check that MEC API provider service delete an existing LCM Subscription when requested"
      
      Reference "ETSI GS MEC 010-2 2.0.9, clause 7.3.4.3.4"
      Reference "ETSI GS MEC 010-2 2.0.10, clause 7.3.4.3.4"
                
      Config Id Config_MEC_2
      Config Id Config_MEC_6
      PICS Selection PIC_APP_LCM_MANAGEMENT  

      Initial conditions  with {
@@ -613,13 +613,13 @@ Package MEC010_2_MEO_MM1_APP_INSTANCE_LCM {
            the IUT entity receives a vDELETE containing 
               uri indicating value "/alcmi/v1/subscriptions/{SUBSCRIPTION_ID}"
            ;
            from the MEC_OSS entity
            from the MEC_CONSUMER entity
         }
         then {
            the IUT entity sends a HTTP_RESPONSE containing
               status set to "204 No Content"
            ;         
            to the MEC_OSS entity
            to the MEC_CONSUMER entity
         }
      }
   }
@@ -628,14 +628,14 @@ Package MEC010_2_MEO_MM1_APP_INSTANCE_LCM {

   Test Purpose {

      TP Id "TP_MEC_MEO_INSM_WORKFLOW"
      TP Id "TP_MEC_MEX_INSM_WORKFLOW"
      
      Test objective 
         "Check that MEO instantiates a new application when requested"
         "Check that MEC API provider instantiates a new application when requested"
      
      Reference "ETSI GS MEC 010-2 2.0.9, clause 7.5.1.3.1"
      Reference "ETSI GS MEC 010-2 2.0.10, clause 7.5.1.3.1"

      Config Id Config_MEC_2
      Config Id Config_MEC_6
      PICS Selection PIC_APP_LCM_MANAGEMENT

      Initial conditions  with {
@@ -652,7 +652,7 @@ Package MEC010_2_MEO_MM1_APP_INSTANCE_LCM {
                     appDId set to APPD_ID
                  ;
               ;
            ; from the MEC_OSS entity
            ; from the MEC_CONSUMER entity
         }
         then {
            the IUT entity sends a vPOST containing
@@ -682,7 +682,7 @@ Package MEC010_2_MEO_MM1_APP_INSTANCE_LCM {
	                    
	                 ;
	              ;
	           ; to the MEC_OSS entity
	           ; to the MEC_CONSUMER entity
         } 
      }       
   }
+7 −7
Original line number Diff line number Diff line
@@ -12,22 +12,22 @@ associated with this file for which ETSI keeps all rights reserved. The present
copyright notice shall be included in all copies of whole or part of this
file and shall not imply any sub-license right.
*/
Package MEC010_2_MEO_MM1_LCM_NOTIF {
Package MEC010_2_LCM_NOTIF {
   
   import all from MEC_Common;

   Test Purpose {
      TP Id "TP_MEC_MEO_LCM_014_OK"
      TP Id "TP_MEC_MEX_LCM_014_OK"
      
      Test objective 
         "Check that the MEO sends a notification to the subscriber when an application lcm change event occurs"
         "Check that MEC API provider sends a notification to the subscriber when an application lcm change event occurs"
      
      Reference "ETSI GS MEC 010-2 2.0.9, clause 7.5.5.3.1",
              "ETSI GS MEC 010-2 2.0.9, table 6.2.2.18.2-1", // AppLcmOpOccNotification
              "ETSI GS MEC 010-2 2.0.9, table 6.2.2.12.2-1"  // AppInstNotification 
      Reference "ETSI GS MEC 010-2 2.0.10, clause 7.5.5.3.1",
              "ETSI GS MEC 010-2 2.0.10, table 6.2.2.18.2-1", // AppLcmOpOccNotification
              "ETSI GS MEC 010-2 2.0.10, table 6.2.2.12.2-1"  // AppInstNotification 
              

      Config Id Config_MEC_3
      Config Id Config_MEC_6
      PICS Selection PIC_APP_LCM_NOTIFICATIONS 

      Initial conditions  with {
+48 −50

File changed.

Preview size limit exceeded, changes collapsed.

+15 −15
Original line number Diff line number Diff line
@@ -24,9 +24,9 @@ Package MEC010_2_MEO_MM1_PKGM_BV {
      Test objective 
         "Check that MEO creates a new App Package when requested"
      
      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.3.2-1",      //OnboardedAppPkgInfo
              "ETSI GS MEC 010-2 2.0.9, Table 6.2.3.2.2-1"      //AppPkg
      Reference "ETSI GS MEC 010-2 2.0.10, clause 7.3.1.3.1",
              "ETSI GS MEC 010-2 2.0.10, Table 6.2.3.3.2-1",      //OnboardedAppPkgInfo
              "ETSI GS MEC 010-2 2.0.10, Table 6.2.3.2.2-1"      //AppPkg

      Config Id Config_MEC_2
      PICS Selection PIC_APP_PACKAGE_MANAGEMENT
@@ -80,8 +80,8 @@ Package MEC010_2_MEO_MM1_PKGM_BV {
      Test objective 
         "Check that MEO returns the list of App Packages when requested"
      
      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
      Reference "ETSI GS MEC 010-2 2.0.10, clause 7.3.1.3.2",
              "ETSI GS MEC 010-2 2.0.10, Table 6.2.3.3.2-1"      //OnboardedAppPkgInfo

      Config Id Config_MEC_2
      PICS Selection PIC_APP_PACKAGE_MANAGEMENT 
@@ -131,8 +131,8 @@ Package MEC010_2_MEO_MM1_PKGM_BV {
      Test objective 
         "Check that MEO returns the an App Package when requested"
      
      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
      Reference "ETSI GS MEC 010-2 2.0.10, clause 7.3.2.3.2",
              "ETSI GS MEC 010-2 2.0.10, Table 6.2.3.3.2-1"      //OnboardedAppPkgInfo
                
      Config Id Config_MEC_2
      PICS Selection PIC_APP_PACKAGE_MANAGEMENT 
@@ -178,7 +178,7 @@ Package MEC010_2_MEO_MM1_PKGM_BV {
      Test objective 
         "Check that MEO deletes an App Package when requested"
      
      Reference "ETSI GS MEC 010-2 2.0.9, clause 7.3.2.3.4"
      Reference "ETSI GS MEC 010-2 2.0.10, clause 7.3.2.3.4"
              
      Config Id Config_MEC_2
      PICS Selection PIC_APP_PACKAGE_MANAGEMENT 
@@ -214,7 +214,7 @@ Package MEC010_2_MEO_MM1_PKGM_BV {
                  - DELETION_PENDING, ABORT
              "
	      
	      Reference "ETSI GS MEC 010-2 2.0.9, clause 7.3.2.3.3"
	      Reference "ETSI GS MEC 010-2 2.0.10, clause 7.3.2.3.3"
	                
	      Config Id Config_MEC_2
	      PICS Selection PIC_APP_PACKAGE_MANAGEMENT 
@@ -247,7 +247,7 @@ Package MEC010_2_MEO_MM1_PKGM_BV {
      Test objective 
         "Check that MEO returns the Application Descriptor contained on a on-boarded Application Package when requested"
      
      Reference "ETSI GS MEC 010-2 2.0.9, clause 7.3.6.3.2"
      Reference "ETSI GS MEC 010-2 2.0.10, clause 7.3.6.3.2"
                
      Config Id Config_MEC_2
      PICS Selection PIC_APP_PACKAGE_MANAGEMENT 
@@ -284,7 +284,7 @@ Package MEC010_2_MEO_MM1_PKGM_BV {
      Test objective 
         "Check that MEO service sends a Application Package Subscription when requested"
      
      Reference "ETSI GS MEC 010-2 2.0.9, clause 7.3.3.3.1"
      Reference "ETSI GS MEC 010-2 2.0.10, clause 7.3.3.3.1"
                
      Config Id Config_MEC_2
      PICS Selection PIC_APP_PACKAGE_MANAGEMENT 
@@ -330,7 +330,7 @@ Package MEC010_2_MEO_MM1_PKGM_BV {
      Test objective 
         "Check that MEO service returns the list of Application Package Subscriptions when requested"
      
      Reference "ETSI GS MEC 010-2 2.0.9, clause 7.3.3.3.2"
      Reference "ETSI GS MEC 010-2 2.0.10, clause 7.3.3.3.2"
                
      Config Id Config_MEC_2
      PICS Selection PIC_APP_PACKAGE_MANAGEMENT 
@@ -377,7 +377,7 @@ Package MEC010_2_MEO_MM1_PKGM_BV {
      Test objective 
         "Check that MEO service returns an Application Package Subscription when requested"
      
      Reference "ETSI GS MEC 010-2 2.0.9, clause 7.3.4.3.2"
      Reference "ETSI GS MEC 010-2 2.0.10, clause 7.3.4.3.2"
                
      Config Id Config_MEC_2
      PICS Selection PIC_APP_PACKAGE_MANAGEMENT 
@@ -421,7 +421,7 @@ Package MEC010_2_MEO_MM1_PKGM_BV {
      Test objective 
         "Check that MEO service deletes an Application Package Subscription when requested"
      
      Reference "ETSI GS MEC 010-2 2.0.9, clause 7.3.4.3.4"
      Reference "ETSI GS MEC 010-2 2.0.10, clause 7.3.4.3.4"
                
      Config Id Config_MEC_2
      PICS Selection PIC_APP_PACKAGE_MANAGEMENT 
@@ -456,7 +456,7 @@ Package MEC010_2_MEO_MM1_PKGM_BV {
         "Check that the MEO service sends a application package notification 
          if the MEO service has an associated subscription and the event is generated"
      
      Reference "ETSI GS MEC 010-2 2.0.9, clause 7.3.5.1"
      Reference "ETSI GS MEC 010-2 2.0.10, clause 7.3.5.1"
      
      Config Id Config_MEC_1
      PICS Selection PIC_APP_PACKAGE_NOTIFICATIONS
Loading