From ad777a2c65e9b3d3ff4a536abb333534b2486228 Mon Sep 17 00:00:00 2001 From: vamahaja Date: Thu, 17 Sep 2020 11:33:49 +0530 Subject: [TestFix][Tier4] Add pytest marker for 'tier4' tests Change-Id: I3c331883aff037116d3680649c29a39a266b0684 Signed-off-by: vamahaja --- tests/functional/gluster_stability/test_restart_gluster_services.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tests/functional/gluster_stability/test_restart_gluster_services.py') diff --git a/tests/functional/gluster_stability/test_restart_gluster_services.py b/tests/functional/gluster_stability/test_restart_gluster_services.py index d292ba5c..ea188f36 100644 --- a/tests/functional/gluster_stability/test_restart_gluster_services.py +++ b/tests/functional/gluster_stability/test_restart_gluster_services.py @@ -169,7 +169,7 @@ class GlusterStabilityTestSetup(GlusterBlockBaseClass): wait_to_heal_complete() @skip("Blocked by BZ-1634745, BZ-1635736, BZ-1636477") - @pytest.mark.tier1 + @pytest.mark.tier4 @ddt.data(SERVICE_BLOCKD, SERVICE_TCMU, SERVICE_TARGET) def test_restart_services_provision_volume_and_run_io(self, service): """Restart gluster service then validate volumes""" @@ -212,7 +212,7 @@ class GlusterStabilityTestSetup(GlusterBlockBaseClass): self.validate_volumes_and_blocks() @skip("Blocked by BZ-1634745, BZ-1635736, BZ-1636477") - @pytest.mark.tier1 + @pytest.mark.tier4 def test_target_side_failures_brick_failure_on_block_hosting_volume(self): """Target side failures - Brick failure on block hosting volume""" skip_msg = ( @@ -250,7 +250,7 @@ class GlusterStabilityTestSetup(GlusterBlockBaseClass): self.validate_volumes_and_blocks() @skip("Blocked by BZ-1634745, BZ-1635736, BZ-1636477") - @pytest.mark.tier1 + @pytest.mark.tier4 def test_start_stop_block_volume_service(self): """Validate block hosting volume by start/stop operation -- cgit