diff options
author | PMR <pmr@pmr-lander> | 2018-10-29 00:41:16 +0000 |
---|---|---|
committer | PMR <pmr@pmr-lander> | 2018-10-29 00:41:16 +0000 |
commit | d1488736a0188da6beb8830610e0a47bfd806bc6 (patch) | |
tree | ac73eaf4030054f9b9ca015e22e07f99fd201d28 | |
parent | 106231d081143161ce9e2529aa9962a23db14c1e (diff) | |
parent | bbc61fd344f70c8b48d978f41077cacbb19f4469 (diff) |
Merge #356534 from ~sylvain-pineau/plainbox-provider-checkbox:hasta-la-vista-obex
-rw-r--r-- | units/miscellanea/jobs.pxu | 2 | ||||
-rw-r--r-- | units/suspend/test-plan.pxu | 12 |
2 files changed, 13 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 diff --git a/units/suspend/test-plan.pxu b/units/suspend/test-plan.pxu index a9068d2..e7359c0 100644 --- a/units/suspend/test-plan.pxu +++ b/units/suspend/test-plan.pxu @@ -37,6 +37,9 @@ include: suspend/bluetooth_obex_send_before_suspend certification-status=blocker suspend/bluetooth_obex_browse_before_suspend certification-status=blocker suspend/bluetooth_obex_get_before_suspend certification-status=blocker + bluetooth4/beacon_eddystone_url_.* certification-status=blocker +bootstrap_include: + device id: after-suspend-reference-cert-automated unit: test plan @@ -51,6 +54,9 @@ include: suspend/bluetooth_obex_send_after_suspend certification-status=blocker suspend/bluetooth_obex_browse_after_suspend certification-status=blocker suspend/bluetooth_obex_get_after_suspend certification-status=blocker + after-suspend-manual-bluetooth4/beacon_eddystone_url_.* certification-status=blocker +bootstrap_include: + device id: before-suspend-reference-cert-blockers unit: test plan @@ -64,6 +70,9 @@ include: suspend/bluetooth_obex_send_before_suspend certification-status=blocker suspend/bluetooth_obex_browse_before_suspend certification-status=blocker suspend/bluetooth_obex_get_before_suspend certification-status=blocker + bluetooth4/beacon_eddystone_url_.* certification-status=blocker +bootstrap_include: + device id: after-suspend-reference-cert-blockers unit: test plan @@ -78,6 +87,9 @@ include: suspend/bluetooth_obex_send_after_suspend certification-status=blocker suspend/bluetooth_obex_browse_after_suspend certification-status=blocker suspend/bluetooth_obex_get_after_suspend certification-status=blocker + after-suspend-manual-bluetooth4/beacon_eddystone_url_.* certification-status=blocker +bootstrap_include: + device id: suspend-key-led-oops-check-cert-blockers unit: test plan |