commit | f887427b2cecfb57165f0207b33aed89dd29ab61 | [log] [tgz] |
---|---|---|
author | David Ahern <dsahern@gmail.com> | Fri Aug 09 16:13:38 2019 -0700 |
committer | David S. Miller <davem@davemloft.net> | Fri Aug 09 19:54:14 2019 -0700 |
tree | bb9e67e4c0b86c7b0103906787b3be148c3ff1a2 | |
parent | f52ea3c55a4046054826b84de93f7814ce5ba23e [diff] |
selftests: Fix detection of nettest command in fcnal-test 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 functional tests for fib and socket lookups") Signed-off-by: David Ahern <dsahern@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>