]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'selftests-pmtu-sh-improve-the-test-result-processing'
authorJakub Kicinski <kuba@kernel.org>
Thu, 12 Nov 2020 15:56:32 +0000 (07:56 -0800)
committerJakub Kicinski <kuba@kernel.org>
Thu, 12 Nov 2020 15:56:33 +0000 (07:56 -0800)
commit50678400e9b9f363e05f4d35352e3e4104e2f51c
treeb3950632ab3a462907da3d90ee8f55b9f21cc34f
parent39ac743de8dc8385eec57a5126264c274800d1c8
parentaa462c656acf2f5ff56ec2e36f5bc1e7a37baca4
Merge branch 'selftests-pmtu-sh-improve-the-test-result-processing'

Po-Hsu Lin says:

====================
selftests: pmtu.sh: improve the test result processing

The pmtu.sh test script treats all non-zero return code as a failure,
thus it will be marked as FAILED when some sub-test got skipped.

This patchset will:
  1. Use the kselftest framework skip code $ksft_skip to replace the
     hardcoded SKIP return code.
  2. Improve the result processing, the test will be marked as PASSED
     if nothing goes wrong and not all the tests were skipped.
====================

Link: https://lore.kernel.org/r/20201110020049.6705-1-po-hsu.lin@canonical.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>