[ovs-git] [ovn-org/ovn] 879ebc: tests: Fix frequent failure of "4 HV, 1 LS, 1 LR, ...

numansiddique noreply at github.com
Tue Apr 20 22:44:23 UTC 2021


  Branch: refs/heads/master
  Home:   https://github.com/ovn-org/ovn
  Commit: 879ebc8c64199209aa2fe11ca7fd2504384a605f
      https://github.com/ovn-org/ovn/commit/879ebc8c64199209aa2fe11ca7fd2504384a605f
  Author: Numan Siddique <numans at ovn.org>
  Date:   2021-04-20 (Tue, 20 Apr 2021)

  Changed paths:
    M tests/ovn-macros.at
    M tests/ovn.at

  Log Message:
  -----------
  tests: Fix frequent failure of "4 HV, 1 LS, 1 LR, packet test with HA distributed router gateway port:".

This test is failing quite often due to timing issues.  The failures are
mainly due to the packet not received by the other side of the tunnel.
The test case resets the pcap file and then injects the packet.  And
this packet gets lost sometimes if the pcap files are not reset yet.
To fix this issue the test now ensures that ovs-vswitchd resets the
pcap file before injecting the packet.  The test also now adds
some waits to make sure flows related to tunnels are programmed
when the chassisresident port moves from one gw chassis to other.

Signed-off-by: Numan Siddique <numans at ovn.org>
Acked-by: Mark Michelson <mmichels at redhat.com>




More information about the git mailing list