Signed-off-by: Ben Pfaff <b...@ovn.org>
---
 tests/ovn.at | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/tests/ovn.at b/tests/ovn.at
index 4dfb077..38b5af9 100644
--- a/tests/ovn.at
+++ b/tests/ovn.at
@@ -1259,6 +1259,9 @@ ovn-nbctl ls-add lsw0
 ovn-sbctl chassis-add hv0 geneve 127.0.0.1
 for i in 1 2 3; do
     ovn-nbctl lsp-add lsw0 lp$i
+done
+ovn-nbctl --wait=sb sync
+for i in 1 2 3; do
     ovn-sbctl lsp-bind lp$i hv0
     if test $i = 1; then
         ovn-nbctl lsp-set-addresses lp$i "f0:00:00:00:00:0$i 192.168.0.$i" 
unknown
-- 
2.1.3

_______________________________________________
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev

Reply via email to