From 78d74d7b102603e7ad7d78f561beb23eae56a055 Mon Sep 17 00:00:00 2001 From: Shivam Durgbuns Date: Fri, 31 May 2024 11:20:29 +0530 Subject: [PATCH] Adding polarian ID Signed-off-by: Shivam Durgbuns --- tests/internal/test_cephfilesystem_creation.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/internal/test_cephfilesystem_creation.py b/tests/internal/test_cephfilesystem_creation.py index a61c4407fc7..f2cafb63649 100644 --- a/tests/internal/test_cephfilesystem_creation.py +++ b/tests/internal/test_cephfilesystem_creation.py @@ -1,4 +1,5 @@ import logging +import pytest from ocs_ci.helpers.helpers import ( create_ceph_file_system, @@ -22,6 +23,7 @@ class TestCephFileSystemCreation(ManageTest): @tier2 @green_squad + @pytest.mark.polarion_id("OCS-5793") def test_Cephfilesystem_creation(self): """ Trying to create more cephfilesystem using the same name.