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

Proposed by Po-Hsu Lin
Status: Merged
Approved by: Zygmunt Krynicki
Approved revision: 3953
Merged at revision: 3954
Proposed branch: lp:~cypressyew/checkbox/sync-test-after-s3-input
Merge into: lp:checkbox
Diff against target: 37 lines (+27/-0)
1 file modified
providers/plainbox-provider-checkbox/jobs/suspend.txt.in (+27/-0)
To merge this branch: bzr merge lp:~cypressyew/checkbox/sync-test-after-s3-input
Reviewer Review Type Date Requested Status
Zygmunt Krynicki (community) Approve
Review via email: mp+268564@code.launchpad.net

Description of the change

Add the post suspend clicking test.

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

+1

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'providers/plainbox-provider-checkbox/jobs/suspend.txt.in'
2--- providers/plainbox-provider-checkbox/jobs/suspend.txt.in 2015-08-18 08:24:46 +0000
3+++ providers/plainbox-provider-checkbox/jobs/suspend.txt.in 2015-08-20 03:32:11 +0000
4@@ -2585,6 +2585,33 @@
5 Did the cursor move?
6 EOF
7
8+plugin: local
9+_summary: Create click tests for pointing devices after suspend.
10+id: suspend/clicking-after-suspend
11+estimated_duration: 1.0
12+requires:
13+ device.category == 'MOUSE' or device.category == 'TOUCHPAD'
14+_description: Click tests for pointing devices after suspend.
15+command:
16+ cat <<'EOF' | run_templates -t -s 'udev_resource | filter_templates -w "category=MOUSE" -w "category=TOUCHPAD"'
17+ plugin: manual
18+ estimated_duration: 30.0
19+ id: suspend/clicking-after-suspend_`echo "${product}_${category}" | sed 's/ /_/g;s/[^_a-zA-Z0-9-]//g'`_`basename $path`
20+ depends: suspend/suspend_advanced
21+ requires: device.path == "$path"
22+ _summary: Check post suspend button functionality for $product
23+ _description:
24+ PURPOSE:
25+ This will test the buttons of your $product device after suspend
26+ STEPS:
27+ 1. Click the left button with your $product.
28+ 2. Click the right button with your $product.
29+ 3. Click the middle button with your $product (if available).
30+ 4. Double-click the left button with your $product.
31+ VERIFICATION:
32+ Did these buttons work as expected?
33+ EOF
34+
35 id: suspend/generator_compiz_check_after_suspend
36 requires: device.category == 'VIDEO'
37 _description: Compiz support tests after suspend

Subscribers

People subscribed via source and target branches