[ovs-dev] [PATCH ovn 2/2] tests: Add missing sync in "controller I-P handling when lrp added last".

Han Zhou hzhou at ovn.org
Mon Mar 8 22:44:16 UTC 2021


On Fri, Mar 5, 2021 at 1:10 PM Ben Pfaff <blp at ovn.org> wrote:
>
> Signed-off-by: Ben Pfaff <blp at ovn.org>
> ---
>  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
> dev at openvswitch.org
> https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Acked-by: Han Zhou <hzhou at ovn.org>


More information about the dev mailing list