diff options
author | Sylvain Pineau <sylvain.pineau@canonical.com> | 2020-07-14 13:34:30 +0200 |
---|---|---|
committer | Sylvain Pineau <sylvain.pineau@canonical.com> | 2020-07-14 13:34:30 +0200 |
commit | 324cd2ec1764e2da25346ba687bdffd7b78c3004 (patch) | |
tree | f605cdfc323bd7e1e8eeeca95fbab3ad18c51e16 | |
parent | 8458b7ef4ae033839d786b0d6cd921ef857f113d (diff) |
bin:touchpad_test -> touchpad_test.py
-rwxr-xr-x | bin/touchpad_test.py (renamed from bin/touchpad_test) | 0 | ||||
-rw-r--r-- | units/touchpad/jobs.pxu | 8 |
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 |