On Wed, Apr 23, 2025 at 5:03 PM Lorenzo Bianconi 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.
> >
> > Acked-by: Ales Musil <amu...@redhat.com>
> > Signed-off-by: Felix Huettner <felix.huettner@stackit.cloud>
>
> Acked-by: Lorenzo Bianconi <lorenzo.bianc...@redhat.com>
>
> > ---
> > v7->v8: added Acked-by
> >
> >  tests/ovn.at | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/tests/ovn.at b/tests/ovn.at
> > index bbaa653a8..613a4a2db 100644
> > --- a/tests/ovn.at
> > +++ b/tests/ovn.at
> > @@ -36783,7 +36783,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
> >
> _______________________________________________
> dev mailing list
> d...@openvswitch.org
> https://mail.openvswitch.org/mailman/listinfo/ovs-dev


Thank you Felix and Lorenzo, I've decided to merge this into main
and backport down to 24.04, so you don't have to drag it along the series.

Regards,
Ales
_______________________________________________
dev mailing list
d...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to