diff mbox series

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

Message ID 1536345523-116570-1-git-send-email-hzhou8@ebay.com
State Accepted
Headers show
Series [ovs-dev] ovn-controller: Fix test in 2.8 - IP relocation using GARP request. | expand

Commit Message

Han Zhou Sept. 7, 2018, 6:38 p.m. UTC
From: Han Zhou <zhouhan@gmail.com>

From: Han Zhou <hzhou8@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@ebay.com>
---
 tests/ovn.at | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Ben Pfaff Sept. 7, 2018, 7:56 p.m. UTC | #1
On Fri, Sep 07, 2018 at 11:38:43AM -0700, Han Zhou wrote:
> From: Han Zhou <zhouhan@gmail.com>
> 
> From: Han Zhou <hzhou8@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@ebay.com>

Applied to branch-2.8, thanks!
diff mbox series

Patch

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.