Remove regression tag from new tests 69/12269/3
authorgarciadeblas <gerardo.garciadeblas@telefonica.com>
Sat, 25 Jun 2022 16:38:32 +0000 (18:38 +0200)
committergarciadeblas <gerardo.garciadeblas@telefonica.com>
Tue, 9 Aug 2022 12:10:16 +0000 (14:10 +0200)
Regression tags should only be applied to tests running in the
previous release. New tests for newi features by default should not have
the tag regression, unless they are incorporated into the latest
stable branch. This change updates the tags accordingly.

In addition, this commit does minor changes in README file.

Change-Id: Icca6c15343961fee1bb1adf0ee19f6871725f9cf
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
README.md
robot-systest/testsuite/heal_01-volume_vdu_healing.robot
robot-systest/testsuite/heal_02-scale_vdu_healing.robot
robot-systest/testsuite/heal_03-multiple_healing.robot
robot-systest/testsuite/heal_04-autohealing.robot
robot-systest/testsuite/k8s_12-openldap_helm_day-2.robot
robot-systest/testsuite/sol003_01-vnf-lifecycle-management.robot

index f38799c..5e09d8b 100644 (file)
--- a/README.md
+++ b/README.md
@@ -181,6 +181,7 @@ The following tags exist for each testsuite:
   - `cluster_sa`: `sa_01`, `sa_02`, `sa_07`
   - `cluster_slices`: `slice_01`, `slice_02`
   - `cluster_heal`: `heal_01`, `heal_02`, `heal_03`, `heal_04`
   - `cluster_sa`: `sa_01`, `sa_02`, `sa_07`
   - `cluster_slices`: `slice_01`, `slice_02`
   - `cluster_heal`: `heal_01`, `heal_02`, `heal_03`, `heal_04`
+  - `cluster_sol003`: `sol003_01`
 - daily: for all testsuites that will run in the daily job
 - regression: for all testsuites that should pass in the current stable branch
 - sanity: for all testsuites that should be passed by each commit in the
 - daily: for all testsuites that will run in the daily job
 - regression: for all testsuites that should pass in the current stable branch
 - sanity: for all testsuites that should be passed by each commit in the
index 2922ee6..db4ca64 100644 (file)
@@ -26,7 +26,7 @@ Resource   %{ROBOT_DEVOPS_FOLDER}/lib/ns_lib.robot
 Resource   %{ROBOT_DEVOPS_FOLDER}/lib/ssh_lib.robot
 Resource   %{ROBOT_DEVOPS_FOLDER}/lib/openstack_lib.robot
 
 Resource   %{ROBOT_DEVOPS_FOLDER}/lib/ssh_lib.robot
 Resource   %{ROBOT_DEVOPS_FOLDER}/lib/openstack_lib.robot
 
-Force Tags   heal_01   cluster_heal   daily   regression
+Force Tags   heal_01   cluster_heal   daily
 
 
 Suite Teardown   Run Keyword And Ignore Error   Suite Cleanup
 
 
 Suite Teardown   Run Keyword And Ignore Error   Suite Cleanup
index 5bdcf36..5da1149 100644 (file)
@@ -26,7 +26,7 @@ Resource   %{ROBOT_DEVOPS_FOLDER}/lib/ns_lib.robot
 Resource   %{ROBOT_DEVOPS_FOLDER}/lib/ssh_lib.robot
 Resource   %{ROBOT_DEVOPS_FOLDER}/lib/openstack_lib.robot
 
 Resource   %{ROBOT_DEVOPS_FOLDER}/lib/ssh_lib.robot
 Resource   %{ROBOT_DEVOPS_FOLDER}/lib/openstack_lib.robot
 
-Force Tags   heal_02   cluster_heal   daily   regression
+Force Tags   heal_02   cluster_heal   daily
 
 
 Suite Teardown   Run Keyword And Ignore Error   Suite Cleanup
 
 
 Suite Teardown   Run Keyword And Ignore Error   Suite Cleanup
index f534157..856bcfd 100644 (file)
@@ -26,7 +26,7 @@ Resource   %{ROBOT_DEVOPS_FOLDER}/lib/ns_lib.robot
 Resource   %{ROBOT_DEVOPS_FOLDER}/lib/ssh_lib.robot
 Resource   %{ROBOT_DEVOPS_FOLDER}/lib/openstack_lib.robot
 
 Resource   %{ROBOT_DEVOPS_FOLDER}/lib/ssh_lib.robot
 Resource   %{ROBOT_DEVOPS_FOLDER}/lib/openstack_lib.robot
 
-Force Tags   heal_03   cluster_heal   daily   regression
+Force Tags   heal_03   cluster_heal   daily
 
 
 Suite Teardown   Run Keyword And Ignore Error   Suite Cleanup
 
 
 Suite Teardown   Run Keyword And Ignore Error   Suite Cleanup
index f151c20..4968619 100644 (file)
@@ -26,7 +26,7 @@ Resource   %{ROBOT_DEVOPS_FOLDER}/lib/ns_lib.robot
 Resource   %{ROBOT_DEVOPS_FOLDER}/lib/ssh_lib.robot
 Resource   %{ROBOT_DEVOPS_FOLDER}/lib/openstack_lib.robot
 
 Resource   %{ROBOT_DEVOPS_FOLDER}/lib/ssh_lib.robot
 Resource   %{ROBOT_DEVOPS_FOLDER}/lib/openstack_lib.robot
 
-Force Tags   heal_04   cluster_heal   daily   regression
+Force Tags   heal_04   cluster_heal   daily
 
 Suite Teardown   Run Keyword And Ignore Error   Suite Cleanup
 
 
 Suite Teardown   Run Keyword And Ignore Error   Suite Cleanup
 
index d19a831..ac02202 100644 (file)
@@ -25,7 +25,7 @@ Resource   %{ROBOT_DEVOPS_FOLDER}/lib/connectivity_lib.robot
 Resource   %{ROBOT_DEVOPS_FOLDER}/lib/ssh_lib.robot
 Resource   %{ROBOT_DEVOPS_FOLDER}/lib/k8scluster_lib.robot
 
 Resource   %{ROBOT_DEVOPS_FOLDER}/lib/ssh_lib.robot
 Resource   %{ROBOT_DEVOPS_FOLDER}/lib/k8scluster_lib.robot
 
-Force Tags   k8s_12   cluster_k8s   daily   regression
+Force Tags   k8s_12   cluster_k8s   daily
 
 Suite Teardown   Run Keyword And Ignore Error   Suite Cleanup
 
 
 Suite Teardown   Run Keyword And Ignore Error   Suite Cleanup
 
index 18801a1..dcae4f4 100644 (file)
@@ -12,8 +12,7 @@
 
 *** Settings ***
 Documentation   [SOL003-01] Sol003 Api testing
 
 *** Settings ***
 Documentation   [SOL003-01] Sol003 Api testing
-Suite Teardown   Run Keyword And Ignore Error   Suite Cleanup
-Force Tags   sol003_01   cluster_sol003   daily
+
 Library   OperatingSystem
 Library   String
 Library   Collections
 Library   OperatingSystem
 Library   String
 Library   Collections
@@ -21,14 +20,21 @@ Library   RequestsLibrary
 Library   yaml
 Library   JsonValidator
 Library   JSONLibrary
 Library   yaml
 Library   JsonValidator
 Library   JSONLibrary
+
 Resource   %{ROBOT_DEVOPS_FOLDER}/lib/sol003_common_lib.robot
 Resource   %{ROBOT_DEVOPS_FOLDER}/lib/vnfd_lib.robot
 Resource   %{ROBOT_DEVOPS_FOLDER}/lib/vim_lib.robot
 
 Resource   %{ROBOT_DEVOPS_FOLDER}/lib/sol003_common_lib.robot
 Resource   %{ROBOT_DEVOPS_FOLDER}/lib/vnfd_lib.robot
 Resource   %{ROBOT_DEVOPS_FOLDER}/lib/vim_lib.robot
 
+Force Tags   sol003_01   cluster_sol003   daily
+
+Suite Teardown   Run Keyword And Ignore Error   Suite Cleanup
+
+
 *** Variables ***
 ${vnfd_pkg}   hackfest_basic_metrics_vnf
 ${vnfd_name}   hackfest_basic_metrics-vnf
 
 *** Variables ***
 ${vnfd_pkg}   hackfest_basic_metrics_vnf
 ${vnfd_name}   hackfest_basic_metrics-vnf
 
+
 *** Test Cases ***
 Create VNF package from JSON file descriptor
     [Documentation]   Test case to create a VNF Identifier
 *** Test Cases ***
 Create VNF package from JSON file descriptor
     [Documentation]   Test case to create a VNF Identifier
@@ -169,8 +175,10 @@ Delete VNF Descriptor Test
 
     Delete VNFD   ${vnfd_name}
 
 
     Delete VNFD   ${vnfd_name}
 
+
 *** Keywords ***
 Suite Cleanup
     [Documentation]   Test Suit Cleanup: Deleting Descriptor
 
     Run Keyword If Any Tests Failed   Delete VNFD   ${vnfd_name}
 *** Keywords ***
 Suite Cleanup
     [Documentation]   Test Suit Cleanup: Deleting Descriptor
 
     Run Keyword If Any Tests Failed   Delete VNFD   ${vnfd_name}
+