Re: [ovs-dev] [PATCH] tests: Avoid race in tunnel-push-pop tests.

2016-08-18 Thread Jesse Gross
On Thu, Aug 18, 2016 at 4:36 PM, pravin shelar wrote: > On Thu, Aug 18, 2016 at 12:26 PM, Jesse Gross wrote: >> These tests dump the flows currently in the datapath but they aren't >> the first to run and might have existing flows left over. We don't >> really care if there are others flows prese

Re: [ovs-dev] [PATCH] tests: Avoid race in tunnel-push-pop tests.

2016-08-18 Thread pravin shelar
On Thu, Aug 18, 2016 at 12:26 PM, Jesse Gross wrote: > These tests dump the flows currently in the datapath but they aren't > the first to run and might have existing flows left over. We don't > really care if there are others flows present so filter on the ones > we want to avoid being affected b