Re: [PATCH net-next] selftests: Add FIB onlink tests

2018-02-13 Thread David Ahern
On 2/13/18 1:39 PM, Ido Schimmel wrote: > On Tue, Feb 13, 2018 at 08:44:06AM -0800, David Ahern wrote: >> Add test cases verifying FIB onlink commands work as expected in >> various conditions - IPv4, IPv6, main table, and VRF. >> >> Signed-off-by: David Ahern >> --- >> tools/testing/selftests/ne

Re: [PATCH net-next] selftests: Add FIB onlink tests

2018-02-13 Thread Ido Schimmel
On Tue, Feb 13, 2018 at 08:44:06AM -0800, David Ahern wrote: > Add test cases verifying FIB onlink commands work as expected in > various conditions - IPv4, IPv6, main table, and VRF. > > Signed-off-by: David Ahern > --- > tools/testing/selftests/net/fib-onlink-tests.sh | 375 >

Re: [PATCH net-next] selftests: Add FIB onlink tests

2018-02-13 Thread David Miller
From: David Ahern Date: Tue, 13 Feb 2018 08:44:06 -0800 > Add test cases verifying FIB onlink commands work as expected in > various conditions - IPv4, IPv6, main table, and VRF. > > Signed-off-by: David Ahern Applied with various trailing whitespace errors fixed up. Thanks David.

[PATCH net-next] selftests: Add FIB onlink tests

2018-02-13 Thread David Ahern
Add test cases verifying FIB onlink commands work as expected in various conditions - IPv4, IPv6, main table, and VRF. Signed-off-by: David Ahern --- tools/testing/selftests/net/fib-onlink-tests.sh | 375 1 file changed, 375 insertions(+) create mode 100755 tools/testin