diff options
author | Sylvain Pineau <sylvain.pineau@canonical.com> | 2020-07-13 09:58:42 +0200 |
---|---|---|
committer | Sylvain Pineau <sylvain.pineau@canonical.com> | 2020-07-13 10:13:32 +0200 |
commit | 75ee239604b1c154b9fde5cbb930f4cc0ed3ad41 (patch) | |
tree | fa4579a69e03aef935be7ffc17f1c4d6bd314e7e /units/bluetooth | |
parent | 55c3b11a5af59d993e6fc9110d73254b6198a276 (diff) |
bin:bt_connect -> bt_connect.py
Diffstat (limited to 'units/bluetooth')
-rw-r--r-- | units/bluetooth/jobs.pxu | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/units/bluetooth/jobs.pxu b/units/bluetooth/jobs.pxu index 97ed319..b97ee5c 100644 --- a/units/bluetooth/jobs.pxu +++ b/units/bluetooth/jobs.pxu @@ -199,7 +199,7 @@ requires: manifest.has_bt_smart == 'True' package.name == 'bluez' and package.version >= '5.37' estimated_duration: 30.0 -command: bt_connect --mouse +command: bt_connect.py --mouse _purpose: This test will check that you can use a HID Over GATT Profile (HOGP) with your Bluetooth Smart mouse. _steps: @@ -218,7 +218,7 @@ requires: manifest.has_bt_smart == 'True' package.name == 'bluez' and package.version >= '5.37' estimated_duration: 30.0 -command: bt_connect --keyboard +command: bt_connect.py --keyboard _purpose: This test will check that you can use a HID Over GATT Profile (HOGP) with your Bluetooth Smart keyboard. _steps: |