From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Ahern Subject: Re: [RFC PATCH net-next 02/12] selftests: forwarding: Add a test for FDB learning Date: Wed, 17 Jan 2018 12:48:54 -0800 Message-ID: <33d3f4a4-8b92-60da-3e1f-327effb7eda0@gmail.com> References: <20180115191853.26129-1-idosch@mellanox.com> <20180115191853.26129-3-idosch@mellanox.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: davem@davemloft.net, shuah@kernel.org, nikolay@cumulusnetworks.com, roopa@cumulusnetworks.com, andy@greyhouse.net, jiri@mellanox.com, mlxsw@mellanox.com, saeedm@mellanox.com, tariqt@mellanox.com, jhs@mojatatu.com, lucasb@mojatatu.com, f.fainelli@gmail.com, vivien.didelot@savoirfairelinux.com, andrew@lunn.ch, jakub.kicinski@netronome.com, simon.horman@netronome.com To: Ido Schimmel , netdev@vger.kernel.org, linux-kselftest@vger.kernel.org Return-path: Received: from mail-pf0-f172.google.com ([209.85.192.172]:39493 "EHLO mail-pf0-f172.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754785AbeAQUs4 (ORCPT ); Wed, 17 Jan 2018 15:48:56 -0500 In-Reply-To: <20180115191853.26129-3-idosch@mellanox.com> Content-Language: en-US Sender: netdev-owner@vger.kernel.org List-ID: On 1/15/18 11:18 AM, Ido Schimmel wrote: > diff --git a/tools/testing/selftests/forwarding/lib.sh b/tools/testing/selftests/forwarding/lib.sh > index bb423371f4de..264bf0af4c4d 100644 > --- a/tools/testing/selftests/forwarding/lib.sh > +++ b/tools/testing/selftests/forwarding/lib.sh > @@ -22,6 +22,11 @@ if [[ ! -x "$(command -v jq)" ]]; then > exit 0 > fi > > +if [[ ! -x "$(command -v mausezahn)" ]]; then > + echo "SKIP: mausezahn not installed" > + exit 0 > +fi > + The checks are good, but hitting a collision with this one: $ ./router.sh SKIP: mausezahn not installed For debian, it is mz not mausezahn.