Update wrong tags in basic_07 k8s_01 and epa_05 49/10649/2
authorgarciadeblas <gerardo.garciadeblas@telefonica.com>
Thu, 15 Apr 2021 13:27:40 +0000 (15:27 +0200)
committerbeierlm <mark.beierl@canonical.com>
Thu, 15 Apr 2021 23:52:09 +0000 (01:52 +0200)
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 <gerardo.garciadeblas@telefonica.com>
robot-systest/testsuite/basic_07-secure_key_management.robot
robot-systest/testsuite/epa_05-epa_underlay_passthrough.robot
robot-systest/testsuite/k8s_01-create_k8s_cluster.robot

index 9ef5da3..081dc3c 100644 (file)
@@ -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}
 
index 7a579bf..8ee32e8 100644 (file)
@@ -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
 
index ade1d70..a49bbd3 100644 (file)
@@ -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