Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use ingress-canary route for testing instead of console since the console might be disabled #27680

Merged
merged 1 commit into from Jan 24, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion test/extended/operators/routable.go
Expand Up @@ -63,7 +63,7 @@ var _ = g.Describe("[sig-arch] Managed cluster", func() {
path string
expect []int
}{
{ns: "openshift-console", name: "console", scheme: "https", path: "", expect: []int{200}},
{ns: "openshift-ingress-canary", name: "canary", scheme: "https", path: "", expect: []int{200}},
{ns: "openshift-monitoring", name: "prometheus-k8s", scheme: "https", path: "api/v1/targets", expect: []int{403, 401}},
}
for _, r := range routes {
Expand Down