~kelemeng/checkbox/bug868571

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:
 package.name == 'xawtv'
 device.category == 'CAPTURE'
command: camera_test -t detect
_description: Automated test case that attempts to detect a camera

plugin: manual
name: camera/display
depends: camera/detect
requires: 
 package.name == 'python-gst0.10'
 device.category == 'CAPTURE'
command: camera_test -t display
_description:
 Select Test to display a video capture from the camera
 .
 Did you see the video capture?

plugin: manual
name: camera/still
depends: camera/detect
requires:
 package.name == 'python-gst0.10'
 package.name == 'eog'
 package.name == 'xawtv'
 device.category == 'CAPTURE'
command: camera_test -t still
_description:
 Select Test to display a still image from the camera
 .
 Did you see the image?

plugin: manual
name: camera/video
depends: camera/detect
requires:
 package.name == 'python-gst0.10'
 package.name == 'totem'
 device.category == 'CAPTURE'
command: camera_test -t video
_description:
 Select Test to capture video to a file and open it in totem.
 Please make sure that both audio and video is captured.
 .
 Did you see/hear the capture?