Re: [PATCH] tc-testing: flush gact actions on test teardown

2018-05-22 Thread Shuah Khan
On 05/22/2018 09:49 AM, David Miller wrote: > From: Shuah Khan > Date: Tue, 22 May 2018 09:43:28 -0600 > >> On 05/18/2018 10:21 AM, Vlad Buslov wrote: >>> Test 6fb4 creates one mirred and one pipe action, but only flushes mirred >>> on teardown. Leaking pipe action causes failures in other tests.

Re: [PATCH] tc-testing: flush gact actions on test teardown

2018-05-22 Thread David Miller
From: Shuah Khan Date: Tue, 22 May 2018 09:43:28 -0600 > On 05/18/2018 10:21 AM, Vlad Buslov wrote: >> Test 6fb4 creates one mirred and one pipe action, but only flushes mirred >> on teardown. Leaking pipe action causes failures in other tests. >> >> Add additional teardown command to also flush

Re: [PATCH] tc-testing: flush gact actions on test teardown

2018-05-22 Thread Shuah Khan
On 05/18/2018 10:21 AM, Vlad Buslov wrote: > Test 6fb4 creates one mirred and one pipe action, but only flushes mirred > on teardown. Leaking pipe action causes failures in other tests. > > Add additional teardown command to also flush gact actions. > > Signed-off-by: Vlad Buslov > --- > tools/

[PATCH] tc-testing: flush gact actions on test teardown

2018-05-18 Thread Vlad Buslov
Test 6fb4 creates one mirred and one pipe action, but only flushes mirred on teardown. Leaking pipe action causes failures in other tests. Add additional teardown command to also flush gact actions. Signed-off-by: Vlad Buslov --- tools/testing/selftests/tc-testing/tc-tests/actions/mirred.json |