summaryrefslogtreecommitdiffstats
path: root/tests/functional/heketi/test_heketi_create_volume.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/functional/heketi/test_heketi_create_volume.py')
-rw-r--r--tests/functional/heketi/test_heketi_create_volume.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/functional/heketi/test_heketi_create_volume.py b/tests/functional/heketi/test_heketi_create_volume.py
index f061c423..50718ff2 100644
--- a/tests/functional/heketi/test_heketi_create_volume.py
+++ b/tests/functional/heketi/test_heketi_create_volume.py
@@ -358,7 +358,7 @@ class TestHeketiVolume(BaseClass):
max_block_hosting_vol_size, blockvol2, block_hosting_vol,
'\n'.join(file_volumes_debug_info))))
- @pytest.mark.tier2
+ @pytest.mark.tier4
@podcmd.GlustoPod()
def test_heketi_volume_create_with_cluster_node_down(self):
if len(self.gluster_servers) < 5:
@@ -719,7 +719,7 @@ class TestHeketiVolume(BaseClass):
act_brick_count, exp_brick_count, err_msg.format(
act_brick_count, exp_brick_count))
- @pytest.mark.tier1
+ @pytest.mark.tier4
@podcmd.GlustoPod()
def test_volume_creation_after_stopping_heketidb_volume(self):
"""Validate volume creation after stopping heketidb volume"""