Skip to content
Snippets Groups Projects
Commit 41917b63 authored by Dylan Aïssi's avatar Dylan Aïssi
Browse files

bluez-*: add bluetooth activation in pre-conditions steps


This ensures that a tester is not blocked if Bluetooth tests
are not performed in a specific order.

All other bluetooth related test cases already have this
pre-condition.

Signed-off-by: default avatarDylan Aïssi <dylan.aissi@collabora.com>
parent ed73133b
No related tags found
1 merge request!669bluez-*: add bluetooth activation in pre-conditions steps
Pipeline #799642 passed
......@@ -25,6 +25,10 @@ metadata:
pre-conditions:
- "If running the test on an SDK image, kill the blueman-applet process, as it prevents the test from installing its own pairing agent."
- "Please note that connman disables bluetooth by default on a fresh image.
If it's already enabled, connmanctl will give an \"In progress\" error that
may be ignored. To enable the device:"
- $ connmanctl enable bluetooth
expected:
- "If PASSED is displayed, all of the test have passed. The output should be
......
......@@ -29,6 +29,10 @@ metadata:
pre-conditions:
- "If running the test on an SDK image, kill the blueman-applet process, as
it prevents the test from installing its own pairing agent."
- "Please note that connman disables bluetooth by default on a fresh image.
If it's already enabled, connmanctl will give an \"In progress\" error that
may be ignored. To enable the device:"
- $ connmanctl enable bluetooth
- "When running the test on SabreLite boards using the headphone jack to
check the audio output, the audio manager needs to be configured to route it
accordingly as it defaults to the HDMI output:"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment