diff --git a/tests/disaster-recovery/mdr/test_app_failover_and_relocate.py b/tests/disaster-recovery/mdr/test_app_failover_and_relocate.py index 978690a95fe..f4fe6e80fee 100644 --- a/tests/disaster-recovery/mdr/test_app_failover_and_relocate.py +++ b/tests/disaster-recovery/mdr/test_app_failover_and_relocate.py @@ -29,6 +29,7 @@ failover_relocate_ui, verify_failover_relocate_status_ui, ) +from ocs_ci.framework.pytest_customization.marks import turquoise_squad from ocs_ci.utility import version logger = logging.getLogger(__name__) @@ -38,6 +39,7 @@ @tier1 +@turquoise_squad class TestApplicationFailoverAndRelocate: """ Test Failover and Relocate actions for application diff --git a/tests/disaster-recovery/regional-dr/test_failover.py b/tests/disaster-recovery/regional-dr/test_failover.py index b9a710655d7..29d37586690 100644 --- a/tests/disaster-recovery/regional-dr/test_failover.py +++ b/tests/disaster-recovery/regional-dr/test_failover.py @@ -5,6 +5,7 @@ from ocs_ci.framework import config from ocs_ci.framework.testlib import acceptance, tier1 +from ocs_ci.framework.pytest_customization.marks import turquoise_squad from ocs_ci.helpers import dr_helpers from ocs_ci.helpers.dr_helpers_ui import ( dr_submariner_validation_from_ui, @@ -29,6 +30,7 @@ @acceptance @tier1 +@turquoise_squad class TestFailover: """ Test Failover action diff --git a/tests/disaster-recovery/regional-dr/test_failover_and_relocate.py b/tests/disaster-recovery/regional-dr/test_failover_and_relocate.py index 0adff5700e7..5275aba8ff9 100644 --- a/tests/disaster-recovery/regional-dr/test_failover_and_relocate.py +++ b/tests/disaster-recovery/regional-dr/test_failover_and_relocate.py @@ -6,6 +6,7 @@ import pytest from ocs_ci.framework import config +from ocs_ci.framework.pytest_customization.marks import turquoise_squad from ocs_ci.framework.testlib import acceptance, tier1 from ocs_ci.helpers import dr_helpers from ocs_ci.helpers.dr_helpers_ui import ( @@ -36,6 +37,7 @@ # This test case is added in ODF 4.13 test plan. +@turquoise_squad @acceptance @tier1 class TestFailoverAndRelocate: diff --git a/tests/disaster-recovery/regional-dr/test_managed_cluster_node_failure.py b/tests/disaster-recovery/regional-dr/test_managed_cluster_node_failure.py index 4904a227e4e..a75b4d2c47b 100644 --- a/tests/disaster-recovery/regional-dr/test_managed_cluster_node_failure.py +++ b/tests/disaster-recovery/regional-dr/test_managed_cluster_node_failure.py @@ -5,6 +5,7 @@ from ocs_ci.framework import config from ocs_ci.framework.testlib import tier4, tier4b +from ocs_ci.framework.pytest_customization.marks import turquoise_squad from ocs_ci.helpers import dr_helpers from ocs_ci.ocs import constants from ocs_ci.ocs.node import wait_for_nodes_status @@ -23,6 +24,7 @@ @tier4 @tier4b +@turquoise_squad class TestManagedClusterNodeFailure: """ Test to verify failure of node hosting important pods of different diff --git a/tests/disaster-recovery/regional-dr/test_negative_failover_relocate_ui.py b/tests/disaster-recovery/regional-dr/test_negative_failover_relocate_ui.py index 94d9b9572b2..47ff8cfa42e 100644 --- a/tests/disaster-recovery/regional-dr/test_negative_failover_relocate_ui.py +++ b/tests/disaster-recovery/regional-dr/test_negative_failover_relocate_ui.py @@ -9,6 +9,7 @@ rdr_ui_relocate_config_required, ) from ocs_ci.framework.testlib import tier3, skipif_ocs_version +from ocs_ci.framework.pytest_customization.marks import turquoise_squad from ocs_ci.helpers import dr_helpers from ocs_ci.ocs import constants from ocs_ci.ocs.acm.acm import AcmAddClusters @@ -22,6 +23,7 @@ @tier3 +@turquoise_squad @skipif_ocs_version("<4.13") class TestNegativeFailoverRelocate: """ diff --git a/tests/disaster-recovery/regional-dr/test_relocate.py b/tests/disaster-recovery/regional-dr/test_relocate.py index e7eba0bc1a0..72b98406a90 100644 --- a/tests/disaster-recovery/regional-dr/test_relocate.py +++ b/tests/disaster-recovery/regional-dr/test_relocate.py @@ -5,6 +5,7 @@ from ocs_ci.framework import config from ocs_ci.framework.testlib import acceptance, tier1 +from ocs_ci.framework.pytest_customization.marks import turquoise_squad from ocs_ci.helpers import dr_helpers from ocs_ci.helpers.dr_helpers_ui import ( dr_submariner_validation_from_ui, @@ -25,6 +26,7 @@ @acceptance @tier1 +@turquoise_squad @pytest.mark.polarion_id(polarion_id_relocate) class TestRelocate: """ diff --git a/tests/disaster-recovery/regional-dr/test_sequential_failover.py b/tests/disaster-recovery/regional-dr/test_sequential_failover.py index 00bcec7e088..40552c60428 100644 --- a/tests/disaster-recovery/regional-dr/test_sequential_failover.py +++ b/tests/disaster-recovery/regional-dr/test_sequential_failover.py @@ -6,6 +6,7 @@ from ocs_ci.framework import config from ocs_ci.framework.testlib import tier1 +from ocs_ci.framework.pytest_customization.marks import turquoise_squad from ocs_ci.helpers import dr_helpers from ocs_ci.ocs.node import wait_for_nodes_status, get_node_objs from ocs_ci.ocs.resources.pod import wait_for_pods_to_be_running @@ -15,6 +16,7 @@ @tier1 +@turquoise_squad class TestSequentialFailover: """ Test Sequential Failover actions diff --git a/tests/disaster-recovery/regional-dr/test_sequential_relocate.py b/tests/disaster-recovery/regional-dr/test_sequential_relocate.py index 42becf08dd6..609803c4d99 100644 --- a/tests/disaster-recovery/regional-dr/test_sequential_relocate.py +++ b/tests/disaster-recovery/regional-dr/test_sequential_relocate.py @@ -6,12 +6,14 @@ from ocs_ci.framework import config from ocs_ci.framework.testlib import tier1 +from ocs_ci.framework.pytest_customization.marks import turquoise_squad from ocs_ci.helpers import dr_helpers logger = logging.getLogger(__name__) @tier1 +@turquoise_squad @pytest.mark.polarion_id("OCS-4772") class TestSequentialRelocate: """