From 653ad8d79579d4360b2ba9121b78bb777327a95d Mon Sep 17 00:00:00 2001 From: Shivam Durgbuns Date: Fri, 31 May 2024 11:49:21 +0530 Subject: [PATCH] Adding polarian id to test Signed-off-by: Shivam Durgbuns --- tests/functional/odf-cli/test_pvc_stale_volume_cleanup_cli.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/functional/odf-cli/test_pvc_stale_volume_cleanup_cli.py b/tests/functional/odf-cli/test_pvc_stale_volume_cleanup_cli.py index 25040b97bdc..597c93e5b1b 100644 --- a/tests/functional/odf-cli/test_pvc_stale_volume_cleanup_cli.py +++ b/tests/functional/odf-cli/test_pvc_stale_volume_cleanup_cli.py @@ -1,4 +1,5 @@ import logging +import pytest from ocs_ci.framework.testlib import ( skipif_ocs_version, @@ -21,6 +22,7 @@ @green_squad class TestSubvolumesCommand(ManageTest): @skipif_ocs_version("<4.15") + @pytest.mark.polarion_id("OCS-5794") def test_pvc_stale_volume_cleanup_cli(self, storageclass_factory, pvc_factory): """ 1. Create a new PVC with Retain strategy.