Skip to content

Commit

Permalink
Adding polarian id to test
Browse files Browse the repository at this point in the history
Signed-off-by: Shivam Durgbuns <[email protected]>
  • Loading branch information
shivamdurgbuns committed May 31, 2024
1 parent 9ee402f commit 653ad8d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/functional/odf-cli/test_pvc_stale_volume_cleanup_cli.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import logging
import pytest

from ocs_ci.framework.testlib import (
skipif_ocs_version,
Expand All @@ -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.
Expand Down

0 comments on commit 653ad8d

Please sign in to comment.