zephyr/tests/bluetooth/tester/testcase.yaml
Pavel Vasilyev b7579065f9 tests: bluetooth: tester: Move mesh-1.1 features to a separate conf
This allows to compile mesh tester for 1.0.1 and 1.1 specs sepately.

Signed-off-by: Pavel Vasilyev <pavel.vasilyev@nordicsemi.no>
2023-09-28 14:19:03 +03:00

37 lines
928 B
YAML

tests:
bluetooth.general.tester:
build_only: true
platform_allow:
- qemu_x86
- native_posix
- nrf52840dk_nrf52840
tags: bluetooth
harness: bluetooth
bluetooth.general.tester_le_audio:
build_only: true
platform_allow:
- qemu_x86
- native_posix
- nrf5340dk_nrf5340_cpuapp
extra_args: OVERLAY_CONFIG="overlay-le-audio.conf"
tags: bluetooth
harness: bluetooth
bluetooth.general.tester_mesh:
build_only: true
platform_allow:
- qemu_x86
- native_posix
- nrf52840dk_nrf52840
extra_args: OVERLAY_CONFIG="overlay-mesh.conf"
tags: bluetooth
harness: bluetooth
bluetooth.general.tester_mesh_v1d1:
build_only: true
platform_allow:
- qemu_x86
- native_posix
- nrf52840dk_nrf52840
extra_args: OVERLAY_CONFIG="overlay-mesh.conf;overlay-mesh-v1d1.conf"
tags: bluetooth
harness: bluetooth