Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
system-test: Fix tcpdump usage in LB template tests.
Otherwise tcpdump might not print anything until the interface goes away making the test fail. Also, make sure the capture is up before continuing the test. A similar fix was committed earlier via 6c4ffe5 ("system-test: Use OVS_WAIT_UNTIL for tcpdump start instead fo sleep") but other tests were added in the meantime. Suggested-by: Xavier Simonart <xsimonar@redhat.com> Fixes: 086744a ("northd: Use LB port_str in northd.") Reported-at: https://issues.redhat.com/browse/FDP-192 Signed-off-by: Dumitru Ceara <dceara@redhat.com> --- NOTE: we should probably try to find a unified way of using tcpdump throughout the test suite. However, since the LB template tests fail quite often in CI, I'd like to find a quick fix for them for now so that we simplify the work maintainers have to do on every patch.
- Loading branch information