From f56bb3920cb501d0fafa583bc851c1e7dda4aa30 Mon Sep 17 00:00:00 2001 From: vamahaja Date: Wed, 16 Sep 2020 19:11:22 +0530 Subject: [TestFix][Tier1] Move 'tier0' tests to 'tier1' Change-Id: Ie1f01771518e82eec378564ddde34ae0fb7f0ac6 Signed-off-by: vamahaja --- tests/functional/provisioning/test_storage_class_cases.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'tests/functional/provisioning/test_storage_class_cases.py') diff --git a/tests/functional/provisioning/test_storage_class_cases.py b/tests/functional/provisioning/test_storage_class_cases.py index 96f56ceb..05ee49cc 100644 --- a/tests/functional/provisioning/test_storage_class_cases.py +++ b/tests/functional/provisioning/test_storage_class_cases.py @@ -207,7 +207,7 @@ class TestStorageClassCases(BaseClass): """Validate glusterblock storage with different incorrect parameters""" self.create_sc_with_parameter("glusterblock", parameter=parameter) - @pytest.mark.tier0 + @pytest.mark.tier1 @ddt.data(1, 2) def test_gluster_block_provisioning_with_valid_ha_count(self, hacount): """Validate gluster-block provisioning with different valid 'hacount' @@ -239,7 +239,7 @@ class TestStorageClassCases(BaseClass): if hacount > 1: self.validate_multipath_info(hacount) - @pytest.mark.tier0 + @pytest.mark.tier1 def test_gluster_block_provisioning_with_ha_count_as_glusterpod(self): """Validate gluster-block provisioning with "hacount" value equal to gluster pods count @@ -269,7 +269,7 @@ class TestStorageClassCases(BaseClass): ) self.validate_multipath_info(hacount) - @pytest.mark.tier0 + @pytest.mark.tier1 def test_gluster_block_provisioning_with_invalid_ha_count(self): """Validate gluster-block provisioning with any invalid 'hacount' value @@ -301,7 +301,7 @@ class TestStorageClassCases(BaseClass): ) self.validate_multipath_info(gluster_pod_count) - @pytest.mark.tier0 + @pytest.mark.tier1 @ddt.data('true', 'false', '') def test_gluster_block_chapauthenabled_parameter(self, chapauthenabled): """Validate gluster-block provisioning with different -- cgit