summaryrefslogtreecommitdiff
path: root/units/touchpad
diff options
authorSylvain Pineau <sylvain.pineau@canonical.com>2020-07-14 13:34:30 +0200
committerSylvain Pineau <sylvain.pineau@canonical.com>2020-07-14 13:34:30 +0200
commit324cd2ec1764e2da25346ba687bdffd7b78c3004 (patch)
treef605cdfc323bd7e1e8eeeca95fbab3ad18c51e16 /units/touchpad
parent8458b7ef4ae033839d786b0d6cd921ef857f113d (diff)
bin:touchpad_test -> touchpad_test.py
Diffstat (limited to 'units/touchpad')
-rw-r--r--units/touchpad/jobs.pxu8
1 files changed, 4 insertions, 4 deletions
diff --git a/units/touchpad/jobs.pxu b/units/touchpad/jobs.pxu
index 0c89823..5e5a4f2 100644
--- a/units/touchpad/jobs.pxu
+++ b/units/touchpad/jobs.pxu
@@ -20,7 +20,7 @@ id: touchpad/horizontal
requires:
dmi.product in ['Notebook','Laptop','Portable','Convertible']
'Button Horiz Wheel Left' in xinput.button_labels and 'Button Horiz Wheel Right' in xinput.button_labels
-command: touchpad_test right left --edge-scroll
+command: touchpad_test.py right left --edge-scroll
estimated_duration: 120.0
_purpose:
Touchpad horizontal scroll verification
@@ -39,7 +39,7 @@ id: touchpad/vertical
requires:
dmi.product in ['Notebook','Laptop','Portable','Convertible']
'Button Wheel Up' in xinput.button_labels and 'Button Wheel Down' in xinput.button_labels
-command: touchpad_test up down --edge-scroll
+command: touchpad_test.py up down --edge-scroll
estimated_duration: 120.0
_purpose:
Touchpad vertical scroll verification
@@ -104,7 +104,7 @@ plugin: user-interact
category_id: com.canonical.plainbox::touchpad
id: touchpad/multitouch-horizontal
requires: dmi.product in ['Notebook','Laptop','Portable','Convertible']
-command: touchpad_test right left
+command: touchpad_test.py right left
estimated_duration: 120.0
_purpose:
Touchpad 2-touch horizontal scroll verification
@@ -121,7 +121,7 @@ plugin: user-interact
category_id: com.canonical.plainbox::touchpad
id: touchpad/multitouch-vertical
requires: dmi.product in ['Notebook','Laptop','Portable','Convertible']
-command: touchpad_test up down
+command: touchpad_test.py up down
estimated_duration: 120.0
_purpose:
Touchpad 2-touch vertical scroll verification