X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2Ftests.git;a=blobdiff_plain;f=robot-systest%2Ftestsuite%2Fbasic_01-crud_operations_on_vim_targets.robot;h=a47d61b199f2c709e6adfa2b50e10150baf95fb4;hp=a05359d79fe2a83964a196345d133f4dbed26647;hb=4cf45d797499817b5f639bd6245c3f84e762de14;hpb=499c86752f877c0007a0e4dde69c213d828047d0 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 a05359d..a47d61b 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 @@ -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}