summaryrefslogtreecommitdiffstats
path: root/tests/functional/provisioning/test_pv_resize.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/functional/provisioning/test_pv_resize.py')
-rw-r--r--tests/functional/provisioning/test_pv_resize.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/functional/provisioning/test_pv_resize.py b/tests/functional/provisioning/test_pv_resize.py
index a7baca00..dacdd992 100644
--- a/tests/functional/provisioning/test_pv_resize.py
+++ b/tests/functional/provisioning/test_pv_resize.py
@@ -238,7 +238,7 @@ class TestPvResizeClass(BaseClass):
self.assertEqual(
ret, 0, "Failed to write data on the expanded PVC")
- @pytest.mark.tier2
+ @pytest.mark.tier3
def test_pv_resize_no_free_space(self):
"""Validate PVC resize fails if there is no free space available"""
if not self.is_containerized_gluster():
@@ -392,7 +392,7 @@ class TestPvResizeClass(BaseClass):
raise ExecutionError("Failed to run io, error {}".format(str(err)))
@skip("Blocked by BZ-1547069")
- @pytest.mark.tier2
+ @pytest.mark.tier3
def test_pvc_resize_size_greater_than_available_space(self):
"""Re-size PVC to greater value than available volume size and then
expand volume to support maximum size.