From 7c0169d9763b1ae041fedf316c2bc8b2abaf5166 Mon Sep 17 00:00:00 2001 From: Spencer Hance Date: Fri, 21 Aug 2020 10:54:10 -0700 Subject: [PATCH] Reserve Static IP in Ingress test --- test/e2e/network/ingress.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/e2e/network/ingress.go b/test/e2e/network/ingress.go index 9e9cfd7c734..5a1c869db70 100644 --- a/test/e2e/network/ingress.go +++ b/test/e2e/network/ingress.go @@ -136,6 +136,8 @@ var _ = SIGDescribe("Loadbalancing: L7", func() { ginkgo.It("should support multiple TLS certs", func() { ginkgo.By("Creating an ingress with no certs.") + + _ = gceController.CreateStaticIP(ns) jig.CreateIngress(filepath.Join(e2eingress.IngressManifestPath, "multiple-certs"), ns, map[string]string{ e2eingress.IngressStaticIPKey: ns, }, map[string]string{})