From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ido Schimmel Subject: [PATCH net-next 0/2] selftests: forwarding: Two enhancements Date: Thu, 3 May 2018 10:51:31 +0300 Message-ID: <20180503075133.17450-1-idosch@mellanox.com> Mime-Version: 1.0 Content-Type: text/plain Cc: davem@davemloft.net, petrm@mellanox.com, dsahern@gmail.com, mlxsw@mellanox.com, Ido Schimmel To: netdev@vger.kernel.org Return-path: Received: from mail-ve1eur01on0068.outbound.protection.outlook.com ([104.47.1.68]:37136 "EHLO EUR01-VE1-obe.outbound.protection.outlook.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1750945AbeECHww (ORCPT ); Thu, 3 May 2018 03:52:52 -0400 Sender: netdev-owner@vger.kernel.org List-ID: First patch increases the maximum deviation in the multipath tests which proved to be too low in some cases. Second patch allows user to run only specific tests from each file using the TESTS environment variable. This granularity is needed in setups where not all the tests can pass. Ido Schimmel (2): selftests: forwarding: Increase maximum deviation in multipath test selftests: forwarding: Allow running specific tests .../selftests/net/forwarding/bridge_vlan_aware.sh | 26 +++++++++++++--- .../net/forwarding/bridge_vlan_unaware.sh | 26 +++++++++++++--- tools/testing/selftests/net/forwarding/lib.sh | 9 ++++++ .../testing/selftests/net/forwarding/mirror_gre.sh | 36 +++++++++++++++++----- .../selftests/net/forwarding/mirror_gre_bound.sh | 23 +++++++++++--- .../selftests/net/forwarding/mirror_gre_changes.sh | 29 ++++++++++++++--- .../selftests/net/forwarding/mirror_gre_flower.sh | 23 +++++++++++--- .../selftests/net/forwarding/mirror_gre_neigh.sh | 22 ++++++++++--- .../selftests/net/forwarding/mirror_gre_nh.sh | 8 +++-- tools/testing/selftests/net/forwarding/router.sh | 14 +++++++-- .../selftests/net/forwarding/router_multipath.sh | 17 +++++++--- .../testing/selftests/net/forwarding/tc_actions.sh | 25 ++++++++++----- .../testing/selftests/net/forwarding/tc_chains.sh | 7 ++--- .../testing/selftests/net/forwarding/tc_flower.sh | 14 +++------ .../selftests/net/forwarding/tc_shblocks.sh | 5 +-- 15 files changed, 220 insertions(+), 64 deletions(-) -- 2.14.3