Update tags in all testsuites
[osm/tests.git] / robot-systest / testsuite / basic_01-crud_operations_on_vim_targets.robot
index a05359d..a47d61b 100644 (file)
@@ -18,12 +18,13 @@ Resource   %{ROBOT_DEVOPS_FOLDER}/lib/vim_lib.robot
 
 Variables   %{ROBOT_DEVOPS_FOLDER}/resources/basic_01-crud_operations_on_vim_targets_data.py
 
+Force Tags   basic_01   cluster_main   daily    regression
+
 
 *** Test Cases ***
 Create VIM Target Basic
     [Documentation]     Create a VIM Target only with the mandatory parameters.
     ...                 Checks the status of the VIM in Prometheus after it creation.
-    [Tags]  vim  sanity   regression
 
     ${rand}=  Generate Random String  8  [NUMBERS]
     ${vim_name}=  Catenate  SEPARATOR=_  ${vim_name_prefix}  ${rand}
@@ -36,7 +37,7 @@ Create VIM Target Basic
 Delete VIM Target By Name
     [Documentation]     Delete the VIM Target created in previous test-case by its name.
     ...                 Checks whether the VIM Target was created or not before perform the deletion.
-    [Tags]  vim  sanity   regression  cleanup
+    [Tags]   cleanup
 
     ${vim_account_id}=  Get VIM Target ID  ${vim_name}
     Should Be Equal As Strings  ${vim_account_id}  ${created_vim_account_id}
@@ -46,7 +47,6 @@ Delete VIM Target By Name
 Create VIM Target With Extra Config
     [Documentation]     Create a VIM Target using the extra parameter 'config'.
     ...                 Checks the status of the VIM in Prometheus after it creation.
-    [Tags]  vim  sanity   regression
 
     ${rand}=  Generate Random String  8  [NUMBERS]
     ${vim_name}=  Catenate  SEPARATOR=_  ${vim_name_prefix}  ${rand}
@@ -59,7 +59,7 @@ Create VIM Target With Extra Config
 Delete VIM Target By ID
     [Documentation]     Delete the VIM Target created in previous test-case by its ID.
     ...                 Checks whether the VIM Target was created or not before perform the deletion.
-    [Tags]  vim  sanity   regression  cleanup
+    [Tags]   cleanup
 
     ${vim_account_id}=  Get VIM Target ID  ${vim_name}
     Should Be Equal As Strings  ${vim_account_id}  ${created_vim_account_id}