Skip to content
Snippets Groups Projects
Commit f1a97ecb authored by Frédéric Dalleau's avatar Frédéric Dalleau
Browse files

Fix apparmor-bluez-setup test case preconditions


The preconditions mentionned to download another test.
Actually this is because this test uses bluez-setup so we add the steps for
bluez-setup in generated form.

Signed-off-by: default avatarFrédéric Dalleau <frederic.dalleau@collabora.com>
parent 4fcd6070
No related branches found
No related tags found
No related merge requests found
...@@ -19,8 +19,13 @@ metadata: ...@@ -19,8 +19,13 @@ metadata:
- "A Bluetooth adapter." - "A Bluetooth adapter."
- "A Bluetooth device." - "A Bluetooth device."
macro_ostree_preconditions: bluez-setup macro_ostree_preconditions: apparmor-bluez-setup
pre-conditions: pre-conditions:
- "Additionnally, it is necessary to get a copy of bluez-setup test:"
- $ cd $HOME
- $ wget https://gitlab.apertis.org/tests/bluez-setup/-/archive/master/bluez-setup-master.tar.gz
- $ tar -xvf bluez-setup-master.tar.gz
- $ scp -r bluez-setup-master user@$DUT_IP:.
- "Please note that connman disables bluetooth by default on a fresh image. - "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 If it's already enabled, connmanctl will give an \"In progress\" error that
may be ignored. To enable the device:" may be ignored. To enable the device:"
......
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