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

« back to all changes in this revision

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

  • Committer: Tarmac
  • Author(s): Brendan Donegan
  • Date: 2013-06-03 11:12:58 UTC
  • mfrom: (2154.2.1 bug1185759)
  • Revision ID: tarmac-20130603111258-1b3m5ydvkf1accts
"[r=zkrynicki][bug=1185759][author=brendan-donegan] automatic merge by tarmac"

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
plugin: local
 
2
name: input/pointing
 
3
requires:
 
4
 device.category == 'MOUSE' or device.category == 'TOUCH'
 
5
_description: Pointing device tests.
 
6
command:
 
7
 cat <<'EOF' | run_templates -t -s 'udev_resource | filter_templates -w "category=MOUSE" -w "category=TOUCH"'
 
8
 plugin: manual
 
9
 name: input/pointing_`basename $path`
 
10
 requires: device.path == "$path"
 
11
 description:
 
12
  PURPOSE:
 
13
      This will test your $product device
 
14
  STEPS:
 
15
      1. Move the cursor with your $product.
 
16
  VERIFICATION:
 
17
      Did the cursor move?
 
18
 EOF
 
19
 
 
20
plugin: manual
 
21
name: input/mouse
 
22
_description:
 
23
 PURPOSE:
 
24
     This test will test your pointing device
 
25
 STEPS:
 
26
     1. Move the cursor using the pointing device or touch the screen.
 
27
     2. Perform some single/double/right click operations.
 
28
 VERIFICATION:
 
29
     Did the pointing device work as expected?
 
30
 
 
31
plugin: manual
 
32
name: input/keyboard
 
33
command: keyboard_test
 
34
requires: device.category == 'KEYBOARD'
 
35
_description:
 
36
 PURPOSE:
 
37
     This test will test your keyboard
 
38
 STEPS:
 
39
     1. Click on Test
 
40
     2. On the open text area, use your keyboard to type something
 
41
 VERIFICATION:
 
42
     Is your keyboard working properly?
 
43
 
 
44
plugin: manual
 
45
name: input/accelerometer_verify
 
46
_description:
 
47
 PURPOSE:
 
48
     Manual detection of accelerometer.
 
49
 STEPS:
 
50
     1. Look at the specifications for your system.
 
51
 VERIFICATION:
 
52
     Is this system supposed to have an accelerometer?
 
53
 
 
54
plugin: user-interact
 
55
name: input/accelerometer
 
56
user: root
 
57
depends: input/accelerometer_verify
 
58
command: accelerometer_test -m
 
59
_description:
 
60
 PURPOSE:
 
61
     This test will test your accelerometer to see if it is detected
 
62
     and operational as a joystiq device. 
 
63
 STEPS:
 
64
     1. Click on Test
 
65
     2. Tilt your hardware in the directions onscreen until the axis threshold is met. 
 
66
 VERIFICATION:
 
67
     Is your accelerometer properly detected? Can you use the device?