Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tests: don't bail from OVN_CHECK_PACKETS_CONTAIN prematurily
When the expected number of packets arrive, OVN_CHECK_PACKETS_CONTAIN bails out. But it should bail out from waiting only when the expected packets were observed or when timeout reached, because the whole point of the function is to allow to ignore some packets (usually garps generated by ports) while waiting on the desired packets to arrive. Signed-off-by: Ihar Hrachyshka <[email protected]> Acked-by: Mark Michelson <[email protected]> Signed-off-by: Numan Siddique <[email protected]>
- Loading branch information