Skip to content

Commit 7672206

Browse files
committed
Added required markers
Signed-off-by: Parag Kamble <[email protected]>
1 parent 7607483 commit 7672206

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

tests/functional/pod_and_daemons/test_csiaddon_pod_security.py

+6
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,14 @@
55
from ocs_ci.ocs.resources.pod import Pod
66
from ocs_ci.ocs.exceptions import CommandFailed
77
from ocs_ci.ocs.constants import CSI_RBDPLUGIN_LABEL_419
8+
from ocs_ci.framework.pytest_customization.marks import (
9+
tier1,
10+
green_squad,
11+
)
812

913

14+
@tier1
15+
@green_squad
1016
class TestCSIAddonPodSecurity:
1117
def test_csi_addon_pod_security(self):
1218
"""

0 commit comments

Comments
 (0)