diff options
author | Maciej Kisielewski <maciej.kisielewski@canonical.com> | 2016-09-06 11:17:10 +0200 |
---|---|---|
committer | Maciej Kisielewski <maciej.kisielewski@canonical.com> | 2016-09-06 11:17:10 +0200 |
commit | 1df3319623bb2fa77b8e69dfd9b458b5515183fe (patch) | |
tree | c8d1db67329ed7f448c81f4f1fc07fc15f1ea570 /jobs | |
parent | da93f8eba3b84a5d91857ad8ee60cfdd85e2673b (diff) |
providers:checkbox: add palm-rejection test
Signed-off-by: Maciej Kisielewski <maciej.kisielewski@canonical.com>
Diffstat (limited to 'jobs')
-rw-r--r-- | jobs/touchpad.txt.in | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/jobs/touchpad.txt.in b/jobs/touchpad.txt.in index df427bf..9f2e7da 100644 --- a/jobs/touchpad.txt.in +++ b/jobs/touchpad.txt.in @@ -234,3 +234,12 @@ _description: You'll need to keep moving your finger on the touchpad for 10 seconds. VERIFICATION: Did the mouse cursor move without interruption? + +plugin: qml +category_id: 2013.com.canonical.plainbox::touchpad +id: touchpad/palm-rejection +requires: dmi.product in ['Notebook','Laptop','Portable'] +estimated_duration: 20 +_description: + This test checks if touchpad ignores palm touches +qml_file: palm_rejection.qml |