summaryrefslogtreecommitdiffstats
path: root/tests/functional/gluster_stability
diff options
context:
space:
mode:
authorvamahaja <vamahaja@redhat.com>2020-09-17 10:45:02 +0530
committervamahaja <vamahaja@redhat.com>2020-10-12 16:46:49 +0530
commit1945bf99c2bd7f7552ed5c72924074f86fe81a7f (patch)
tree6940417960775597a9446b1400aa5e75bee85052 /tests/functional/gluster_stability
parentd0604ca7d194a8f158096850ac931d5f5a0b8529 (diff)
[TestFix][Tier3] Add pytest marker for 'tier3' tests
Change-Id: Idd21f2d0cfb2a1171e4e8464646684ac9164ad0e Signed-off-by: vamahaja <vamahaja@redhat.com>
Diffstat (limited to 'tests/functional/gluster_stability')
-rw-r--r--tests/functional/gluster_stability/test_gluster_block_stability.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/functional/gluster_stability/test_gluster_block_stability.py b/tests/functional/gluster_stability/test_gluster_block_stability.py
index be2f2428..1f09fb97 100644
--- a/tests/functional/gluster_stability/test_gluster_block_stability.py
+++ b/tests/functional/gluster_stability/test_gluster_block_stability.py
@@ -946,7 +946,7 @@ class TestGlusterBlockStability(GlusterBlockBaseClass):
self.heketi_client_node, self.heketi_server_url)
self.assertNotIn(vol_name_prefix, h_vol_list)
- @pytest.mark.tier1
+ @pytest.mark.tier3
def test_path_failures_on_initiator_node_migration_and_pod_restart(self):
"""Verify path failures on initiator node migration
and app pod restart. Also, make sure that existing
@@ -1511,7 +1511,7 @@ class TestGlusterBlockStability(GlusterBlockBaseClass):
.format(final_free_storage, initial_free_storage))
raise AssertionError(err_msg)
- @pytest.mark.tier1
+ @pytest.mark.tier3
@podcmd.GlustoPod()
def test_delete_block_device_pvc_while_io_in_progress(self):
"""Delete block device or pvc while io is in progress"""
@@ -1694,7 +1694,7 @@ class TestGlusterBlockStability(GlusterBlockBaseClass):
self.assertNotIn(
vol_id, blockvolume_list, msg % (vol_id, blockvolume_list))
- @pytest.mark.tier2
+ @pytest.mark.tier3
@podcmd.GlustoPod()
def test_pvc_state_when_node_is_power_on_and_off(self):
"""Verify PVC gets bound after gluster node is powered off and on