]> git.baikalelectronics.ru Git - kernel.git/commit
selftests: net: fib_tests: remove duplicate log test
authorHangbin Liu <liuhangbin@gmail.com>
Tue, 19 Jan 2021 02:59:30 +0000 (10:59 +0800)
committerJakub Kicinski <kuba@kernel.org>
Wed, 20 Jan 2021 01:03:16 +0000 (17:03 -0800)
commitdef2a01e06d0df1b202ab69f09b2171a12aa6d41
tree5d402626e10a0d5a9394387ddd1066d331ab7860
parentd23f8994df0c9717610f38ca60b83c44859d3959
selftests: net: fib_tests: remove duplicate log test

The previous test added an address with a specified metric and check if
correspond route was created. I somehow added two logs for the same
test. Remove the duplicated one.

Reported-by: Antoine Tenart <atenart@redhat.com>
Fixes: 214cfd886071 ("selftests/net/fib_tests: update addr_metric_test for peer route testing")
Signed-off-by: Hangbin Liu <liuhangbin@gmail.com>
Reviewed-by: David Ahern <dsahern@kernel.org>
Link: https://lore.kernel.org/r/20210119025930.2810532-1-liuhangbin@gmail.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
tools/testing/selftests/net/fib_tests.sh