diff options
author | Po-Hsu Lin <po-hsu.lin@canonical.com> | 2014-04-28 16:10:08 +0800 |
---|---|---|
committer | Po-Hsu Lin <po-hsu.lin@canonical.com> | 2014-04-28 16:10:08 +0800 |
commit | 1df36e373de7979c438bc99fc892cdc861d11a69 (patch) | |
tree | fad919085b7185a562e85abd2c54a71908bbb611 | |
parent | 44ca6a4d018b72693b2b3c522128637659493d02 (diff) |
Summary added, alse added into client-cert whitelist
-rw-r--r-- | jobs/input.txt.in | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/jobs/input.txt.in b/jobs/input.txt.in index ba005d8..732cf6d 100644 --- a/jobs/input.txt.in +++ b/jobs/input.txt.in @@ -70,13 +70,15 @@ plugin: local id: input/clicking requires: device.category == 'MOUSE' or device.category == 'TOUCHPAD' +_summary: Create click tests for pointing devices. _description: Click tests for pointing devices. command: cat <<'EOF' | run_templates -t -s 'udev_resource | filter_templates -w "category=MOUSE" -w "category=TOUCHPAD"' plugin: manual id: input/clicking_`echo "${product}_${category}" | sed 's/ /_/g;s/[^_a-zA-Z0-9-]//g'`_`basename $path` requires: device.path == "$path" - description: + _summary: Check button functionality for $product + _description: PURPOSE: This will test the buttons of your $product device STEPS: |