diff options
author | Shuah Khan <shuahkh@osg.samsung.com> | 2016-07-22 15:29:50 -0600 |
---|---|---|
committer | Shuah Khan <shuahkh@osg.samsung.com> | 2016-07-26 09:59:30 -0600 |
commit | d78388dbec256b179f1c42e714cf4acf630067c6 (patch) | |
tree | 5915822388392038c715800c73d7c30bcd76cacb /tools/testing/selftests/media_tests/.gitignore | |
parent | cde07f453bedd529c9ab7d57535e45f7e90a5c83 (diff) |
selftests: media_tests add a new video device test
Add a new video device test that opens user specified Video Device and
calls video ioctls in a loop once every 10 seconds.
This test is intended for testing device removal and driver unbind while
an ioctl is active. Clean device removal and driver unbind is expected
without any use-after-free and panics.
Signed-off-by: Shuah Khan <shuahkh@osg.samsung.com>
Diffstat (limited to 'tools/testing/selftests/media_tests/.gitignore')
-rw-r--r-- | tools/testing/selftests/media_tests/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/testing/selftests/media_tests/.gitignore b/tools/testing/selftests/media_tests/.gitignore index faf5891fbc54..8745eba39012 100644 --- a/tools/testing/selftests/media_tests/.gitignore +++ b/tools/testing/selftests/media_tests/.gitignore @@ -1,2 +1,3 @@ media_device_test media_device_open +video_device_test |