mbox series

[ovs-dev,0/5] Unit and System tests fixes

Message ID 20230718221152.81282-1-xsimonar@redhat.com
Headers show
Series Unit and System tests fixes | expand

Message

Xavier Simonart July 18, 2023, 10:11 p.m. UTC
Xavier Simonart (5):
  tests: fixed another flake in "send gratuitous ARP for NAT rules on HA
    distributed router"
  tests: increased bfd-mult to 15
  tests: fixed missing HAVE_SCAPY
  tests: fixed "ECMP IPv6 symmetric reply"
  tests: fixed "ARP replies for SNAT external ips"

 tests/ovn.at        | 30 ++++++++++++++++--------------
 tests/system-ovn.at |  2 +-
 2 files changed, 17 insertions(+), 15 deletions(-)

Comments

Ales Musil July 19, 2023, 6:38 a.m. UTC | #1
On Wed, Jul 19, 2023 at 12:19 AM Xavier Simonart <xsimonar@redhat.com>
wrote:

> Xavier Simonart (5):
>   tests: fixed another flake in "send gratuitous ARP for NAT rules on HA
>     distributed router"
>   tests: increased bfd-mult to 15
>   tests: fixed missing HAVE_SCAPY
>   tests: fixed "ECMP IPv6 symmetric reply"
>   tests: fixed "ARP replies for SNAT external ips"
>
>  tests/ovn.at        | 30 ++++++++++++++++--------------
>  tests/system-ovn.at |  2 +-
>  2 files changed, 17 insertions(+), 15 deletions(-)
>
> --
> 2.31.1
>
> _______________________________________________
> dev mailing list
> dev@openvswitch.org
> https://mail.openvswitch.org/mailman/listinfo/ovs-dev
>
>
The whole series looks good, thanks.

Acked-by: Ales Musil <amusil@redhat.com>
Mark Michelson July 19, 2023, 8:23 p.m. UTC | #2
For the series,

Acked-by: Mark Michelson <mmichels@redhat.com>

On 7/18/23 18:11, Xavier Simonart wrote:
> Xavier Simonart (5):
>    tests: fixed another flake in "send gratuitous ARP for NAT rules on HA
>      distributed router"
>    tests: increased bfd-mult to 15
>    tests: fixed missing HAVE_SCAPY
>    tests: fixed "ECMP IPv6 symmetric reply"
>    tests: fixed "ARP replies for SNAT external ips"
> 
>   tests/ovn.at        | 30 ++++++++++++++++--------------
>   tests/system-ovn.at |  2 +-
>   2 files changed, 17 insertions(+), 15 deletions(-)
>
Dumitru Ceara July 25, 2023, 3:23 p.m. UTC | #3
On 7/19/23 00:11, Xavier Simonart wrote:
> Xavier Simonart (5):
>   tests: fixed another flake in "send gratuitous ARP for NAT rules on HA
>     distributed router"
>   tests: increased bfd-mult to 15
>   tests: fixed missing HAVE_SCAPY
>   tests: fixed "ECMP IPv6 symmetric reply"
>   tests: fixed "ARP replies for SNAT external ips"
> 
>  tests/ovn.at        | 30 ++++++++++++++++--------------
>  tests/system-ovn.at |  2 +-
>  2 files changed, 17 insertions(+), 15 deletions(-)
> 

Thanks, Xavier, Ales and Mark!

I applied this series to main.  I also backported these patches to all
applicable branches down to 22.03.

Regards,
Dumitru