Skip to content

Commit

Permalink
fix: remove unused
Browse files Browse the repository at this point in the history
  • Loading branch information
tomli380576 committed Dec 12, 2024
1 parent 3b390fc commit c84e80c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 18 deletions.
17 changes: 0 additions & 17 deletions providers/base/units/camera/jobs.pxu
Original file line number Diff line number Diff line change
Expand Up @@ -128,23 +128,6 @@ _purpose:
Takes multiple pictures based on the resolutions supported by the camera and
validates their size and that they are of a valid format.

unit: template
template-resource: device
template-filter: device.category == 'CAPTURE' and device.name != ''
template-unit: job
plugin: shell
category_id: com.canonical.plainbox::camera
id: camera/v4l2-compliance_{name}
template-id: camera/v4l2-compliance_name
flags: also-after-suspend
_summary: Webcam V4L2 Compliance test for {product_slug}
estimated_duration: 1.2
depends: camera/detect
command:
v4l2_compliance_test.py --device /dev/{name} --ioctl VIDIOC_ENUM_FMT
_purpose:
runs the v4l2-compliance test for this camera

unit: template
template-resource: device
template-filter: device.category == 'CAPTURE' and device.name != ''
Expand Down
2 changes: 1 addition & 1 deletion providers/base/units/camera/test-plan.pxu
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ include:
after-suspend-camera/still_.* certification-status=blocker
after-suspend-camera/display_.* certification-status=blocker
bootstrap_include:
device
device

id: camera-cert-automated
unit: test plan
Expand Down

0 comments on commit c84e80c

Please sign in to comment.