On Tue, May 26, 2026 at 6:26 PM Dumitru Ceara via dev < [email protected]> wrote:
> The recently added "ARP/ND from localnet -- proxy reply on resident chassis > only" test often fails in CI due to a false positive error log generated > by ovs-vswitchd in the version used by the OVS submodule in OVN. > > The bug has been fixed in more recent OVS versions but the patch that > bumps the OVS submodule cannot be accepted as it introduces another > regression: > > https://mail.openvswitch.org/pipermail/ovs-dev/2026-May/432488.html > > Let's ignore the error for now in OVN CI for that specific test. > > Signed-off-by: Dumitru Ceara <[email protected]> > --- > tests/ovn.at | 6 +++++- > 1 file changed, 5 insertions(+), 1 deletion(-) > > diff --git a/tests/ovn.at b/tests/ovn.at > index 0c3d4199bb..e42bff4881 100644 > --- a/tests/ovn.at > +++ b/tests/ovn.at > @@ -10385,7 +10385,11 @@ check ovn-nbctl --wait=hv set Logical_Switch_Port > ln1 \ > options:localnet_learn_fdb=true > test_arp_nd_localnet > > -OVN_CLEANUP([hv1],[hv2]) > +OVN_CLEANUP([hv1 > +/left allocated/d > +], [hv2 > +/left allocated/d > +]) > AT_CLEANUP > ]) > > -- > 2.54.0 > > _______________________________________________ > dev mailing list > [email protected] > https://mail.openvswitch.org/mailman/listinfo/ovs-dev > > Thank you Dumitru, applied to main and backported all the way down to 24.03. Regards, Ales _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
