aboutsummaryrefslogtreecommitdiff
path: root/automated/linux/v4l2
AgeCommit message (Collapse)Author
2020-06-30automated: manual: update format string to match LAVA expectationsMilosz Wasilewski
Signed-off-by: Milosz Wasilewski <milosz.wasilewski@linaro.org>
2019-03-28v4l2: fix results parsing2019.03Naresh Kamboju
Replacing string "/" with "-" for better results format for test case names. Test case names: old VIDIOC_G/S_TUNER/ENUM_FREQ_BANDS new VIDIOC_G-S_TUNER-ENUM_FREQ_BANDS Signed-off-by: Naresh Kamboju <naresh.kamboju@linaro.org>
2019-03-26v4l2-compliance: results parser fix upNaresh Kamboju
Three issues have been fixed in this patch 1) Fixed results parser 2) -n instead of ! -z 3) shellcheck disabled Signed-off-by: Naresh Kamboju <naresh.kamboju@linaro.org>
2018-12-12v4l2-compliance: Use 'which' instead of 'command'Arthur She
Replace 'command' by 'which', because Busbox doesn't have 'command' Change-Id: Iee50356babe8973ebe358cef606b560a3afedcb9
2018-09-17linux/v4l2-compliance: support to modprobe driver and install v4l-utilsChase Qi
* Add hikey to supported board list. * Add support to modprobe driver module. * Try to install v4l-utils when v4l2-compliance command not found. * Drop support for media device testing as we cannot really test it. * Bug fixes. Change-Id: I8518a06e04a1f842f4ebacf32c9b63eaf58ef5cb Signed-off-by: Chase Qi <chase.qi@linaro.org>
2018-04-26Add v4l2-compliance test suiteRyan Harkin
WaRP7 has a V4L2 compliant camera driver. This test runs the compliance tests against that driver. Taken from the man page: "The v4l2-compliance tool is used to test video4linux devices, either video, vbi, radio or swradio, both input and output. It attempts to test almost all aspects of a V4L2 device and it covers almost all V4L2 ioctls. It has very good support for video capture and output, VBI capture and output and (software) radio tuning and transmitting." "Note that v4l2-compliance not only tests for compliance against the V4L2 API, but also whether the driver is using all the correct frameworks. These frameworks often automatically provide ioctls that are strictly speaking optional, but that come for free if you use those frameworks. By requiring their presence the v4l2-compliance utility will enforce their use." Change-Id: Ide6de6b954eeb6edd1f19c9c49164d05582c772f Signed-off-by: Ryan Harkin <ryan.harkin@linaro.org>