From 76f7bb62b75e623074f7254328763491ace20e6d Mon Sep 17 00:00:00 2001 From: Mark LaBonte Date: Fri, 3 Jul 2026 00:13:47 -0400 Subject: [PATCH] Update subscription check --- tests/interop/test_subscription_status_hub.py | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/tests/interop/test_subscription_status_hub.py b/tests/interop/test_subscription_status_hub.py index e4c4d45b..70aeb820 100644 --- a/tests/interop/test_subscription_status_hub.py +++ b/tests/interop/test_subscription_status_hub.py @@ -12,13 +12,12 @@ def test_subscription_status_hub(openshift_dyn_client): # These are the operator subscriptions and their associated namespaces expected_subs = { - "openshift-gitops-operator": ["openshift-operators"], - "advanced-cluster-management": ["open-cluster-management"], - "multicluster-engine": ["multicluster-engine"], - "jaeger-product": ["openshift-distributed-tracing"], - "elasticsearch-operator": ["openshift-operators-redhat"], + "openshift-gitops-operator": ["openshift-gitops-operator"], + "cluster-observability-operator": ["openshift-cluster-observability-operator"], + "opentelemetry-product": ["openshift-opentelemetry-operator"], + "tempo-product": ["openshift-tempo-operator"], "kiali-ossm": ["openshift-operators"], - "servicemeshoperator": ["openshift-operators"], + "servicemeshoperator3": ["openshift-operators"], } err_msg = subscription.subscription_status(