On 4/24/26 4:00 PM, Alexandra Rukomoinikova via dev wrote:
> Sometimes we can get this situation:
> +ovn-sbctl: no row "nf-sw-p1" in table Port_Binding
> ./ovn-macros.at:897: exit code was 1, expected 0
> 

Hi Alexandra,

Thanks for the fix!

Fixes: b42edf4a43b3 ("northd, controller, tests: Network Function Health
monitoring.")

> Signed-off-by: Alexandra Rukomoinikova <[email protected]>
> ---
>  tests/ovn-northd.at | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/tests/ovn-northd.at b/tests/ovn-northd.at
> index 3eeace1d8..3f237b076 100644
> --- a/tests/ovn-northd.at
> +++ b/tests/ovn-northd.at
> @@ -19345,6 +19345,7 @@ check ovn-nbctl ls-add $nfsw
>  for i in {1..4}; do
>      port=$nfsw-p$i
>      check ovn-nbctl lsp-add $nfsw $port
> +    check ovn-nbctl --wait=sb sync
>      check ovn-sbctl set port_binding $port up=true
>      check ovn-nbctl lsp-add $sw child-$i $port 100
>  done

Applied to main and 26.03.

Regards,
Dumitru

_______________________________________________
dev mailing list
[email protected]
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to