On Tue, Oct 7, 2025 at 11:17 AM Dumitru Ceara via dev < [email protected]> wrote:
> Both "Network Function" test cases seem to fail quite often in CI. Some > sample failure instances: > - "Network function packet flow - outbound" [0] > - "Network function packet flow - inbound" [1] > > Especially the "Network function packet flow - inbound" seems to fail > more often in CI. As discussed on the original series [2], we should > investigate improving the tests. Until then, re-run them once on > failure. > > [0] > https://github.com/dceara/ovn/actions/runs/18305568049/job/52122082068#step:12:5448 > [1] > https://github.com/dceara/ovn/actions/runs/18305568049/job/52122082080#step:12:5455 > [2] > https://mail.openvswitch.org/pipermail/ovs-dev/2025-October/426694.html > > Signed-off-by: Dumitru Ceara <[email protected]> > --- > tests/ovn.at | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/tests/ovn.at b/tests/ovn.at > index 0a4c7c6db4..16270151f9 100644 > --- a/tests/ovn.at > +++ b/tests/ovn.at > @@ -44052,6 +44052,7 @@ AT_CLEANUP > OVN_FOR_EACH_NORTHD([ > AT_SETUP([Network function packet flow - outbound]) > AT_KEYWORDS([ovn]) > +TAG_UNSTABLE > ovn_start > > # Create logical topology. One LS sw0 with 4 ports. > @@ -44243,6 +44244,7 @@ AT_CLEANUP > OVN_FOR_EACH_NORTHD([ > AT_SETUP([Network function packet flow - inbound]) > AT_KEYWORDS([ovn]) > +TAG_UNSTABLE > ovn_start > > # Create logical topology. One LS sw0 with 4 ports. > -- > 2.51.0 > > _______________________________________________ > dev mailing list > [email protected] > https://mail.openvswitch.org/mailman/listinfo/ovs-dev > > Looks good to me, thanks. Acked-by: Ales Musil <[email protected]> _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
