diff options
author | Jonathan Cave <jonathan.cave@canonical.com> | 2019-08-20 15:48:05 +0100 |
---|---|---|
committer | Jonathan Cave <jonathan.cave@canonical.com> | 2019-08-21 11:04:44 +0100 |
commit | 298875d241af75e8773168130ba45c0f9bad6380 (patch) | |
tree | 6ccc83ca53f2150611194d8d7711c91b9d757b53 | |
parent | ccbf02c09bc7836b27290798257fbd2018d74612 (diff) |
bluetooth: remove superfluous bluetooth category
-rw-r--r-- | units/bluetooth/category.pxu | 4 | ||||
-rw-r--r-- | units/bluetooth/jobs.pxu | 4 |
2 files changed, 2 insertions, 6 deletions
diff --git a/units/bluetooth/category.pxu b/units/bluetooth/category.pxu index 0afc46af..7f3c06c8 100644 --- a/units/bluetooth/category.pxu +++ b/units/bluetooth/category.pxu @@ -1,8 +1,4 @@ unit: category -id: bluetooth -_name: Bluetooth - -unit: category id: bluetooth_bluez5_selftests _name: Bluetooth - BlueZ Self Tests diff --git a/units/bluetooth/jobs.pxu b/units/bluetooth/jobs.pxu index 2fa2606a..cee3467a 100644 --- a/units/bluetooth/jobs.pxu +++ b/units/bluetooth/jobs.pxu @@ -352,7 +352,7 @@ plugin: user-verify user: root flags: also-after-suspend command: test_bt_keyboard -category_id: bluetooth +category_id: com.canonical.plainbox::bluetooth estimated_duration: 1m id: bluetooth/keyboard-manual @@ -390,5 +390,5 @@ _verification: Confirm characters from Bluetooth input device are displayed correctly plugin: manual flags: also-after-suspend-manual -category_id: bluetooth +category_id: com.canonical.plainbox::bluetooth estimated_duration: 5m |