Re: [PATCH net] selftests/net/fib_tests: remove duplicate log test

2021-01-19 Thread Jakub Kicinski
On Mon, 18 Jan 2021 20:03:12 -0700 David Ahern wrote: > 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-b

Re: [PATCH net] selftests/net/fib_tests: remove duplicate log test

2021-01-18 Thread David Ahern
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 > Fixes: 0d29169a708b ("selftests/net/fib_tests

[PATCH net] selftests/net/fib_tests: remove duplicate log test

2021-01-18 Thread Hangbin Liu
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 Fixes: 0d29169a708b ("selftests/net/fib_tests: update addr_metric_test for peer route testing")