Skip to content

Commit

Permalink
Add the @mcg decorator
Browse files Browse the repository at this point in the history
Signed-off-by: Sagi Hirshfeld <[email protected]>
  • Loading branch information
sagihirshfeld committed Jan 15, 2024
1 parent 26b3b28 commit 4e60518
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/manage/mcg/test_default_backingstore_override.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
post_upgrade,
skipif_aws_creds_are_missing,
ignore_leftovers,
mcg,
)
from ocs_ci.framework.testlib import MCGTest
from ocs_ci.ocs import constants
Expand All @@ -26,6 +27,7 @@
logger = logging.getLogger(__name__)


@mcg
@red_squad
@ignore_leftovers # needed for the upgrade TCs
class TestDefaultBackingstoreOverride(MCGTest):
Expand Down

0 comments on commit 4e60518

Please sign in to comment.