summaryrefslogtreecommitdiffstats
path: root/tests/functional/provisioning/test_dev_path_mapping_file.py
diff options
context:
space:
mode:
authorvamahaja <vamahaja@redhat.com>2020-09-17 11:33:49 +0530
committervamahaja <vamahaja@redhat.com>2020-10-12 16:47:12 +0530
commitad777a2c65e9b3d3ff4a536abb333534b2486228 (patch)
treeac1178555cf9076ee708963b39acb04e34d7ed5b /tests/functional/provisioning/test_dev_path_mapping_file.py
parent1945bf99c2bd7f7552ed5c72924074f86fe81a7f (diff)
[TestFix][Tier4] Add pytest marker for 'tier4' tests
Change-Id: I3c331883aff037116d3680649c29a39a266b0684 Signed-off-by: vamahaja <vamahaja@redhat.com>
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