On Thu, Mar 20, 2025 at 1:01 PM Felix Huettner via dev <
ovs-dev@openvswitch.org> wrote:

> In some cases the output of the test might include a "hard_age=0" value
> in one of the two outputs.
>
> Signed-off-by: Felix Huettner <felix.huettner@stackit.cloud>
> ---
>  tests/ovn.at | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/tests/ovn.at b/tests/ovn.at
> index afde2576f..b1a92af09 100644
> --- a/tests/ovn.at
> +++ b/tests/ovn.at
> @@ -36819,7 +36819,7 @@ sleep 0.5
>  # Restart SB
>  AT_CHECK([kill -CONT $(cat ovn-sb/ovsdb-server.pid)])
>  check ovn-nbctl --wait=hv sync
> -as hv1 ovs-ofctl dump-flows br-int | sed 's/cookie=0x.*, duration=.*,
> table/cookie=??, duration=??, table/' | sed
> 's/load:0x.->NXM_NX_REG1/load:0x?->NXM_NX_REG1/g' | sed
> 's/idle_age=[[0-9]], //g' | sort > offlows2
> +as hv1 ovs-ofctl dump-flows br-int | sed 's/cookie=0x.*, duration=.*,
> table/cookie=??, duration=??, table/' | sed
> 's/load:0x.->NXM_NX_REG1/load:0x?->NXM_NX_REG1/g' | sed
> 's/idle_age=[[0-9]], //g' | sed 's/hard_age=[[0-9]], //g' | sort > offlows2
>  AT_CHECK([diff  offlows1 offlows2])
>
>  check ovn-nbctl ls-del sw0
> --
> 2.43.0
>
>
> _______________________________________________
> dev mailing list
> d...@openvswitch.org
> https://mail.openvswitch.org/mailman/listinfo/ovs-dev
>
>
Looks good to me, thanks.

Acked-by: Ales Musil <amu...@redhat.com>
_______________________________________________
dev mailing list
d...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to