~jocave/checkbox/hybrid-amd-gpu-mods

« back to all changes in this revision

Viewing changes to checkbox-old/jobs/camera.txt.in

  • Committer: Zygmunt Krynicki
  • Date: 2013-05-29 07:50:30 UTC
  • mto: This revision was merged to the branch mainline in revision 2153.
  • Revision ID: zygmunt.krynicki@canonical.com-20130529075030-ngwz245hs2u3y6us
checkbox: move current checkbox code into checkbox-old

This patch cleans up the top-level directory of the project into dedicated
sub-project directories. One for checkbox-old (the current checkbox and all the
associated stuff), one for plainbox and another for checkbox-ng.

There are some associated changes, such as updating the 'source' mode of
checkbox provider in plainbox, and fixing paths in various test scripts that we
have.

Signed-off-by: Zygmunt Krynicki <zygmunt.krynicki@canonical.com>

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
plugin: shell
 
2
name: camera/detect
 
3
requires:
 
4
 device.category == 'CAPTURE'
 
5
command: camera_test detect
 
6
_description: This Automated test attempts to detect a camera.
 
7
 
 
8
plugin: user-verify
 
9
name: camera/display
 
10
depends: camera/detect
 
11
requires:
 
12
 device.category == 'CAPTURE'
 
13
command: camera_test display
 
14
_description:
 
15
 PURPOSE:
 
16
     This test will check that the built-in camera works
 
17
 STEPS:
 
18
     1. Click on Test to display a video capture from the camera for ten seconds.
 
19
 VERIFICATION:
 
20
     Did you see the video capture?
 
21
 
 
22
plugin: user-verify
 
23
name: camera/still
 
24
depends: camera/detect
 
25
requires:
 
26
 package.name == 'gir1.2-gst-plugins-base-0.10' or package.name == 'gir1.2-gst-plugins-base-1.0'
 
27
 package.name == 'eog'
 
28
 package.name == 'fswebcam' or package.name == 'gir1.2-gst-plugins-base-0.10' or package.name == 'gir1.2-gst-plugins-base-1.0'
 
29
 device.category == 'CAPTURE'
 
30
command: camera_test still
 
31
_description:
 
32
 PURPOSE:
 
33
     This test will check that the built-in camera works
 
34
 STEPS:
 
35
     1. Click on Test to display a still image from the camera for ten seconds.
 
36
 VERIFICATION:
 
37
     Did you see the image?
 
38
 
 
39
plugin: shell
 
40
name: camera/multiple-resolution-images
 
41
depends: camera/detect
 
42
requires:
 
43
 package.name == 'fswebcam' or package.name == 'gir1.2-gst-plugins-base-0.10' or package.name == 'gir1.2-gst-plugins-base-1.0'
 
44
 device.category == 'CAPTURE'
 
45
command: camera_test resolutions
 
46
_description:
 
47
  Takes multiple pictures based on the resolutions supported by the camera and
 
48
  validates their size and that they are of a valid format.