Skip to content

Commit

Permalink
Run certain test cases on provider in HCI Provider-Client setup (#9045)
Browse files Browse the repository at this point in the history
Signed-off-by: Jilju Joy <[email protected]>
  • Loading branch information
jilju authored Jan 9, 2024
1 parent ad1ece1 commit 60f10b0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
bugzilla,
skipif_ocs_version,
skipif_external_mode,
runs_on_provider,
)
from ocs_ci.ocs.resources.pod import (
get_pod_node,
Expand All @@ -26,6 +27,7 @@
log = logging.getLogger(__name__)


@runs_on_provider
@brown_squad
@tier2
@skipif_external_mode
Expand Down
2 changes: 2 additions & 0 deletions tests/manage/z_cluster/test_osd_heap_profile.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
skipif_ocs_version,
bugzilla,
skipif_external_mode,
runs_on_provider,
)
from ocs_ci.ocs.resources.pod import get_ceph_tools_pod, get_osd_pods, get_osd_pod_id
from ocs_ci.utility.utils import TimeoutSampler
Expand All @@ -18,6 +19,7 @@
log = logging.getLogger(__name__)


@runs_on_provider
@brown_squad
@tier2
@bugzilla("1938049")
Expand Down

0 comments on commit 60f10b0

Please sign in to comment.