zephyr/tests/bluetooth/mesh/basic/testcase.yaml
Gerard Marull-Paretas 93b63df762 samples, tests: convert string-based twister lists to YAML lists
Twister now supports using YAML lists for all fields that were written
as space-separated lists. Used twister_to_list.py script. Some artifacts
on string length are due to how ruamel dumps content.

Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
2023-05-10 09:52:37 +02:00

100 lines
2.0 KiB
YAML

tests:
bluetooth.mesh.main:
build_only: true
platform_allow:
- qemu_x86
- nrf52840dk_nrf52840
integration_platforms:
- qemu_x86
tags:
- bluetooth
- mesh
bluetooth.mesh.dbg:
build_only: true
extra_args: CONF_FILE=dbg.conf
platform_allow:
- qemu_x86
- nrf52840dk_nrf52840
integration_platforms:
- qemu_x86
tags:
- bluetooth
- mesh
bluetooth.mesh.friend:
build_only: true
extra_args: CONF_FILE=friend.conf
platform_allow:
- qemu_x86
- nrf52840dk_nrf52840
integration_platforms:
- qemu_x86
tags:
- bluetooth
- mesh
bluetooth.mesh.gatt:
build_only: true
extra_args: CONF_FILE=gatt.conf
platform_allow:
- qemu_x86
- nrf52840dk_nrf52840
integration_platforms:
- qemu_x86
tags:
- bluetooth
- mesh
bluetooth.mesh.lpn:
build_only: true
extra_args: CONF_FILE=lpn.conf
platform_allow:
- qemu_x86
- nrf52840dk_nrf52840
integration_platforms:
- qemu_x86
tags:
- bluetooth
- mesh
bluetooth.mesh.pb_gatt:
build_only: true
extra_args: CONF_FILE=pb_gatt.conf
platform_allow:
- qemu_x86
- nrf52840dk_nrf52840
integration_platforms:
- qemu_x86
tags:
- bluetooth
- mesh
bluetooth.mesh.proxy:
build_only: true
extra_args: CONF_FILE=proxy.conf
platform_allow:
- qemu_x86
- nrf52840dk_nrf52840
integration_platforms:
- qemu_x86
tags:
- bluetooth
- mesh
bluetooth.mesh.ext_adv:
build_only: true
extra_args: CONF_FILE=ext_adv.conf
platform_allow:
- qemu_x86
- nrf52840dk_nrf52840
integration_platforms:
- qemu_x86
tags:
- bluetooth
- mesh
bluetooth.mesh.multi_ext_adv:
build_only: true
extra_args: CONF_FILE=multi_ext_adv.conf
platform_allow:
- qemu_x86
- nrf52840dk_nrf52840
integration_platforms:
- qemu_x86
tags:
- bluetooth
- mesh