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)
commitfd23d2dc180fccfad4b27a8e52ba1bc415d18509
tree5d402626e10a0d5a9394387ddd1066d331ab7860
parent4964e5a1e080f785f5518b402a9e48c527fe6cbd
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: 0d29169a708b ("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