From 306a5c839c23667bf8b56f005dbeb969a97114da Mon Sep 17 00:00:00 2001 From: garciadeblas Date: Wed, 25 Jun 2025 17:27:04 +0200 Subject: [PATCH] Fix basic01 to check properly if VIM_ACCOUNT_TYPE is Openstack Change-Id: I98050d571ebe30bade42269d0e18285968116cbf Signed-off-by: garciadeblas --- .../testsuite/basic_01-crud_operations_on_vim_targets.robot | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/robot-systest/testsuite/basic_01-crud_operations_on_vim_targets.robot b/robot-systest/testsuite/basic_01-crud_operations_on_vim_targets.robot index cbccf77..ce4652c 100644 --- a/robot-systest/testsuite/basic_01-crud_operations_on_vim_targets.robot +++ b/robot-systest/testsuite/basic_01-crud_operations_on_vim_targets.robot @@ -21,7 +21,7 @@ Resource ../lib/prometheus_lib.resource 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 @@ -30,7 +30,7 @@ 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} @@ -44,7 +44,7 @@ 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] 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} -- 2.25.1