/usr/share/2013.com.canonical.certification:checkbox/jobs/camera.txt.in is in plainbox-provider-checkbox 0.4-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 | plugin: shell
id: camera/detect
estimated_duration: 1.2
requires:
device.category == 'CAPTURE'
command: camera_test detect
_description: This Automated test attempts to detect a camera.
plugin: user-verify
id: camera/display
estimated_duration: 120.0
depends: camera/detect
requires:
device.category == 'CAPTURE'
command: camera_test display
_description:
PURPOSE:
This test will check that the built-in camera works
STEPS:
1. Click on Test to display a video capture from the camera for ten seconds.
VERIFICATION:
Did you see the video capture?
plugin: user-verify
id: camera/still
estimated_duration: 120.0
depends: camera/detect
requires:
package.name == 'gir1.2-gst-plugins-base-0.10' or package.name == 'gir1.2-gst-plugins-base-1.0'
package.name == 'eog'
package.name == 'fswebcam' or package.name == 'gir1.2-gst-plugins-base-0.10' or package.name == 'gir1.2-gst-plugins-base-1.0'
device.category == 'CAPTURE'
command: camera_test still
_description:
PURPOSE:
This test will check that the built-in camera works
STEPS:
1. Click on Test to display a still image from the camera for ten seconds.
VERIFICATION:
Did you see the image?
plugin: shell
id: camera/multiple-resolution-images
estimated_duration: 1.2
depends: camera/detect
requires:
package.name == 'fswebcam' or package.name == 'gir1.2-gst-plugins-base-0.10' or package.name == 'gir1.2-gst-plugins-base-1.0'
device.category == 'CAPTURE'
command: camera_test resolutions
_description:
Takes multiple pictures based on the resolutions supported by the camera and
validates their size and that they are of a valid format.
|