diff options
author | Maciej Kisielewski <maciej.kisielewski@canonical.com> | 2018-02-05 11:39:22 +0100 |
---|---|---|
committer | Maciej Kisielewski <maciej.kisielewski@canonical.com> | 2018-02-05 11:39:22 +0100 |
commit | bbbdc1e26f5791c02d5b7fa7c415b9552b0d9da2 (patch) | |
tree | 06b3782091c3c5ebe9e03fdd18eb264c9f0ba883 /units | |
parent | 7835935b466cc5f9dd2a658f7b805f335f648700 (diff) |
split bluetooth-cert-full into three
Signed-off-by: Maciej Kisielewski <maciej.kisielewski@canonical.com>
Diffstat (limited to 'units')
-rw-r--r-- | units/bluetooth/test-plan.pxu | 23 |
1 files changed, 17 insertions, 6 deletions
diff --git a/units/bluetooth/test-plan.pxu b/units/bluetooth/test-plan.pxu index 7fa002e..ae2c305 100644 --- a/units/bluetooth/test-plan.pxu +++ b/units/bluetooth/test-plan.pxu @@ -1,13 +1,24 @@ id: bluetooth-cert-full unit: test plan _name: Bluetooth tests -_description: Bluetooth tests +_description: + Bluetooth tests include: - bluetooth/detect-output certification-status=blocker - bluetooth/audio-a2dp certification-status=blocker - bluetooth/HID - bluetooth4/HOGP-mouse certification-status=non-blocker - bluetooth4/HOGP-keyboard certification-status=non-blocker +nested_part: + com.canonical.certification::bluetooth-cert-manual + com.canonical.certification::bluetooth-cert-automated + +id: bluetooth-cert-manual +unit: test plan +_name: Bluetooth tests (Manual) +_description: + Bluetooth tests (Manual) +include: + bluetooth/audio-a2dp certification-status=blocker + bluetooth/HID + bluetooth4/HOGP-mouse certification-status=non-blocker + bluetooth4/HOGP-keyboard certification-status=non-blocker + id: bluetooth-cert-automated unit: test plan |