Merge lp:~cypressyew/checkbox/input-after-s3 into lp:checkbox

Proposed by Po-Hsu Lin
Status: Merged
Approved by: Zygmunt Krynicki
Approved revision: 3059
Merged at revision: 3060
Proposed branch: lp:~cypressyew/checkbox/input-after-s3
Merge into: lp:checkbox
Diff against target: 54 lines (+25/-0)
3 files modified
providers/plainbox-provider-certification-client/whitelists/client-cert.whitelist (+2/-0)
providers/plainbox-provider-certification-client/whitelists/client-selftest.whitelist (+2/-0)
providers/plainbox-provider-checkbox/jobs/suspend.txt.in (+21/-0)
To merge this branch: bzr merge lp:~cypressyew/checkbox/input-after-s3
Reviewer Review Type Date Requested Status
Zygmunt Krynicki (community) Approve
Review via email: mp+222758@code.launchpad.net

Description of the change

input/pointing tests were copied and adapted for testing basic functionality of input devices (mouse, touchpad, trackpoint, touchscreen)

I didn't go further for multi-touch tests, we could open a new bug for it if we need one.

To post a comment you must log in.
Revision history for this message
Zygmunt Krynicki (zyga) wrote :

Looks good, thanks +1

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'providers/plainbox-provider-certification-client/whitelists/client-cert.whitelist'
--- providers/plainbox-provider-certification-client/whitelists/client-cert.whitelist 2014-06-06 08:21:18 +0000
+++ providers/plainbox-provider-certification-client/whitelists/client-cert.whitelist 2014-06-11 08:23:56 +0000
@@ -273,6 +273,8 @@
273suspend/cycle_resolutions_after_suspend273suspend/cycle_resolutions_after_suspend
274suspend/xrandr_screens_after_suspend.tar.gz274suspend/xrandr_screens_after_suspend.tar.gz
275suspend/record_playback_after_suspend275suspend/record_playback_after_suspend
276suspend/pointing-after-suspend
277suspend/pointing-after-suspend_.*
276suspend/mmc-insert-after-suspend278suspend/mmc-insert-after-suspend
277suspend/mmc-storage-after-suspend279suspend/mmc-storage-after-suspend
278suspend/mmc-remove-after-suspend280suspend/mmc-remove-after-suspend
279281
=== modified file 'providers/plainbox-provider-certification-client/whitelists/client-selftest.whitelist'
--- providers/plainbox-provider-certification-client/whitelists/client-selftest.whitelist 2014-06-06 07:51:18 +0000
+++ providers/plainbox-provider-certification-client/whitelists/client-selftest.whitelist 2014-06-11 08:23:56 +0000
@@ -261,6 +261,8 @@
261suspend/cycle_resolutions_after_suspend261suspend/cycle_resolutions_after_suspend
262suspend/xrandr_screens_after_suspend.tar.gz262suspend/xrandr_screens_after_suspend.tar.gz
263suspend/record_playback_after_suspend263suspend/record_playback_after_suspend
264suspend/pointing-after-suspend
265suspend/pointing-after-suspend_.*
264suspend/mmc-insert-after-suspend266suspend/mmc-insert-after-suspend
265suspend/mmc-storage-after-suspend267suspend/mmc-storage-after-suspend
266suspend/mmc-remove-after-suspend268suspend/mmc-remove-after-suspend
267269
=== modified file 'providers/plainbox-provider-checkbox/jobs/suspend.txt.in'
--- providers/plainbox-provider-checkbox/jobs/suspend.txt.in 2014-06-03 20:04:55 +0000
+++ providers/plainbox-provider-checkbox/jobs/suspend.txt.in 2014-06-11 08:23:56 +0000
@@ -2140,3 +2140,24 @@
2140 Takes multiple pictures based on the resolutions supported by the camera and2140 Takes multiple pictures based on the resolutions supported by the camera and
2141 validates their size and that they are of a valid format after suspend2141 validates their size and that they are of a valid format after suspend
21422142
2143plugin: local
2144_summary: Pointing device tests after suspend.
2145id: suspend/pointing-after-suspend
2146requires:
2147 device.category == 'MOUSE' or device.category == 'TOUCHPAD' or device.category == 'TOUCHSCREEN'
2148_description: Pointing device tests after suspend.
2149depends: suspend/suspend_advanced
2150command:
2151 cat <<'EOF' | run_templates -t -s 'udev_resource | filter_templates -w "category=MOUSE" -w "category=TOUCHPAD" -w "category=TOUCHSCREEN"'
2152 plugin: manual
2153 id: suspend/pointing-after-suspend_`echo "${product}_${category}" | sed 's/ /_/g;s/[^_a-zA-Z0-9-]//g'`_`basename $path`
2154 requires: device.path == "$path"
2155 description:
2156 PURPOSE:
2157 This will test your $product device after suspend.
2158 STEPS:
2159 1. Move the cursor with your $product.
2160 VERIFICATION:
2161 Did the cursor move?
2162 EOF
2163

Subscribers

People subscribed via source and target branches