Skip to content

Commit

Permalink
changing tier1 to tier2 (red-hat-storage#10092)
Browse files Browse the repository at this point in the history
Signed-off-by: Yulia Persky <[email protected]>
  • Loading branch information
ypersky1980 authored and Amrita Mahapatra committed Jul 25, 2024
1 parent 85d52d8 commit 3e2cddd
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from tempfile import NamedTemporaryFile

from ocs_ci.ocs import constants, node
from ocs_ci.framework.testlib import ManageTest, skipif_ocs_version, tier1
from ocs_ci.framework.testlib import ManageTest, skipif_ocs_version, tier2
from ocs_ci.helpers import helpers
from ocs_ci.framework.pytest_customization.marks import green_squad
from ocs_ci.ocs.exceptions import UnexpectedBehaviour
Expand All @@ -23,6 +23,7 @@
],
)
@green_squad
@tier2
@skipif_ocs_version("<4.16")
class TestMigrateRWO2RWOP(ManageTest):
"""
Expand All @@ -46,7 +47,6 @@ def run_pv_patch(self, pv, namespace, patch):
run_cmd(f"chmod 777 {temp_file.name}")
run_cmd(f"sh {temp_file.name}")

@tier1
def test_pvc_migrate_rwo_to_rwop(self, pvc_factory, pod_factory, interface):
"""
Tests that changing access mode from ReadWriteOnce to ReadWriteOncePod is successful
Expand Down

0 comments on commit 3e2cddd

Please sign in to comment.