Skip to content

Commit adfb9ab

Browse files
committed
Change the test image to registry.k8s.io/e2e-test-images/agnhost
Signed-off-by: chiragkyal <[email protected]>
1 parent bb58ccb commit adfb9ab

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

test/extended/router/external_certificate.go

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@ const (
3737
// secretReaderRoleBinding is the name of the RoleBinding associating the Role with the router service account.
3838
secretReaderRoleBinding = "secret-reader-role-binding"
3939
// helloOpenShiftResponse is the HTTP response from hello-openshift example pod.
40-
helloOpenShiftResponse = "Hello OpenShift"
40+
// https://github.com/kubernetes/kubernetes/blob/88dfcb225d41326113990e87b11137641c121a32/test/images/agnhost/netexec/netexec.go#L266-L269
41+
helloOpenShiftResponse = "NOW:"
4142
// defaultCertificateCN is the CommonName of router default certificate.
4243
defaultCertificateCN = "ingress-operator"
4344
)
@@ -46,7 +47,7 @@ var _ = g.Describe("[sig-network][OCPFeatureGate:RouteExternalCertificate][Featu
4647
defer g.GinkgoRecover()
4748
var (
4849
oc = exutil.NewCLIWithPodSecurityLevel("router-external-certificate", admissionapi.LevelBaseline)
49-
helloPodPath = exutil.FixturePath("..", "..", "examples", "hello-openshift", "hello-pod.json")
50+
helloPodPath = exutil.FixturePath("testdata", "cmd", "test", "cmd", "testdata", "hello-openshift", "hello-pod.json")
5051
helloPodName = "hello-openshift"
5152
helloPodSvc = "hello-openshift"
5253
defaultDomain string

0 commit comments

Comments
 (0)