From caf3a939516dba2fb5cbfc75f365a123b8e38ef2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Martins?= Date: Tue, 2 Jun 2020 19:38:35 +0200 Subject: [PATCH] Revert "test: Wait for IPCache entries in testSessionAffinity" MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit 9accb13b3682ddae590a9461b5dc2ca7224fc67f. Signed-off-by: André Martins --- test/k8sT/Services.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/k8sT/Services.go b/test/k8sT/Services.go index 7db151c88d66..abe5d773153b 100644 --- a/test/k8sT/Services.go +++ b/test/k8sT/Services.go @@ -861,7 +861,7 @@ var _ = Describe("K8sServicesTest", func() { // in the vxlan mode (the tailcall IPV4_NODEPORT_NAT body won't pass // the request to the encap routines, and instead it will be dropped // due to failing fib_lookup). - if vxlan { + if fromOutside && vxlan { podIPs, err := kubectl.GetPodsIPs(helpers.DefaultNamespace, testDS) ExpectWithOffset(1, err).Should(BeNil(), "Cannot get pod IP addrs for -l %s pods", testDS) for _, ipAddr := range podIPs {