Skip to content

Commit

Permalink
tests: Add missing sync in "controller I-P handling when lrp added la…
Browse files Browse the repository at this point in the history
…st".

Signed-off-by: Ben Pfaff <blp@ovn.org>
Acked-by: Han Zhou <hzhou@ovn.org>
  • Loading branch information
blp committed Mar 9, 2021
1 parent 164f2b9 commit 2d12e5d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/ovn.at
Expand Up @@ -22224,7 +22224,8 @@ ovn-nbctl lsp-set-addresses sw0-lr0 00:00:00:00:00:01
ovn-nbctl lr-add lr0
ovn-nbctl lrp-add lr0 lr0-sw0 00:00:00:00:00:01 192.168.1.1/24 aef0:0:0:0:0:0:0:1/64

OVS_WAIT_UNTIL([test x$(ovn-nbctl lsp-get-up sw0-p1) = xup])
wait_for_ports_up sw0-p1
ovn-nbctl --wait=sb sync

sw0_dpkey=$(ovn-sbctl --bare --columns tunnel_key list datapath_binding sw0)
lr0_dpkey=$(ovn-sbctl --bare --columns tunnel_key list datapath_binding lr0)
Expand Down

0 comments on commit 2d12e5d

Please sign in to comment.