[ovs-dev] [PATCH] ovn-controller: Fix test in 2.8 - IP relocation using GARP request.

Han Zhou zhouhan at gmail.com
Fri Sep 7 18:38:43 UTC 2018


From: Han Zhou <zhouhan at gmail.com>

From: Han Zhou <hzhou8 at ebay.com>

The commit (d9d9d8d ovn-northd: Support learning neighbor from ARP request.)
was backported from master to 2.8 but the test case fails in 2.8
because the macro OVN_POPULATE_ARP didn't exist yet. This patch
fixes the problem.

Signed-off-by: Han Zhou <hzhou8 at ebay.com>
---
 tests/ovn.at | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/ovn.at b/tests/ovn.at
index 20cc1b9..ff3b6b3 100644
--- a/tests/ovn.at
+++ b/tests/ovn.at
@@ -2659,7 +2659,7 @@ done
 # Pre-populate the hypervisors' ARP tables so that we don't lose any
 # packets for ARP resolution (native tunneling doesn't queue packets
 # for ARP resolution).
-OVN_POPULATE_ARP
+ovn_populate_arp
 
 # Allow some time for ovn-northd and ovn-controller to catch up.
 # XXX This should be more systematic.
-- 
2.1.0



More information about the dev mailing list