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/provisioning/test_dev_path_mapping_file.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'tests/functional/provisioning/test_dev_path_mapping_file.py') 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 -- cgit