Re: [PATCH net-next 2/5] selftests: forwarding: Only check for mz when it is needed

2018-03-01 Thread David Ahern
On 3/1/18 12:36 PM, Ido Schimmel wrote: > On Thu, Mar 01, 2018 at 11:09:44AM -0800, David Ahern wrote: >> Add a CHECK_MZ flag and only check if mz exists when flag is set. >> If it does not exist, exit non-0. >> >> Signed-off-by: David Ahern > > The only test that doesn't require it is router.sh

Re: [PATCH net-next 2/5] selftests: forwarding: Only check for mz when it is needed

2018-03-01 Thread Ido Schimmel
On Thu, Mar 01, 2018 at 11:09:44AM -0800, David Ahern wrote: > Add a CHECK_MZ flag and only check if mz exists when flag is set. > If it does not exist, exit non-0. > > Signed-off-by: David Ahern The only test that doesn't require it is router.sh so I'm not sure it's worth the effort. If you sti

[PATCH net-next 2/5] selftests: forwarding: Only check for mz when it is needed

2018-03-01 Thread David Ahern
Add a CHECK_MZ flag and only check if mz exists when flag is set. If it does not exist, exit non-0. Signed-off-by: David Ahern --- tools/testing/selftests/net/forwarding/lib.sh | 8 +--- tools/testing/selftests/net/forwarding/router_multipath.sh | 1 + tools/testing/selftests/ne