Fix utitiles readiness for ce-oem-mipi-camera tests (Bugfix)#2361
Merged
stanley31huang merged 6 commits intomainfrom Mar 11, 2026
Merged
Fix utitiles readiness for ce-oem-mipi-camera tests (Bugfix)#2361stanley31huang merged 6 commits intomainfrom
stanley31huang merged 6 commits intomainfrom
Conversation
add camera related utilities check, all capture and recording tests will be skipped if camera related utilities are not available.
fix issues
revised argument
seankingyang
requested changes
Mar 9, 2026
Contributor
seankingyang
left a comment
There was a problem hiding this comment.
Leave a suggestion in line.
The others are good.
Co-authored-by: Isaac Yang <47034756+seankingyang@users.noreply.github.com>
stanley31huang
commented
Mar 9, 2026
contrib/checkbox-ce-oem/checkbox-provider-ce-oem/units/camera/jobs.pxu
Outdated
Show resolved
Hide resolved
…jobs.pxu Co-authored-by: stanley31huang <stanley.huang@canonical.com>
fix pep8 issue
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #2361 +/- ##
=======================================
Coverage 57.63% 57.63%
=======================================
Files 465 465
Lines 47174 47174
Branches 8399 8399
=======================================
Hits 27191 27191
Misses 19105 19105
Partials 878 878 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
there are some gstreamer and v4l2-ctl utilites are needed for the camera tests, and the utilities name might be diffrent on classic image and core image, so this fixed will remove those
requiresfileds from the functional tests, and add a new uitilities readiness test.Resolved issues
Documentation
Tests