Skip to content

Commit 7c0169d

Browse files
committed
Reserve Static IP in Ingress test
1 parent 1c93be2 commit 7c0169d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/e2e/network/ingress.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,8 @@ var _ = SIGDescribe("Loadbalancing: L7", func() {
136136

137137
ginkgo.It("should support multiple TLS certs", func() {
138138
ginkgo.By("Creating an ingress with no certs.")
139+
140+
_ = gceController.CreateStaticIP(ns)
139141
jig.CreateIngress(filepath.Join(e2eingress.IngressManifestPath, "multiple-certs"), ns, map[string]string{
140142
e2eingress.IngressStaticIPKey: ns,
141143
}, map[string]string{})

0 commit comments

Comments
 (0)