mbox series

[ovs-dev,0/5] More unit tests fixes

Message ID 20231103134257.441166-1-xsimonar@redhat.com
Headers show
Series More unit tests fixes | expand

Message

Xavier Simonart Nov. 3, 2023, 1:42 p.m. UTC
Xavier Simonart (5):
  tests: fixed "interconnection - static multicast" and "- IGMP/MLD
    multicast"
  tests: fixed system test "LR with SNAT fragmentation needed for
    external server".
  tests: fixed "ovn-nbctl - daemon retry connection"
  tests: have CHECK_NO_CHANGE_AFTER_RECOMPUTE potentially wait for ports
    up
  tests: fixed race_condition with max_prefix

 tests/ovn-nbctl.at       |  4 +++-
 tests/ovn-northd.at      | 40 ++++++++++++++++++++++++----------------
 tests/ovn.at             | 10 +++++++++-
 tests/system-ovn-kmod.at |  4 ++--
 4 files changed, 38 insertions(+), 20 deletions(-)

Comments

Dumitru Ceara Nov. 17, 2023, 2:25 p.m. UTC | #1
On 11/3/23 14:42, Xavier Simonart wrote:
> Xavier Simonart (5):
>   tests: fixed "interconnection - static multicast" and "- IGMP/MLD
>     multicast"
>   tests: fixed system test "LR with SNAT fragmentation needed for
>     external server".
>   tests: fixed "ovn-nbctl - daemon retry connection"
>   tests: have CHECK_NO_CHANGE_AFTER_RECOMPUTE potentially wait for ports
>     up
>   tests: fixed race_condition with max_prefix
> 
>  tests/ovn-nbctl.at       |  4 +++-
>  tests/ovn-northd.at      | 40 ++++++++++++++++++++++++----------------
>  tests/ovn.at             | 10 +++++++++-
>  tests/system-ovn-kmod.at |  4 ++--
>  4 files changed, 38 insertions(+), 20 deletions(-)
> 

Thanks, Xavier!  Applied to main and backported to all applicable
branches down to 22.03.

Regards,
Dumitru