summaryrefslogtreecommitdiffstats
path: root/tests/functional/provisioning/test_dev_path_mapping_file.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/functional/provisioning/test_dev_path_mapping_file.py')
-rw-r--r--tests/functional/provisioning/test_dev_path_mapping_file.py10
1 files changed, 5 insertions, 5 deletions
diff --git a/tests/functional/provisioning/test_dev_path_mapping_file.py b/tests/functional/provisioning/test_dev_path_mapping_file.py
index f7febf09..8d237a9b 100644
--- a/tests/functional/provisioning/test_dev_path_mapping_file.py
+++ b/tests/functional/provisioning/test_dev_path_mapping_file.py
@@ -61,7 +61,7 @@ class TestDevPathMapping(baseclass.BaseClass):
# sort the devices list
self.devices_list.sort()
- @pytest.mark.tier2
+ @pytest.mark.tier4
@podcmd.GlustoPod()
def test_dev_path_file_volume_create(self):
"""Validate dev path mapping for file volumes"""
@@ -159,7 +159,7 @@ class TestDevPathMapping(baseclass.BaseClass):
" Actual:{}".format(vg_name, _vg_name))
return pod_name, dc_name, use_percent_before
- @pytest.mark.tier2
+ @pytest.mark.tier4
@podcmd.GlustoPod()
def test_dev_path_mapping_app_pod_with_file_volume_reboot(self):
"""Validate dev path mapping for app pods with file volume after reboot
@@ -186,7 +186,7 @@ class TestDevPathMapping(baseclass.BaseClass):
"Failed to execute IO's in the app pod {} after respin".format(
pod_name))
- @pytest.mark.tier2
+ @pytest.mark.tier4
@podcmd.GlustoPod()
def test_dev_path_file_volume_delete(self):
"""Validate device path name changes the deletion of
@@ -274,7 +274,7 @@ class TestDevPathMapping(baseclass.BaseClass):
self.node, self.heketi_dc_name)
openshift_ops.wait_for_pod_be_ready(self.node, new_pod_name)
- @pytest.mark.tier2
+ @pytest.mark.tier4
@podcmd.GlustoPod()
def test_dev_path_mapping_heketi_pod_reboot(self):
"""Validate dev path mapping for heketi pod reboot
@@ -341,7 +341,7 @@ class TestDevPathMapping(baseclass.BaseClass):
g_new_pod = self._get_gluster_pod()
openshift_ops.wait_for_pod_be_ready(self.node, g_new_pod)
- @pytest.mark.tier2
+ @pytest.mark.tier4
@podcmd.GlustoPod()
def test_dev_path_mapping_gluster_pod_reboot(self):
"""Validate dev path mapping for app pods with file volume after reboot