X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=robot-systest%2Ftestsuite%2Fbasic_01-crud_operations_on_vim_targets.robot;h=b7e641a04a110fd702dafeabdac717de827b360c;hb=7acf3bacf7f1172b55e4e0a95bf583cf2f3b6757;hp=a47d61b199f2c709e6adfa2b50e10150baf95fb4;hpb=dea2eacb48e496c99def3b11101ae8abbfa027ee;p=osm%2Ftests.git 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 a47d61b..b7e641a 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 @@ -26,11 +26,13 @@ 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. - ${rand}= Generate Random String 8 [NUMBERS] + 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} ${created_vim_account_id}= Create VIM Target ${vim_name} ${vim_user} ${vim_password} ${vim_auth_url} ${vim_tenant} ${vim_account_type} Set Suite Variable ${created_vim_account_id} + Check VIM Target Operational State ${vim_name} Check for VIM Target Metric ${vim_name} ${prometheus_host} ${prometheus_port} @@ -39,6 +41,7 @@ Delete VIM Target By 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 ${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} @@ -48,11 +51,12 @@ 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. - ${rand}= Generate Random String 8 [NUMBERS] + ${rand}= Generate Random String 6 [NUMBERS] ${vim_name}= Catenate SEPARATOR=_ ${vim_name_prefix} ${rand} Set Suite Variable ${vim_name} ${created_vim_account_id}= Create VIM Target ${vim_name} ${vim_user} ${vim_password} ${vim_auth_url} ${vim_tenant} ${vim_account_type} config=${vim_config} Set Suite Variable ${created_vim_account_id} + Check VIM Target Operational State ${vim_name} Check for VIM Target Status ${vim_name} ${prometheus_host} ${prometheus_port}