diff options
author | Sylvain Pineau <sylvain.pineau@canonical.com> | 2018-10-11 11:18:33 +0200 |
---|---|---|
committer | Sylvain Pineau <sylvain.pineau@canonical.com> | 2018-10-11 11:18:33 +0200 |
commit | 25c9e5beb035cc324970fb97bbb785b6802b6d92 (patch) | |
tree | 509f30099e1c56cdd03ad41393d41154f32eb912 | |
parent | 3892d45a9ff8a0f161a3043a4f724942e66b26d9 (diff) |
units:misc: Add BLUETOOTH to device check test
-rw-r--r-- | units/miscellanea/jobs.pxu | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/units/miscellanea/jobs.pxu b/units/miscellanea/jobs.pxu index 6733a16..5d8ee64 100644 --- a/units/miscellanea/jobs.pxu +++ b/units/miscellanea/jobs.pxu @@ -354,7 +354,7 @@ plugin: user-interact-verify category_id: com.canonical.plainbox::miscellanea estimated_duration: 5.0 id: miscellanea/device_check -command: udev_resource -l VIDEO NETWORK WIRELESS DISK CAPTURE ACCELEROMETER | tee >([[ $DISPLAY ]] && zenity --text-info --title="Device report") +command: udev_resource -l VIDEO NETWORK WIRELESS BLUETOOTH DISK CAPTURE ACCELEROMETER | tee >([[ $DISPLAY ]] && zenity --text-info --title="Device report") _summary: Device Check _purpose: Device check |