Update tags in all testsuites
[osm/tests.git] / robot-systest / testsuite / basic_16-advanced_onboarding_and_scaling.robot
index 78a1aa3..04e9b31 100644 (file)
@@ -24,6 +24,8 @@ Resource   %{ROBOT_DEVOPS_FOLDER}/lib/ssh_lib.robot
 
 Variables   %{ROBOT_DEVOPS_FOLDER}/resources/basic_16-advanced_onboarding_and_scaling_data.py
 
+Force Tags   basic_16   cluster_main   daily   regression
+
 Suite Teardown   Run Keyword And Ignore Error   Suite Cleanup
 
 
@@ -35,26 +37,22 @@ ${vnf_member_index}  1
 
 *** Test Cases ***
 Create Scaling VNF Descriptor
-    [Tags]   advanced_scaling   sanity   regression
 
     Create VNFD Overriding Fields  '%{PACKAGES_FOLDER}/${vnfd_pkg}'   df.0.instantiation-level.0.vdu-level.0.number-of-instances=${init_instances};df.0.vdu-profile.0.min-number-of-instances=${min_instances};df.0.vdu-profile.0.max-number-of-instances=${max_instances};df.0.scaling-aspect.0.aspect-delta-details.deltas.0.vdu-delta.0.number-of-instances=${delta_instances}
 
 
 Create Scaling NS Descriptor
-    [Tags]   advanced_scaling   sanity   regression
 
     Create NSD  '%{PACKAGES_FOLDER}/${nsd_pkg}'
 
 
 Instantiate Scaling Network Service
-    [Tags]   advanced_scaling   sanity   regression
 
     ${id}=  Create Network Service  ${nsd_name}  %{VIM_TARGET}  ${ns_name}  ${ns_config}  ${publickey}
     Set Suite Variable  ${ns_id}  ${id}
 
 
 Get Vnf Id
-    [Tags]   advanced_scaling   sanity   regression
 
     Variable Should Exist  ${ns_id}  msg=Network service instance is not available
     @{vnfr_list}=  Get Ns Vnfr Ids  ${ns_id}
@@ -64,7 +62,6 @@ Get Vnf Id
 
 Check Vdus Before Scale Out
     [Documentation]     Check the number of VDUs instances before the manual scaling.
-    [Tags]   advanced_scaling   sanity   regression
 
     @{vdur_list}=  Get Vnf Vdur Names  ${vnf_id}
     Log List  ${vdur_list}
@@ -74,7 +71,6 @@ Check Vdus Before Scale Out
 
 
 Perform Manual Vdu Scale Out
-    [Tags]   advanced_scaling   sanity   regression
 
     Variable Should Exist  ${ns_id}  msg=Network service instance is not available
     ${ns_op_id}=  Execute Manual VNF Scale  ${ns_name}  ${vnf_member_index}  ${scaling_group}  SCALE_OUT
@@ -82,7 +78,6 @@ Perform Manual Vdu Scale Out
 
 Check Vdus After Scale Out
     [Documentation]     Check whether there is one more VDU after scaling or not.
-    [Tags]   advanced_scaling   sanity   regression
 
     Variable Should Exist  ${ns_id}  msg=Network service instance is not available
     @{vdur_list}=  Get Vnf Vdur Names  ${vnf_id}
@@ -92,7 +87,6 @@ Check Vdus After Scale Out
 
 
 Perform Manual Vdu Scale In
-    [Tags]   advanced_scaling   sanity   regression
 
     Variable Should Exist  ${ns_id}  msg=Network service instance is not available
     ${ns_op_id}=  Execute Manual VNF Scale  ${ns_name}  ${vnf_member_index}  ${scaling_group}  SCALE_IN
@@ -100,7 +94,6 @@ Perform Manual Vdu Scale In
 
 Check Vdus After Scaling In
     [Documentation]     Check whether there is one less VDU after scaling or not.
-    [Tags]   advanced_scaling   sanity   regression
 
     Variable Should Exist  ${ns_id}  msg=Network service instance is not available
     @{vdur_list}=  Get Vnf Vdur Names  ${vnf_id}
@@ -110,19 +103,19 @@ Check Vdus After Scaling In
 
 
 Delete NS Instance
-    [Tags]   advanced_scaling   sanity   regression  cleanup
+    [Tags]   cleanup
 
     Delete NS  ${ns_name}
 
 
 Delete NS Descriptor
-    [Tags]   advanced_scaling   sanity   regression  cleanup
+    [Tags]   cleanup
 
     Delete NSD  ${nsd_name}
 
 
 Delete VNF Descriptor
-    [Tags]   advanced_scaling   sanity   regression  cleanup
+    [Tags]   cleanup
 
     Delete VNFD  ${vnfd_name}