Skip to content

OCPBUGS-54906: Change the test image to registry.k8s.io/e2e-test-images/agnhost #29672

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

Merged
merged 1 commit into from
Apr 14, 2025
Merged
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
5 changes: 3 additions & 2 deletions test/extended/router/external_certificate.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ const (
// secretReaderRoleBinding is the name of the RoleBinding associating the Role with the router service account.
secretReaderRoleBinding = "secret-reader-role-binding"
// helloOpenShiftResponse is the HTTP response from hello-openshift example pod.
helloOpenShiftResponse = "Hello OpenShift"
// https://github.com/kubernetes/kubernetes/blob/88dfcb225d41326113990e87b11137641c121a32/test/images/agnhost/netexec/netexec.go#L266-L269
helloOpenShiftResponse = "NOW:"
// defaultCertificateCN is the CommonName of router default certificate.
defaultCertificateCN = "ingress-operator"
)
Expand All @@ -46,7 +47,7 @@ var _ = g.Describe("[sig-network][OCPFeatureGate:RouteExternalCertificate][Featu
defer g.GinkgoRecover()
var (
oc = exutil.NewCLIWithPodSecurityLevel("router-external-certificate", admissionapi.LevelBaseline)
helloPodPath = exutil.FixturePath("..", "..", "examples", "hello-openshift", "hello-pod.json")
helloPodPath = exutil.FixturePath("testdata", "cmd", "test", "cmd", "testdata", "hello-openshift", "hello-pod.json")
helloPodName = "hello-openshift"
helloPodSvc = "hello-openshift"
defaultDomain string
Expand Down