Skip to content

Commit

Permalink
Adding post upgrade marker to tests/functional/pv/pv_services/test_rw…
Browse files Browse the repository at this point in the history
…op_pvc.py test (red-hat-storage#10158)

Adding post upgrade marker to tests/functional/pv/pv_services/test_rwop_pvc.py test 
* adding post upgrade marker

Signed-off-by: Yulia Persky <[email protected]>
  • Loading branch information
ypersky1980 authored and Amrita Mahapatra committed Jul 25, 2024
1 parent 91ba288 commit c018dd2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/functional/pv/pv_services/test_rwop_pvc.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
ManageTest,
polarion_id,
tier1,
post_upgrade,
skipif_ocs_version,
)
from ocs_ci.helpers import helpers
Expand All @@ -29,6 +30,7 @@
)
@green_squad
@tier1
@post_upgrade
@skipif_ocs_version("<4.15")
class TestRwopPvc(ManageTest):
"""
Expand Down

0 comments on commit c018dd2

Please sign in to comment.