We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 496c9fc + 319cae2 commit 1dd5a87Copy full SHA for 1dd5a87
tests/interop/test_validate_edge_site_components.py
@@ -60,7 +60,7 @@ def test_check_pod_status(openshift_dyn_client):
60
@pytest.mark.validate_argocd_applications_health_edge_site
61
def test_validate_argocd_applications_health_edge_site(openshift_dyn_client):
62
logger.info("Get all applications deployed by argocd on edge site")
63
- projects = ["openshift-gitops"]
+ projects = ["openshift-gitops", "multicloud-gitops-group-one"]
64
unhealthy_apps = application.get_argocd_application_status(
65
openshift_dyn_client, projects
66
)
0 commit comments