From: Hangbin Liu <hidden> Date: 2021-01-19 03:00:36
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 <redacted>
Fixes: 0d29169a708b ("selftests/net/fib_tests: update addr_metric_test for peer route testing")
Signed-off-by: Hangbin Liu <redacted>
---
tools/testing/selftests/net/fib_tests.sh | 1 -
1 file changed, 1 deletion(-)
@@ -1055,7 +1055,6 @@ ipv6_addr_metric_test()check_route6"2001:db8:104::1 dev dummy2 proto kernel metric 260"log_test$?0"Set metric with peer route on local side"-log_test$?0"User specified metric on local address"check_route6"2001:db8:104::2 dev dummy2 proto kernel metric 260"log_test$?0"Set metric with peer route on peer side"
From: David Ahern <hidden> Date: 2021-01-19 03:04:13
On 1/18/21 7:59 PM, Hangbin Liu wrote:
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 <redacted>
Fixes: 0d29169a708b ("selftests/net/fib_tests: update addr_metric_test for peer route testing")
Signed-off-by: Hangbin Liu <redacted>
---
tools/testing/selftests/net/fib_tests.sh | 1 -
1 file changed, 1 deletion(-)
From: Jakub Kicinski <kuba@kernel.org> Date: 2021-01-20 01:08:53
On Mon, 18 Jan 2021 20:03:12 -0700 David Ahern wrote:
On 1/18/21 7:59 PM, Hangbin Liu wrote:
quoted
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 <redacted>
Fixes: 0d29169a708b ("selftests/net/fib_tests: update addr_metric_test for peer route testing")
Signed-off-by: Hangbin Liu <redacted>
---
tools/testing/selftests/net/fib_tests.sh | 1 -
1 file changed, 1 deletion(-)