[ovs-dev] [PATCH 06/15] tests: Add delay to dump-conntrack for tc test cases.

2022-09-05 Thread Eelco Chaudron
This patch adds a delay before dumping the conntrack table because with tc it takes a bit longer before it gets synced. Signed-off-by: Eelco Chaudron --- tests/system-common-macros.at |3 + tests/system-offloads-testsuite.at | 25 + tests/system-traffic.at| 198 ++

Re: [ovs-dev] [PATCH 06/15] tests: Add delay to dump-conntrack for tc test cases.

2022-11-07 Thread Roi Dayan via dev
On 05/09/2022 16:08, Eelco Chaudron wrote: > This patch adds a delay before dumping the conntrack table because with > tc it takes a bit longer before it gets synced. > > Signed-off-by: Eelco Chaudron > --- > tests/system-common-macros.at |3 + > tests/system-offloads-testsuite.at |