From 9aaace4b1334d567f842424dfa7d57d64f15cb48 Mon Sep 17 00:00:00 2001 From: Kanika Rana Date: Mon, 4 Aug 2025 15:14:18 -0400 Subject: [PATCH 1/2] fix the length of argocd instance to be 40 char, to give room for suffixes of redis secret Signed-off-by: Kanika Rana --- tests/ocp/1-007_verify_hostname_with_route/01-assert.yaml | 4 ++-- tests/ocp/1-007_verify_hostname_with_route/01-install.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/ocp/1-007_verify_hostname_with_route/01-assert.yaml b/tests/ocp/1-007_verify_hostname_with_route/01-assert.yaml index 3f3878f62..7bbdd3cf4 100644 --- a/tests/ocp/1-007_verify_hostname_with_route/01-assert.yaml +++ b/tests/ocp/1-007_verify_hostname_with_route/01-assert.yaml @@ -1,8 +1,8 @@ apiVersion: route.openshift.io/v1 kind: Route metadata: - name: "argocd-long-name-for-route-testiiiiiiiiiiiiiiiiiiiiiiiing-appset" + name: "argocd-long-name-for-route-testiiiiiiing-appset" spec: {} status: ingress: - - host: argocd-long-name-for-route-testiiiiiiiiiiiiiiiiiiiiiiiing-appset.apps.testing.lab.upshift.rdu2.redhat.com + - host: argocd-long-name-for-route-testiiiiiiing-appset.apps.testing.lab.upshift.rdu2.redhat.com diff --git a/tests/ocp/1-007_verify_hostname_with_route/01-install.yaml b/tests/ocp/1-007_verify_hostname_with_route/01-install.yaml index b01a1c4c0..4a5c9b138 100644 --- a/tests/ocp/1-007_verify_hostname_with_route/01-install.yaml +++ b/tests/ocp/1-007_verify_hostname_with_route/01-install.yaml @@ -1,7 +1,7 @@ apiVersion: argoproj.io/v1beta1 kind: ArgoCD metadata: - name: argocd-long-name-for-route-testiiiiiiiiiiiiiiiiiiiiiiiing + name: argocd-long-name-for-route-testiiiiiiing spec: applicationSet: webhookServer: From 2466f71c8387cf98b2a4f00c6d36054af60f8f76 Mon Sep 17 00:00:00 2001 From: Kanika Rana Date: Tue, 5 Aug 2025 00:26:05 -0400 Subject: [PATCH 2/2] fix assert statements --- .../01-assert.yaml | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/tests/ocp/1-007_verify_hostname_with_route/01-assert.yaml b/tests/ocp/1-007_verify_hostname_with_route/01-assert.yaml index 7bbdd3cf4..a14a47e3c 100644 --- a/tests/ocp/1-007_verify_hostname_with_route/01-assert.yaml +++ b/tests/ocp/1-007_verify_hostname_with_route/01-assert.yaml @@ -1,8 +1,12 @@ apiVersion: route.openshift.io/v1 kind: Route metadata: - name: "argocd-long-name-for-route-testiiiiiiing-appset" -spec: {} -status: - ingress: - - host: argocd-long-name-for-route-testiiiiiiing-appset.apps.testing.lab.upshift.rdu2.redhat.com + name: "argocd-long-name-for-route-testiiiiiiing-appset-webhook" +spec: + port: + targetPort: webhook + to: + kind: Service + name: argocd-long-name-for-route-testiiiiiiing-applicationset-controller + weight: 100 +