This file is indexed.

/usr/lib/plainbox-providers-1/checkbox/jobs/camera.txt is in plainbox-provider-checkbox 0.3-2.

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
plugin: shell
name: camera/detect
requires:
 device.category == 'CAPTURE'
command: camera_test detect
description: This Automated test attempts to detect a camera.

plugin: user-verify
name: camera/display
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
name: camera/still
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
name: camera/multiple-resolution-images
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.