diff options
author | PMR <pmr@pmr-lander> | 2018-10-08 11:57:21 +0000 |
---|---|---|
committer | PMR <pmr@pmr-lander> | 2018-10-08 11:57:21 +0000 |
commit | fce29f1e1a9ddd5db4b7f390ed032ed8c2eceda4 (patch) | |
tree | c8720fceaf64777c8f9fec7923d0175cd3152c63 | |
parent | adaf7542225dccd816ffad55d47c305b877f5f2e (diff) | |
parent | 83b6cbaf81f29fa018861496a561c37192255e31 (diff) |
Merge #356245 from ~sylvain-pineau/plainbox-provider-checkbox:eddystone_test
-rw-r--r-- | units/bluetooth/jobs.pxu | 14 | ||||
-rw-r--r-- | units/bluetooth/test-plan.pxu | 2 |
2 files changed, 15 insertions, 1 deletions
diff --git a/units/bluetooth/jobs.pxu b/units/bluetooth/jobs.pxu index 1f85fa6..7ab5243 100644 --- a/units/bluetooth/jobs.pxu +++ b/units/bluetooth/jobs.pxu @@ -214,3 +214,17 @@ requires: {%- if __on_ubuntucore__ %} connections.slot == 'bluez:service' and connections.plug == '{{ __system_env__["SNAP_NAME"] }}:bluez' {% endif -%} + +unit: template +template-resource: device +template-filter: device.category == 'BLUETOOTH' +template-unit: job +id: bluetooth4/beacon_eddystone_url_{interface} +_summary: Test system can get beacon EddyStone URL advertisements on the {interface} adapter +command: + checkbox-support-eddystone_scanner -D {interface} +plugin: shell +user: root +flags: also-after-suspend also-after-suspend-manual +category_id: com.canonical.plainbox::bluetooth +estimated_duration: 10 diff --git a/units/bluetooth/test-plan.pxu b/units/bluetooth/test-plan.pxu index 498a4ce..7a14137 100644 --- a/units/bluetooth/test-plan.pxu +++ b/units/bluetooth/test-plan.pxu @@ -25,7 +25,7 @@ unit: test plan _name: Bluetooth tests (automated) _description: Bluetooth tests (automated) include: - bluetooth/detect-output certification-status=blocker + bluetooth/detect-output certification-status=blocker id: bluetooth-cert-blockers unit: test plan |