summaryrefslogtreecommitdiff
path: root/jobs
diff options
authorSylvain Pineau <sylvain.pineau@canonical.com>2015-07-22 12:22:32 +0200
committerSylvain Pineau <sylvain.pineau@canonical.com>2015-07-22 12:22:32 +0200
commitc91f6e066a0965754326639ec366d9e46047c147 (patch)
treecfc7422444862bca2bd67c9cb7446c3a27eb0312 /jobs
parentcfa505194da52dfe9154e79d5bc8a6e3c7ab0373 (diff)
cherry-pick rev 3908
Diffstat (limited to 'jobs')
-rw-r--r--jobs/touchpad.txt.in13
1 files changed, 13 insertions, 0 deletions
diff --git a/jobs/touchpad.txt.in b/jobs/touchpad.txt.in
index 433f17c..80d8ef4 100644
--- a/jobs/touchpad.txt.in
+++ b/jobs/touchpad.txt.in
@@ -205,3 +205,16 @@ command:
_description:
This test will check if your touchpad was detected as a mouse.
+plugin: user-interact
+id: touchpad/continuous-move
+requires: dmi.product in ['Notebook','Laptop','Portable']
+estimated_duration: 12
+command: qmlscene -qt5 --fullscreen $PLAINBOX_PROVIDER_DATA/touch_continuous_move_test.qml 2>&1 | grep -o PASS
+_description:
+ PURPOSE:
+ Touchpad continuous move verification
+ STEPS:
+ 1. Select "Test" when ready and continuously move your cursor within the borders of the displayed test window.
+ You'll need to keep moving your finger on the touchpad for 10 seconds.
+ VERIFICATION:
+ Did the mouse cursor move without interruption?