Skip to content

Commit

Permalink
Change w.r.t. change in cluster type as provider instead of hci_provider
Browse files Browse the repository at this point in the history
Signed-off-by: suchita-g <[email protected]>
  • Loading branch information
suchita-g committed Nov 9, 2023
1 parent 8153952 commit 4f17eef
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -5951,10 +5951,7 @@ def switch_to_provider_for_test(request):
)
):
for cluster in ocsci_config.clusters:
if (
cluster.ENV_DATA.get("cluster_type") == "provider"
or cluster.ENV_DATA.get("cluster_type") == "hci_provider"
):
if cluster.ENV_DATA.get("cluster_type") == "provider":
provider_cluster = cluster
log.debug("Switching to the provider cluster context")
# TODO: Use 'switch_to_provider' function introduced in PR 5541
Expand Down

0 comments on commit 4f17eef

Please sign in to comment.