From c84e80c759ccd8b41924ccd1d6744cb5031c6ea1 Mon Sep 17 00:00:00 2001 From: Zhongning Li <60045212+tomli380576@users.noreply.github.com> Date: Thu, 12 Dec 2024 15:14:18 +0800 Subject: [PATCH] fix: remove unused --- providers/base/units/camera/jobs.pxu | 17 ----------------- providers/base/units/camera/test-plan.pxu | 2 +- 2 files changed, 1 insertion(+), 18 deletions(-) diff --git a/providers/base/units/camera/jobs.pxu b/providers/base/units/camera/jobs.pxu index 427db6ef39..6150167f80 100644 --- a/providers/base/units/camera/jobs.pxu +++ b/providers/base/units/camera/jobs.pxu @@ -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 != '' diff --git a/providers/base/units/camera/test-plan.pxu b/providers/base/units/camera/test-plan.pxu index 3cec3b08cc..720ff9f93e 100644 --- a/providers/base/units/camera/test-plan.pxu +++ b/providers/base/units/camera/test-plan.pxu @@ -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