mbox series

[ovs-dev,00/13] Fixes Multiple Unit Tests

Message ID 20230627093043.1465206-1-xsimonar@redhat.com
Headers show
Series Fixes Multiple Unit Tests | expand

Message

Xavier Simonart June 27, 2023, 9:30 a.m. UTC
Xavier Simonart (13):
  tests: fixed "policy-based routing" and "route tables IPv6 --
    overlapping subnets"
  tests: fixed "dhcpv6 : 1 HV, 2 LS, 5 LSPs" and "external logical port"
  tests: fixed "send gratuitous ARP for NAT rules on HA distributed
    router"
  tests: fixed "Load balancer health checks - IPv4 and IPv6"
  tests: decreased failure rate of "tug-of-war between two chassis for
    the same port"
  tests: fixed "IPv6 periodic RA"
  tests: fixed "Encaps tunnel cleanup does not interfere with multiple
    controller on the same host"
  tests: fixed "check meters update"
  tests: fixed "send gratuitous arp for nat ips in localnet"
  tests: fixed "nb_cfg timestamp"
  tests: fixed "ACL Reject ping pong"
  tests: fixed "MAC binding aging" and "IGMP external querier"
  tests: fixed "vtep: 3 HVs, 1 VIFs/HV, 1 GW, 1 LS"

 tests/ovn.at | 94 +++++++++++++++++++++++++++++++---------------------
 1 file changed, 56 insertions(+), 38 deletions(-)

Comments

Ales Musil July 4, 2023, 8:51 a.m. UTC | #1
On Tue, Jun 27, 2023 at 11:31 AM Xavier Simonart <xsimonar@redhat.com>
wrote:

> Xavier Simonart (13):
>   tests: fixed "policy-based routing" and "route tables IPv6 --
>     overlapping subnets"
>   tests: fixed "dhcpv6 : 1 HV, 2 LS, 5 LSPs" and "external logical port"
>   tests: fixed "send gratuitous ARP for NAT rules on HA distributed
>     router"
>   tests: fixed "Load balancer health checks - IPv4 and IPv6"
>   tests: decreased failure rate of "tug-of-war between two chassis for
>     the same port"
>   tests: fixed "IPv6 periodic RA"
>   tests: fixed "Encaps tunnel cleanup does not interfere with multiple
>     controller on the same host"
>   tests: fixed "check meters update"
>   tests: fixed "send gratuitous arp for nat ips in localnet"
>   tests: fixed "nb_cfg timestamp"
>   tests: fixed "ACL Reject ping pong"
>   tests: fixed "MAC binding aging" and "IGMP external querier"
>   tests: fixed "vtep: 3 HVs, 1 VIFs/HV, 1 GW, 1 LS"
>
>  tests/ovn.at | 94 +++++++++++++++++++++++++++++++---------------------
>  1 file changed, 56 insertions(+), 38 deletions(-)
>
> --
> 2.31.1
>
> _______________________________________________
> dev mailing list
> dev@openvswitch.org
> https://mail.openvswitch.org/mailman/listinfo/ovs-dev
>
>
The whole series looks good to me, thanks.

Acked-by: Ales Musil <amusil@redhat.com>
Dumitru Ceara July 5, 2023, 5:05 p.m. UTC | #2
On 7/4/23 10:51, Ales Musil wrote:
> On Tue, Jun 27, 2023 at 11:31 AM Xavier Simonart <xsimonar@redhat.com>
> wrote:
> 
>> Xavier Simonart (13):
>>   tests: fixed "policy-based routing" and "route tables IPv6 --
>>     overlapping subnets"
>>   tests: fixed "dhcpv6 : 1 HV, 2 LS, 5 LSPs" and "external logical port"
>>   tests: fixed "send gratuitous ARP for NAT rules on HA distributed
>>     router"
>>   tests: fixed "Load balancer health checks - IPv4 and IPv6"
>>   tests: decreased failure rate of "tug-of-war between two chassis for
>>     the same port"
>>   tests: fixed "IPv6 periodic RA"
>>   tests: fixed "Encaps tunnel cleanup does not interfere with multiple
>>     controller on the same host"
>>   tests: fixed "check meters update"
>>   tests: fixed "send gratuitous arp for nat ips in localnet"
>>   tests: fixed "nb_cfg timestamp"
>>   tests: fixed "ACL Reject ping pong"
>>   tests: fixed "MAC binding aging" and "IGMP external querier"
>>   tests: fixed "vtep: 3 HVs, 1 VIFs/HV, 1 GW, 1 LS"
>>
>>  tests/ovn.at | 94 +++++++++++++++++++++++++++++++---------------------
>>  1 file changed, 56 insertions(+), 38 deletions(-)
>>
>> --
>> 2.31.1
>>
>> _______________________________________________
>> dev mailing list
>> dev@openvswitch.org
>> https://mail.openvswitch.org/mailman/listinfo/ovs-dev
>>
>>
> The whole series looks good to me, thanks.
> 
> Acked-by: Ales Musil <amusil@redhat.com>
> 

Thanks, Xavier and Ales!  I applied this series to main and backported
all applicable patches to all stable branches down to 22.03.

Regards,
Dumitru