From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jiri Pirko Subject: Re: [PATCH net-next 2/2] selftests: forwarding: Allow running specific tests Date: Thu, 3 May 2018 10:03:52 +0200 Message-ID: <20180503080352.GN19250@nanopsycho> References: <20180503075133.17450-1-idosch@mellanox.com> <20180503075133.17450-3-idosch@mellanox.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: netdev@vger.kernel.org, davem@davemloft.net, petrm@mellanox.com, dsahern@gmail.com, mlxsw@mellanox.com To: Ido Schimmel Return-path: Received: from mail-wm0-f66.google.com ([74.125.82.66]:36777 "EHLO mail-wm0-f66.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750781AbeECIDy (ORCPT ); Thu, 3 May 2018 04:03:54 -0400 Received: by mail-wm0-f66.google.com with SMTP id n10so28512372wmc.1 for ; Thu, 03 May 2018 01:03:53 -0700 (PDT) Content-Disposition: inline In-Reply-To: <20180503075133.17450-3-idosch@mellanox.com> Sender: netdev-owner@vger.kernel.org List-ID: Thu, May 03, 2018 at 09:51:33AM CEST, idosch@mellanox.com wrote: >Similar to commit a511858c7536 ("selftests: fib_tests: Allow user to run >a specific test"), allow user to run only a subset of the tests using >the TESTS environment variable. > >This is useful when not all the tests can pass on a given system. > >Example: ># export TESTS="ping_ipv4 ping_ipv6" ># ./bridge_vlan_aware.sh >TEST: ping [PASS] >TEST: ping6 [PASS] > >Signed-off-by: Petr Machata >Signed-off-by: Ido Schimmel Looks fine: Reviewed-by: Jiri Pirko