From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pl0-f42.google.com ([209.85.160.42]:41757 "EHLO mail-pl0-f42.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1161068AbeCATJy (ORCPT ); Thu, 1 Mar 2018 14:09:54 -0500 From: David Ahern To: netdev@vger.kernel.org Cc: linux-kselftest@vger.kernel.org, idosch@mellanox.com, jiri@mellanox.com, David Ahern Subject: [PATCH net-next 0/5] selftests: forwarding: misc bug fixes and enhancements Date: Thu, 1 Mar 2018 11:09:42 -0800 Message-Id: <20180301190947.7299-1-dsahern@gmail.com> Sender: netdev-owner@vger.kernel.org List-ID: Bug fixes and an enhancement for the recent forwarding tests: - only check tc version on tc tests - only check for mz for tests that will use it - handle multipath tests failing with 0 packet count - fix ping command for IPv6 on Debian jessie - improve summary of multipath tests BTW: who is the cruel person that made whitespace 7 spaces in these files? David Ahern (5): selftests: forwarding: Only check tc version for tc tests selftests: forwarding: Only check for mz when it is needed selftests: forwarding: Handle 0 for packet difference in multipath tests selftests: forwarding: Use PING6 instead of ping for ipv6 multipath test selftests: forwarding: Add description to the multipath tests tools/testing/selftests/net/forwarding/lib.sh | 37 ++++++++++------- .../selftests/net/forwarding/router_multipath.sh | 47 +++++++++++++--------- .../testing/selftests/net/forwarding/tc_actions.sh | 2 +- .../testing/selftests/net/forwarding/tc_chains.sh | 2 +- .../testing/selftests/net/forwarding/tc_common.sh | 3 ++ .../testing/selftests/net/forwarding/tc_flower.sh | 2 +- .../selftests/net/forwarding/tc_shblocks.sh | 2 +- 7 files changed, 59 insertions(+), 36 deletions(-) -- 2.11.0