From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ido Schimmel Subject: Re: [PATCH net-next] selftests: Add FIB onlink tests Date: Tue, 13 Feb 2018 22:39:36 +0200 Message-ID: <20180213203936.GA15140@splinter> References: <20180213164406.1770-1-dsahern@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: netdev@vger.kernel.org, idosch@mellanox.com To: David Ahern Return-path: Received: from out5-smtp.messagingengine.com ([66.111.4.29]:46149 "EHLO out5-smtp.messagingengine.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S965676AbeBMUjk (ORCPT ); Tue, 13 Feb 2018 15:39:40 -0500 Content-Disposition: inline In-Reply-To: <20180213164406.1770-1-dsahern@gmail.com> Sender: netdev-owner@vger.kernel.org List-ID: 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 ++++++++++++++++++++++++ > 1 file changed, 375 insertions(+) > create mode 100755 tools/testing/selftests/net/fib-onlink-tests.sh You probably want to add it to the Makefile...