Open tomli380576 opened 3 weeks ago
Attention: Patch coverage is 97.77778%
with 1 line
in your changes missing coverage. Please review.
Project coverage is 48.05%. Comparing base (
7b5dd02
) to head (b65b2a6
). Report is 18 commits behind head on main.
Files with missing lines | Patch % | Lines |
---|---|---|
...upport/checkbox_support/parsers/v4l2_compliance.py | 97.77% | 0 Missing and 1 partial :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Description
This PR implements a V4L2 compliance test parser in checkbox support for test cases to validate that the ioctl requests they need to use are actually supported.
Requires #1566
Resolved issues
Documentation
Test cases can
from checkbox_support.parsers.v4l2_compliance import parse_v4l2_compliance
and call the function for a device, such asparse_v4l2_compliance('/dev/video0')
Tests
Unit tests