[ovs-dev] [PATCH ovn] tests: fixed multiple flaky tests

2022-05-12 Thread Xavier Simonart
- Multiple "ovn-controller" tests - I-P handle northd_internal_version change - 2 HVs, 1 lport/HV, localport ports - 1 LR with distributed router gateway port - send gratuitous arp for NAT rules on distributed router - send gratuitous arp on localnet - 4 HV, 3 LS, 2 LR, packet test with HA distribu

Re: [ovs-dev] [PATCH ovn] tests: fixed multiple flaky tests

2022-05-17 Thread Mark Michelson
Thanks for this, Xavier. I really like seeing new macros being added to the testsuite to increase reliability. Acked-by: Mark Michelson On 5/12/22 05:23, Xavier Simonart wrote: - Multiple "ovn-controller" tests - I-P handle northd_internal_version change - 2 HVs, 1 lport/HV, localport ports -

Re: [ovs-dev] [PATCH ovn] tests: fixed multiple flaky tests

2022-05-17 Thread Numan Siddique
On Tue, May 17, 2022 at 1:47 PM Mark Michelson wrote: > Thanks for this, Xavier. I really like seeing new macros being added to > the testsuite to increase reliability. > > Acked-by: Mark Michelson > Thanks for improving the test cases. Applied to the main branch. Numan > > On 5/12/22 05:23,

[ovs-dev] [PATCH ovn] tests: fixed multiple flaky tests (not waiting for patch flows)

2022-06-22 Thread Xavier Simonart
The following test cases were sometimes failing, (mainly) for the same reason i.e. packet lost as being sent before patch ports were installed. - 2 HVs, 2 LS, switching between multiple localnet ports with same tags - VLAN transparency, passthru=true, ARP responder disabled - send gratuitous arp fo

Re: [ovs-dev] [PATCH ovn] tests: fixed multiple flaky tests (not waiting for patch flows)

2022-06-23 Thread Mark Michelson
Hi Xavier, Thanks a bunch for fixing this. I have a small suggestion below On 6/22/22 11:02, Xavier Simonart wrote: The following test cases were sometimes failing, (mainly) for the same reason i.e. packet lost as being sent before patch ports were installed. - 2 HVs, 2 LS, switching between mu

Re: [ovs-dev] [PATCH ovn] tests: fixed multiple flaky tests (not waiting for patch flows)

2022-06-24 Thread Xavier Simonart
Hi Mark Thanks for the suggestion, it makes sense as it makes the test easier to read. I'll send a v2 Thanks Xavier On Thu, Jun 23, 2022 at 10:39 PM Mark Michelson wrote: > Hi Xavier, > > Thanks a bunch for fixing this. I have a small suggestion below > > On 6/22/22 11:02, Xavier Simonart wrot