Re: [ovs-dev] [PATCH 4/7] ovn: Fix race in "ovn -- ipam" test.

2016-10-07 Thread Guru Shetty
On 5 October 2016 at 18:26, Ben Pfaff wrote: > After setting the subnet, ovn-northd needs to process the changes before > setting the dynamic addresses. > > Signed-off-by: Ben Pfaff > Acked-by: Gurucharan Shetty > --- > tests/ovn.at | 2 +- > 1 file

[ovs-dev] [PATCH 4/7] ovn: Fix race in "ovn -- ipam" test.

2016-10-05 Thread Ben Pfaff
After setting the subnet, ovn-northd needs to process the changes before setting the dynamic addresses. Signed-off-by: Ben Pfaff --- tests/ovn.at | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/ovn.at b/tests/ovn.at index 9baa1df..c4a600a 100644 ---