diff options
author | Daniel Manrique <roadmr@ubuntu.com> | 2014-07-28 11:17:13 -0400 |
---|---|---|
committer | Daniel Manrique <roadmr@ubuntu.com> | 2014-07-28 11:17:13 -0400 |
commit | c98644116564ba9a78fa2abc498f7b8997630b82 (patch) | |
tree | 54eb73ef1e7a672632a5e5567a2fb194c310eabf /jobs | |
parent | d8959a37af49e263954a0094886cc0364e99b0a2 (diff) |
providers:checkbox: Added estimated_duration to input
Estimated durations were calculated on: - Dell Latitude 3440 - 1.6 GHz Core i5 @1.6 GHz - 4 GB RAM - 500GB 5400RPM hard drive - Haswell integrated video and nVidia: GK208M [GeForce GT 740M] (hybrid)
Diffstat (limited to 'jobs')
-rw-r--r-- | jobs/input.txt.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/jobs/input.txt.in b/jobs/input.txt.in index 4544b0a..f66c89c 100644 --- a/jobs/input.txt.in +++ b/jobs/input.txt.in @@ -1,6 +1,7 @@ plugin: local _summary: Pointing device tests. id: input/pointing +estimated_duration: 30.0 requires: device.category == 'MOUSE' or device.category == 'TOUCHPAD' or device.category == 'TOUCHSCREEN' _description: Pointing device tests. @@ -20,6 +21,7 @@ command: plugin: manual id: input/mouse +estimated_duration: 30.0 _description: PURPOSE: This test will test your pointing device @@ -31,6 +33,7 @@ _description: plugin: user-interact-verify id: input/keyboard +estimated_duration: 30.0 command: keyboard_test requires: device.category == 'KEYBOARD' _description: @@ -44,6 +47,7 @@ _description: plugin: manual id: input/accelerometer_verify +estimated_duration: 30.0 _description: PURPOSE: Manual detection of accelerometer. @@ -54,6 +58,7 @@ _description: plugin: user-interact id: input/accelerometer +estimated_duration: 60.0 user: root depends: input/accelerometer_verify command: accelerometer_test -m @@ -69,6 +74,7 @@ _description: plugin: local id: input/clicking +estimated_duration: 1.0 requires: device.category == 'MOUSE' or device.category == 'TOUCHPAD' _summary: Create click tests for pointing devices. @@ -76,6 +82,7 @@ _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 + estimated_duration: 30.0 id: input/clicking_`echo "${product}_${category}" | sed 's/ /_/g;s/[^_a-zA-Z0-9-]//g'`_`basename $path` requires: device.path == "$path" _summary: Check button functionality for $product |