Hi Some tests failed in ovs-robot ( https://github.com/ovsrobot/ovn/actions/runs/27547031217/job/81423590350 ), but this is due to a different set of flaky tests. I'll send some fixes later.
Thanks Xavier On Mon, Jun 15, 2026 at 2:32 PM Xavier Simonart <[email protected]> wrote: > Signed-off-by: Xavier Simonart <[email protected]> > --- > tests/system-ovn.at | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/tests/system-ovn.at b/tests/system-ovn.at > index cfcc3f197..8387b4440 100644 > --- a/tests/system-ovn.at > +++ b/tests/system-ovn.at > @@ -19349,9 +19349,9 @@ IP: 169.0.0.10, port: 4789, vni: $vni > IP: 169::10, port: 4789, vni: $vni > ]) > > -OVS_WAIT_FOR_OUTPUT_UNQUOTED([ovn-appctl evpn/vtep-binding-list | cut > -d',' -f2-], [0], [dnl > - Remote IP: 169::10, vni: $vni, binding_key: 0x80000002, tunnel_ofport: > $ofport, dp_key: $dp_key > +OVS_WAIT_FOR_OUTPUT_UNQUOTED([ovn-appctl evpn/vtep-binding-list | cut > -d',' -f2- | sort], [0], [dnl > Remote IP: 169.0.0.10, vni: $vni, binding_key: 0x80000001, > tunnel_ofport: $ofport, dp_key: $dp_key > + Remote IP: 169::10, vni: $vni, binding_key: 0x80000002, tunnel_ofport: > $ofport, dp_key: $dp_key > ]) > > OVS_WAIT_FOR_OUTPUT_UNQUOTED([ovn-appctl evpn/vtep-multicast-group-list | > grep -q 169.0.0.10]) > -- > 2.47.1 > > _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
