aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/media_tests/media_device_open.c (follow)
AgeCommit message (Collapse)AuthorFilesLines
2018-05-30selftests: media_tests: return Kselftest Skip code for skipped testsShuah Khan (Samsung OSG)1-4/+4
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>
2018-01-12selftests: media_tests: Add SPDX license identifierShuah Khan1-1/+2
Replace GPL license statement with SPDX GPL-2.0 license identifier. Signed-off-by: Shuah Khan <shuahkh@osg.samsung.com>
2016-06-27selftests: add media_device_open testShuah Khan1-0/+81
Add a new media test to open, run ioctl, and close the media device file. Signed-off-by: Shuah Khan <shuahkh@osg.samsung.com>