diff options
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: |