From c018dd297fd6899116136d6a7b90ac2f9c33ba47 Mon Sep 17 00:00:00 2001 From: Yulia Persky Date: Thu, 25 Jul 2024 04:59:31 +0300 Subject: [PATCH] Adding post upgrade marker to tests/functional/pv/pv_services/test_rwop_pvc.py test (#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 --- tests/functional/pv/pv_services/test_rwop_pvc.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/functional/pv/pv_services/test_rwop_pvc.py b/tests/functional/pv/pv_services/test_rwop_pvc.py index 9ef400a0350..7400a6162c5 100644 --- a/tests/functional/pv/pv_services/test_rwop_pvc.py +++ b/tests/functional/pv/pv_services/test_rwop_pvc.py @@ -10,6 +10,7 @@ ManageTest, polarion_id, tier1, + post_upgrade, skipif_ocs_version, ) from ocs_ci.helpers import helpers @@ -29,6 +30,7 @@ ) @green_squad @tier1 +@post_upgrade @skipif_ocs_version("<4.15") class TestRwopPvc(ManageTest): """