From 099d27eb8ecdc3053c883c3c4177d8f71c2343ef Mon Sep 17 00:00:00 2001 From: Avdhoot Date: Tue, 19 Nov 2024 11:51:08 +0530 Subject: [PATCH] Moved file Signed-off-by: Avdhoot --- tests/functional/{ => cnv}/test_vms.py | 2 ++ 1 file changed, 2 insertions(+) rename tests/functional/{ => cnv}/test_vms.py (91%) diff --git a/tests/functional/test_vms.py b/tests/functional/cnv/test_vms.py similarity index 91% rename from tests/functional/test_vms.py rename to tests/functional/cnv/test_vms.py index 728d93171622..bdcb37c781b9 100644 --- a/tests/functional/test_vms.py +++ b/tests/functional/cnv/test_vms.py @@ -1,6 +1,7 @@ import logging import pytest from ocs_ci.framework.testlib import E2ETest +from ocs_ci.framework.pytest_customization.marks import magenta_squad logger = logging.getLogger(__name__) @@ -20,6 +21,7 @@ def setup(self, project_factory, multi_cnv_workload): logger.info("All vms created successfully") + @magenta_squad def test_cnv_vms(self, setup): """ Tests to verify configuration for non-GS like environment