selftests: media_tests add a new video device test
authorShuah Khan <shuahkh@osg.samsung.com>
Fri, 22 Jul 2016 21:29:50 +0000 (15:29 -0600)
committerShuah Khan <shuahkh@osg.samsung.com>
Tue, 26 Jul 2016 15:59:30 +0000 (09:59 -0600)
commitd78388dbec256b179f1c42e714cf4acf630067c6
tree5915822388392038c715800c73d7c30bcd76cacb
parentcde07f453bedd529c9ab7d57535e45f7e90a5c83
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>
tools/testing/selftests/media_tests/.gitignore
tools/testing/selftests/media_tests/Makefile
tools/testing/selftests/media_tests/video_device_test.c [new file with mode: 0644]
This page took 0.027292 seconds and 5 git commands to generate.