From cb0acff7173a0c8485a43ae2176dab1925bd8408 Mon Sep 17 00:00:00 2001 From: Sylvain Pineau Date: Mon, 8 Oct 2018 12:04:17 +0200 Subject: units:bluetooth:test-plan.pxu: Fix indentation --- units/bluetooth/test-plan.pxu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3 From 83b6cbaf81f29fa018861496a561c37192255e31 Mon Sep 17 00:00:00 2001 From: Sylvain Pineau Date: Mon, 8 Oct 2018 12:05:04 +0200 Subject: units:bluetooth: Add new BT LE beacon test using EddyStone URL advertisements --- units/bluetooth/jobs.pxu | 14 ++++++++++++++ 1 file changed, 14 insertions(+) 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 -- cgit v1.2.3