Variables ../resources/basic_01-crud_operations_on_vim_targets_data.py
-Test Tags basic_01 cluster_main daily regression
+Test Tags basic_01 cluster_main daily regression sanity
Suite Setup Run Keyword And Ignore Error Suite Preparation
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.
- Pass Execution If ${VIM_ACCOUNT_TYPE} != 'openstack' Not applicable for ${VIM_ACCOUNT_TYPE} VIM
+ Pass Execution If '${VIM_ACCOUNT_TYPE}' != 'openstack' Not applicable for ${VIM_ACCOUNT_TYPE} VIM
${rand}= Generate Random String 6 [NUMBERS]
${VIM_NAME}= Catenate SEPARATOR=_ ${vim_name_prefix} ${rand}
Set Suite Variable ${VIM_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] cleanup
- Pass Execution If ${VIM_ACCOUNT_TYPE} != 'openstack' Not applicable for ${VIM_ACCOUNT_TYPE} VIM
+ Pass Execution If '${VIM_ACCOUNT_TYPE}' != 'openstack' Not applicable for ${VIM_ACCOUNT_TYPE} VIM
${vim_account_id}= Get VIM Target ID ${VIM_NAME}
Should Be Equal As Strings ${vim_account_id} ${CREATED_VIM_ACCOUNT_ID}
Delete VIM Target ${VIM_NAME}