Skip to content

Commit

Permalink
libtest mark added
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Osypenko <dosypenk@redhat.com>
  • Loading branch information
DanielOsypenko committed Feb 18, 2024
1 parent f62c98a commit 78578cb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/libtest/test_provider_create_hosted_cluster.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
import logging

from ocs_ci.deployment.hosted_cluster import HypershiftHostedOCP
from ocs_ci.framework.pytest_customization.marks import hci_provider_required
from ocs_ci.framework.pytest_customization.marks import hci_provider_required, libtest

logger = logging.getLogger(__name__)


@libtest
class TestProviderHosted(object):
"""
Test provider hosted
Expand Down

0 comments on commit 78578cb

Please sign in to comment.