From 1df36e373de7979c438bc99fc892cdc861d11a69 Mon Sep 17 00:00:00 2001 From: Po-Hsu Lin Date: Mon, 28 Apr 2014 16:10:08 +0800 Subject: Summary added, alse added into client-cert whitelist --- jobs/input.txt.in | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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: -- cgit v1.2.3