From 5ffed5133d86b7ac391a3a4133fd83cad00c1088 Mon Sep 17 00:00:00 2001 From: Antonio Ojea Date: Wed, 19 May 2021 13:28:22 +0200 Subject: [PATCH] tag ingress multicluster test and adapt to v1 --- test/e2e/network/ingress.go | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/test/e2e/network/ingress.go b/test/e2e/network/ingress.go index 5584fc44742..a9f13f10166 100644 --- a/test/e2e/network/ingress.go +++ b/test/e2e/network/ingress.go @@ -131,11 +131,10 @@ var _ = common.SIGDescribe("Loadbalancing: L7", func() { } }) - ginkgo.It("multicluster ingress should get instance group annotation", func() { + ginkgo.It("multicluster ingress should get instance group annotation [Feature:kubemci]", func() { name := "echomap" - jig.CreateIngress(filepath.Join(e2eingress.IngressManifestPath, "http"), ns, map[string]string{ - e2eingress.IngressClassKey: e2eingress.MulticlusterIngressClassValue, - }, map[string]string{}) + jig.Class = e2eingress.MulticlusterIngressClassValue + jig.CreateIngress(filepath.Join(e2eingress.IngressManifestPath, "http"), ns, map[string]string{}, map[string]string{}) ginkgo.By(fmt.Sprintf("waiting for Ingress %s to get instance group annotation", name)) propagationTimeout := e2eservice.GetServiceLoadBalancerPropagationTimeout(f.ClientSet)