Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tests/interop/test_subscription_status_edge.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
def test_subscription_status_edge(openshift_dyn_client):
# These are the operator subscriptions and their associated namespaces
expected_subs = {
"openshift-gitops-operator": ["openshift-operators"],
"openshift-gitops-operator": ["openshift-gitops-operator"],
}

err_msg = subscription.subscription_status(
Expand Down
2 changes: 1 addition & 1 deletion tests/interop/test_subscription_status_hub.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
def test_subscription_status_hub(openshift_dyn_client):
# These are the operator subscriptions and their associated namespaces
expected_subs = {
"openshift-gitops-operator": ["openshift-operators"],
"openshift-gitops-operator": ["openshift-gitops-operator"],
"advanced-cluster-management": ["open-cluster-management"],
"multicluster-engine": ["multicluster-engine"],
}
Expand Down
2 changes: 1 addition & 1 deletion tests/interop/test_validate_edge_site_components.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def test_validate_argocd_reachable_edge_site(openshift_dyn_client):
def test_check_pod_status(openshift_dyn_client):
logger.info("Checking pod status")
projects = [
"openshift-operators",
"patterns-operator",
"open-cluster-management-agent",
"open-cluster-management-agent-addon",
"openshift-gitops",
Expand Down
2 changes: 1 addition & 1 deletion tests/interop/test_validate_hub_site_components.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def test_validate_hub_site_reachable(kube_config, openshift_dyn_client):
def test_check_pod_status(openshift_dyn_client):
logger.info("Checking pod status")
projects = [
"openshift-operators",
"patterns-operator",
"open-cluster-management",
"open-cluster-management-hub",
"openshift-gitops",
Expand Down
Loading