From 8a4366fcf7e6a449f7612591cd5707211db2bc34 Mon Sep 17 00:00:00 2001 From: garciadeblas Date: Thu, 15 Apr 2021 15:27:40 +0200 Subject: [PATCH] Update wrong tags in basic_07 k8s_01 and epa_05 All the testsuites were updated to follow an agreed schema. However, there were errors in that process, and basic_07, k8s_01 and epa_05 were wrongly tagged. This change updates the wrong tags: - The tags on each test of testsuite basic_07 have been removed. Only the general testsuite param "Force Tags" has been kept, and the cleanup tag. - The tag daily has been removed in testsuite k8s_01 - A typo in epa_05 has been fixed Change-Id: I9a444ceaf60ccb6fb6c9031a2a135ec29e35af4f Signed-off-by: garciadeblas --- .../testsuite/basic_07-secure_key_management.robot | 14 +++----------- .../epa_05-epa_underlay_passthrough.robot | 2 +- .../testsuite/k8s_01-create_k8s_cluster.robot | 2 +- 3 files changed, 5 insertions(+), 13 deletions(-) diff --git a/robot-systest/testsuite/basic_07-secure_key_management.robot b/robot-systest/testsuite/basic_07-secure_key_management.robot index 9ef5da3..081dc3c 100644 --- a/robot-systest/testsuite/basic_07-secure_key_management.robot +++ b/robot-systest/testsuite/basic_07-secure_key_management.robot @@ -41,26 +41,22 @@ ${ns_timeout} 15min *** Test Cases *** Create Nopasswd Charm VNF Descriptor - [Tags] nopasswd charm sanity regression Create VNFD '%{PACKAGES_FOLDER}/${vnfd_pkg}' Create Nopasswd Charm NS Descriptor - [Tags] nopasswd charm sanity regression Create NSD '%{PACKAGES_FOLDER}/${nsd_pkg}' Instantiate Nopasswd Charm Network Service - [Tags] nopasswd charm sanity regression ${id}= Create Network Service ${nsd_name} %{VIM_TARGET} ${ns_name} ${ns_config} ${EMPTY} ${ns_timeout} Set Suite Variable ${ns_id} ${id} Get Management Ip Addresses - [Tags] nopasswd charm sanity regression ${ip_addr} Get Vnf Management Ip Address ${ns_id} ${vnf_member_index} log ${ip_addr} @@ -68,7 +64,6 @@ Get Management Ip Addresses Test SSH Access - [Tags] nopasswd charm sanity regression Variable Should Exist ${vnf_ip_addr} msg=IP address of the management VNF is not available Sleep 30s Waiting ssh daemon to be up @@ -78,14 +73,12 @@ Test SSH Access Check Remote Files Created Via Day 1 Operations [Documentation] The Nopasswd VNF has a Day 1 operation that creates a file named ${day_1_file_name} and performs it without password. ... This test checks whether that files have been created or not. - [Tags] nopasswd charm sanity regression Check If remote File Exists ${vnf_ip_addr} ${username} ${password} ${EMPTY} ${day_1_file_name} Execute Day 2 Operations [Documentation] Performs one Day 2 operation that creates a new file, this action is executed without password too. - [Tags] nopasswd charm sanity regression Variable Should Exist ${ns_id} msg=Network service instance is not available ${ns_op_id}= Execute NS Action ${ns_name} ${action_name} ${vnf_member_index} filename=${day_2_file_name} @@ -93,25 +86,24 @@ Execute Day 2 Operations Check Remote Files Created Via Day 2 Operations [Documentation] Check whether the file created in the previous test via Day 2 operation exists or not. - [Tags] nopasswd charm sanity regression Check If remote File Exists ${vnf_ip_addr} ${username} ${password} ${EMPTY} ${day_2_file_name} Delete NS Instance - [Tags] nopasswd charm sanity regression cleanup + [Tags] cleanup Delete NS ${ns_name} Delete NS Descriptor - [Tags] nopasswd charm sanity regression cleanup + [Tags] cleanup Delete NSD ${nsd_name} Delete VNF Descriptor - [Tags] nopasswd charm sanity regression cleanup + [Tags] cleanup Delete VNFD ${vnfd_name} diff --git a/robot-systest/testsuite/epa_05-epa_underlay_passthrough.robot b/robot-systest/testsuite/epa_05-epa_underlay_passthrough.robot index 7a579bf..8ee32e8 100644 --- a/robot-systest/testsuite/epa_05-epa_underlay_passthrough.robot +++ b/robot-systest/testsuite/epa_05-epa_underlay_passthrough.robot @@ -27,7 +27,7 @@ Resource %{ROBOT_DEVOPS_FOLDER}/lib/openstack_lib.robot Variables %{ROBOT_DEVOPS_FOLDER}/resources/epa_05-epa_underlay_passthrough.py -Force Tags epa_05 cluster_epa daily regresssion +Force Tags epa_05 cluster_epa daily regression Suite Teardown Run Keyword And Ignore Error Suite Cleanup diff --git a/robot-systest/testsuite/k8s_01-create_k8s_cluster.robot b/robot-systest/testsuite/k8s_01-create_k8s_cluster.robot index ade1d70..a49bbd3 100644 --- a/robot-systest/testsuite/k8s_01-create_k8s_cluster.robot +++ b/robot-systest/testsuite/k8s_01-create_k8s_cluster.robot @@ -29,7 +29,7 @@ Resource %{ROBOT_DEVOPS_FOLDER}/lib/ssh_lib.robot Variables %{ROBOT_DEVOPS_FOLDER}/resources/k8s_01-create_k8s_cluster_data.py -Force Tags k8s_01 cluster_k8s daily regression +Force Tags k8s_01 cluster_k8s regression Suite Teardown Run Keyword And Ignore Error Suite Cleanup -- 2.17.1