Re: [PATCH net-next] selftests: rtnetlink: remove testns on test fail

2018-03-04 Thread David Miller
From: Prashant Bhole Date: Fri, 2 Mar 2018 11:22:20 +0900 > This patch removes testns after test failure so that next test can > continue with clean ns > > Signed-off-by: Prashant Bhole Applied.

Re: [PATCH net-next] selftests: rtnetlink: remove testns on test fail

2018-03-02 Thread William Tu
On Thu, Mar 1, 2018 at 6:22 PM, Prashant Bhole wrote: > This patch removes testns after test failure so that next test can > continue with clean ns > > Signed-off-by: Prashant Bhole Thanks for the fix. Acked-by: William Tu

[PATCH net-next] selftests: rtnetlink: remove testns on test fail

2018-03-01 Thread Prashant Bhole
This patch removes testns after test failure so that next test can continue with clean ns Signed-off-by: Prashant Bhole --- tools/testing/selftests/net/rtnetlink.sh | 6 ++ 1 file changed, 6 insertions(+) diff --git a/tools/testing/selftests/net/rtnetlink.sh b/tools/testing/selftests/net/r