From patchwork Thu Nov 5 10:50:51 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Po-Hsu Lin X-Patchwork-Id: 1394905 X-Patchwork-Delegate: davem@davemloft.net Return-Path: X-Original-To: patchwork-incoming-netdev@ozlabs.org Delivered-To: patchwork-incoming-netdev@ozlabs.org Authentication-Results: ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=vger.kernel.org (client-ip=23.128.96.18; helo=vger.kernel.org; envelope-from=netdev-owner@vger.kernel.org; receiver=) Authentication-Results: ozlabs.org; dmarc=fail (p=none dis=none) header.from=canonical.com Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by ozlabs.org (Postfix) with ESMTP id 4CRgM53x0kz9sTD for ; Thu, 5 Nov 2020 21:52:01 +1100 (AEDT) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730057AbgKEKv6 (ORCPT ); Thu, 5 Nov 2020 05:51:58 -0500 Received: from youngberry.canonical.com ([91.189.89.112]:55497 "EHLO youngberry.canonical.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729947AbgKEKv6 (ORCPT ); Thu, 5 Nov 2020 05:51:58 -0500 Received: from mail-pf1-f200.google.com ([209.85.210.200]) by youngberry.canonical.com with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.86_2) (envelope-from ) id 1kacrz-0001dD-Ru for netdev@vger.kernel.org; Thu, 05 Nov 2020 10:51:56 +0000 Received: by mail-pf1-f200.google.com with SMTP id z125so1214227pfc.12 for ; Thu, 05 Nov 2020 02:51:55 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=alpUZmQGLbMuYK81rXNRCcjvcowcPh9T6MSx82lKiec=; b=kXRm0sc3E2S6LasbX5QNMHWG0gUSGgcQqgmnLCG88snfO/NauH+yNqLgRNF2iaih8x JzdV8oaAjla6Z37V/uE2QjF2LtSZ+tDfoEt/eODU+OscbGG9i4Y24ESFH1geXfVl65Ac XDP/DLulWMgVABqKqxudwDu3+hYby5gj/LcXDGnq0ozyP+hyG2DgGUJ3lH7r+KhXw6es YWJH0BME1gLSFJR1ylGjnMVE4bA3GCYiinfuuNtYov1qFGYj1mGQqHc5Tf+7eHG99Ym7 oGzhrmE7e8Zt5Q2s8sQzkPWaPw0Sldcv6l+VXF42C8/c6NSsOCs8rPuGUQ8QxGXRQoBy ljhg== X-Gm-Message-State: AOAM531pbahjfqR//Eu7FL3sv1nr3xV+iieiEIwJeZUPWnaaJ+jiGkPX rvtmY0e9hFa0lMZB193OCnrodjOYgkJRXkh+P3hOwBk/VkaFOXj44t3TcMS4DJjAZb6Qf38cVW0 /dHGy6IsVXRVkrvlbi+QW2gzEv68sQ1sT X-Received: by 2002:a62:a20f:0:b029:18b:70ec:c75b with SMTP id m15-20020a62a20f0000b029018b70ecc75bmr1869752pff.56.1604573514100; Thu, 05 Nov 2020 02:51:54 -0800 (PST) X-Google-Smtp-Source: ABdhPJxm6D6AphgKi9umY76yGJvo+o3+E9e0cfpUr3OX61bXWYmCDZDOWKSumpKxjjcUertxQ3u01w== X-Received: by 2002:a62:a20f:0:b029:18b:70ec:c75b with SMTP id m15-20020a62a20f0000b029018b70ecc75bmr1869733pff.56.1604573513836; Thu, 05 Nov 2020 02:51:53 -0800 (PST) Received: from localhost.localdomain ([2001:67c:1560:8007::aac:c227]) by smtp.gmail.com with ESMTPSA id c3sm1866852pjv.27.2020.11.05.02.51.46 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 05 Nov 2020 02:51:53 -0800 (PST) From: Po-Hsu Lin To: netdev@vger.kernel.org, linux-kselftest@vger.kernel.org, linux-kernel@vger.kernel.org Cc: davem@davemloft.net, kuba@kernel.org, skhan@linuxfoundation.org, po-hsu.lin@canonical.com Subject: [PATCH 2/2] selftests: pmtu.sh: improve the test result processing Date: Thu, 5 Nov 2020 18:50:51 +0800 Message-Id: <20201105105051.64258-3-po-hsu.lin@canonical.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20201105105051.64258-1-po-hsu.lin@canonical.com> References: <20201105105051.64258-1-po-hsu.lin@canonical.com> MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org This test will treat all non-zero return codes as failures, it will make the pmtu.sh test script being marked as FAILED when some sub-test got skipped. Improve the result processing by * Only mark the whole test script as SKIP when all of the sub-tests were skipped * If the sub-tests were either passed or skipped, the overall result will be PASS * If any of them has failed, the overall result will be FAIL * Treat other return codes (e.g. 127 for command not found) as FAIL Signed-off-by: Po-Hsu Lin --- tools/testing/selftests/net/pmtu.sh | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/tools/testing/selftests/net/pmtu.sh b/tools/testing/selftests/net/pmtu.sh index fb53987..5c86fb1 100755 --- a/tools/testing/selftests/net/pmtu.sh +++ b/tools/testing/selftests/net/pmtu.sh @@ -1652,7 +1652,23 @@ run_test() { return $ret ) ret=$? - [ $ret -ne 0 ] && exitcode=1 + case $ret in + 0) + all_skipped=false + [ $exitcode=$ksft_skip ] && exitcode=0 + ;; + 1) + all_skipped=false + exitcode=1 + ;; + $ksft_skip) + [ $all_skipped = true ] && exitcode=$ksft_skip + ;; + *) + all_skipped=false + exitcode=1 + ;; + esac return $ret } @@ -1786,6 +1802,7 @@ usage() { # exitcode=0 desc=0 +all_skipped=true while getopts :ptv o do