On Tue, 10 Nov 2020 10:00:47 +0800 Po-Hsu Lin wrote:
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:
- Use the kselftest framework skip code $ksft_skip to replace the hardcoded SKIP return code.
- Improve the result processing, the test will be marked as PASSED if nothing goes wrong and not all the tests were skipped.
Applied, thank you!