diff options
author | David Ahern <dsahern@gmail.com> | 2018-02-13 08:37:34 -0800 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2018-02-13 14:34:28 -0500 |
commit | 1056691b26809e838da67bc2a61761017d20cfda (patch) | |
tree | 8bbe9043fce44de715483154a5cf7f7fa20117a4 /net/dsa/dsa.c | |
parent | 07f4e62f1c704f583740e6dd59c223819feb03ec (diff) | |
download | linux-1056691b26809e838da67bc2a61761017d20cfda.tar.bz2 |
selftests: fib_tests: Make test results more verbose
fib_tests.sh is failing in a VM:
$ fib_tests.sh
Running netdev unregister tests
PASS: unicast route test
PASS: multipath route test
Running netdev down tests
PASS: unicast route test
PASS: multipath route test
Running netdev carrier change tests
PASS: local route carrier test
FAIL: unicast route carrier test
The last test corresponds to fib_carrier_unicast_test which 12 places
that could be failing. Be more verbose in the output so a failure is
easier to track down and separate test setup failures with set -e and
set +e pairs.
With the verbose logging it is easier to see which checks are failing:
$fib_tests.sh
Single path route carrier test
....
Carrier down
IPv4 fibmatch [ OK ]
IPv6 fibmatch [ OK ]
IPv4 linkdown flag set [FAIL]
IPv6 linkdown flag set [FAIL]
Second address added with carrier down
IPv4 fibmatch [ OK ]
IPv6 fibmatch [ OK ]
IPv4 linkdown flag set [FAIL]
IPv6 linkdown flag set [ OK ]
Signed-off-by: David Ahern <dsahern@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/dsa/dsa.c')
0 files changed, 0 insertions, 0 deletions