summaryrefslogtreecommitdiff
diff options
-rwxr-xr-xbin/touchpad_test.py (renamed from bin/touchpad_test)0
-rw-r--r--units/touchpad/jobs.pxu8
2 files changed, 4 insertions, 4 deletions
diff --git a/bin/touchpad_test b/bin/touchpad_test.py
index bc6a474..bc6a474 100755
--- a/bin/touchpad_test
+++ b/bin/touchpad_test.py
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