Re: [PATCH net-next] selftests: Fix detection of nettest command in fcnal-test

2019-08-09 Thread David Miller
From: David Ahern Date: Fri, 9 Aug 2019 16:13:38 -0700 > From: David Ahern > > Most of the tests run by fcnal-test.sh relies on the nettest command. > Rather than trying to cover all of the individual tests, check for the > binary only at the beginning. > > Also removes the need for log_error

[PATCH net-next] selftests: Fix detection of nettest command in fcnal-test

2019-08-09 Thread David Ahern
From: David Ahern Most of the tests run by fcnal-test.sh relies on the nettest command. Rather than trying to cover all of the individual tests, check for the binary only at the beginning. Also removes the need for log_error which is undefined. Fixes: 6f9d5cacfe07 ("selftests: Setup for functio