/usr/share/2013.com.canonical.certification:checkbox/jobs/input.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 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 | plugin: local
id: input/pointing
requires:
device.category == 'MOUSE' or device.category == 'TOUCHPAD' or device.category == 'TOUCHSCREEN'
_description: Pointing device tests.
command:
cat <<'EOF' | run_templates -t -s 'udev_resource | filter_templates -w "category=MOUSE" -w "category=TOUCHPAD" -w "category=TOUCHSCREEN"'
plugin: manual
id: input/pointing_`echo "${product}_${category}" | sed 's/ /_/g;s/[^_a-zA-Z0-9-]//g'`_`basename $path`
requires: device.path == "$path"
description:
PURPOSE:
This will test your $product device
STEPS:
1. Move the cursor with your $product.
VERIFICATION:
Did the cursor move?
EOF
plugin: manual
id: input/mouse
_description:
PURPOSE:
This test will test your pointing device
STEPS:
1. Move the cursor using the pointing device or touch the screen.
2. Perform some single/double/right click operations.
VERIFICATION:
Did the pointing device work as expected?
plugin: user-interact-verify
id: input/keyboard
command: keyboard_test
requires: device.category == 'KEYBOARD'
_description:
PURPOSE:
This test will test your keyboard
STEPS:
1. Click on Test
2. On the open text area, use your keyboard to type something
VERIFICATION:
Is your keyboard working properly?
plugin: manual
id: input/accelerometer_verify
_description:
PURPOSE:
Manual detection of accelerometer.
STEPS:
1. Look at the specifications for your system.
VERIFICATION:
Is this system supposed to have an accelerometer?
plugin: user-interact
id: input/accelerometer
user: root
depends: input/accelerometer_verify
command: accelerometer_test -m
_description:
PURPOSE:
This test will test your accelerometer to see if it is detected
and operational as a joystick device.
STEPS:
1. Click on Test
2. Tilt your hardware in the directions onscreen until the axis threshold is met.
VERIFICATION:
Is your accelerometer properly detected? Can you use the device?
|