On Mon, Mar 08, 2021 at 02:44:16PM -0800, Han Zhou wrote: > On Fri, Mar 5, 2021 at 1:10 PM Ben Pfaff <[email protected]> wrote: > > > > Signed-off-by: Ben Pfaff <[email protected]> > > --- > > tests/ovn.at | 3 ++- > > 1 file changed, 2 insertions(+), 1 deletion(-) > > > > diff --git a/tests/ovn.at b/tests/ovn.at > > index 87579e59d7a5..b751d6db2e4f 100644 > > --- a/tests/ovn.at > > +++ b/tests/ovn.at > > @@ -22235,7 +22235,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) > > -- > > 2.29.2 > > > > _______________________________________________ > > dev mailing list > > [email protected] > > https://mail.openvswitch.org/mailman/listinfo/ovs-dev > > Acked-by: Han Zhou <[email protected]>
Thanks! Applied to master. _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
