On Mon, Sep 14, 2026 at 4:00 PM Xavier Simonart via dev < [email protected]> wrote:
> See failure at [0]. > > [0] > https://github.com/ovsrobot/ovn/actions/runs/33095448948/job/98639641228 > Fixes: 6ccb350705cc ("controller: Added support for port mirroring in OVN > overlay.") > Signed-off-by: Xavier Simonart <[email protected]> > --- > tests/ovn.at | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/tests/ovn.at b/tests/ovn.at > index 8acfecb7b..1e108802d 100644 > --- a/tests/ovn.at > +++ b/tests/ovn.at > @@ -19553,7 +19553,7 @@ AT_CHECK([ovn-sbctl lflow-list ls1 | grep > ls_out_pre_acl | ovn_strip_lflows], [0 > ]) > > # Check target port deletion. > -check ovn-nbctl lsp-del ls2-lp2 > +check ovn-nbctl --wait=sb lsp-del ls2-lp2 > AT_CHECK([ovn-sbctl lflow-list ls1 | grep mirror | ovn_strip_lflows], > [0], [dnl > table=??(ls_in_mirror ), priority=0 , match=(1), action=(next;) > table=??(ls_out_mirror ), priority=0 , match=(1), action=(next;) > -- > 2.47.1 > > _______________________________________________ > dev mailing list > [email protected] > https://mail.openvswitch.org/mailman/listinfo/ovs-dev > > Thank you Xavier, applied to main and backported down to 25.09. Regards, Ales _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
