Skip to content

Commit fd23d2d

Browse files
liuhangbinkuba-moo
authored andcommitted
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 <[email protected]> Fixes: 0d29169 ("selftests/net/fib_tests: update addr_metric_test for peer route testing") Signed-off-by: Hangbin Liu <[email protected]> Reviewed-by: David Ahern <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Jakub Kicinski <[email protected]>
1 parent 4964e5a commit fd23d2d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tools/testing/selftests/net/fib_tests.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1055,7 +1055,6 @@ ipv6_addr_metric_test()
10551055

10561056
check_route6 "2001:db8:104::1 dev dummy2 proto kernel metric 260"
10571057
log_test $? 0 "Set metric with peer route on local side"
1058-
log_test $? 0 "User specified metric on local address"
10591058
check_route6 "2001:db8:104::2 dev dummy2 proto kernel metric 260"
10601059
log_test $? 0 "Set metric with peer route on peer side"
10611060

0 commit comments

Comments
 (0)