selftests: media_tests: return Kselftest Skip code for skipped tests
authorShuah Khan (Samsung OSG) <shuah@kernel.org>
Fri, 4 May 2018 18:06:46 +0000 (12:06 -0600)
committerShuah Khan (Samsung OSG) <shuah@kernel.org>
Wed, 30 May 2018 21:29:06 +0000 (15:29 -0600)
commit113812868c40c5bb09b0e2cc7d168dee5649952f
tree4c5119f254ba2d27c01f1530f390299d1f1c4013
parentf9fedb2719b1aed80f8e614b2b1f54df94ae1ebb
selftests: media_tests: return Kselftest Skip code for skipped tests

When media_tests test is skipped because of unmet dependencies and/or
unsupported configuration, it exits with error which is treated as a
fail by the Kselftest framework. This leads to false negative result
even when the test could not be run.

Change it to return kselftest skip code when a test gets skipped to
clearly report that the test could not be run.

Change it to use ksft_exit_skip() when the test is skipped.

Signed-off-by: Shuah Khan (Samsung OSG) <shuah@kernel.org>
tools/testing/selftests/media_tests/Makefile
tools/testing/selftests/media_tests/media_device_open.c
tools/testing/selftests/media_tests/media_device_test.c