Skip to content
Draft
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_check_vm_status.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def test_check_vm_status(openshift_dyn_client):
while time.time() < timeout:
app = ArgoCD.get(
dyn_client=openshift_dyn_client,
namespace="ansible-edge-gitops-hub",
namespace="vp-gitops",
name="edge-gitops-vms",
)
app = next(app)
Expand Down
5 changes: 2 additions & 3 deletions tests/interop/test_validate_hub_site_components.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,7 @@ def test_check_pod_status(openshift_dyn_client):
projects = [
"openshift-operators",
"ansible-automation-platform",
"ansible-edge-gitops-hub",
"openshift-gitops",
"vp-gitops",
"edge-gitops-vms",
"vault",
]
Expand All @@ -70,7 +69,7 @@ def test_validate_argocd_reachable_hub_site(openshift_dyn_client):
@pytest.mark.validate_argocd_applications_health_hub_site
def test_validate_argocd_applications_health_hub_site(openshift_dyn_client):
logger.info("Get all applications deployed by argocd on hub site")
projects = ["openshift-gitops", "ansible-edge-gitops-hub"]
projects = ["vp-gitops"]
unhealthy_apps = application.get_argocd_application_status(
openshift_dyn_client, projects
)
Expand Down
1 change: 1 addition & 0 deletions values-global.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
global:
pattern: ansible-edge-gitops
singleArgoCD: true
secretLoader:
disabled: false
hub:
Expand Down