zephyr/tests/bluetooth/tester/testcase.yaml
Yassine El Aissaoui 4a755a3157 samples: tests: bluetooth: Add support for rd_rw612_bga
Adding bt_tester support.

Adding bt_tester app build
with Twister for rd_rw612_bga board

Fix failing tests/samples due to unsufficent MPU ressources
by releasing unnecessary MPU regions.

Disable twister build on samples that are not meant to
be supported on this board, so exclude it from the test cases.

Update peripheral/central ht sample.yaml files
to test build for rd_rw612_bga.

Signed-off-by: Axel Le Bourhis <axel.lebourhis@nxp.com>
Signed-off-by: Yassine El Aissaoui <yassine.elaissaoui@nxp.com>
2024-05-25 11:23:04 +03:00

32 lines
744 B
YAML

tests:
bluetooth.general.tester:
build_only: true
platform_allow:
- qemu_x86
- native_posix
- native_sim
- nrf52840dk/nrf52840
- rd_rw612_bga
tags: bluetooth
harness: bluetooth
bluetooth.general.tester_le_audio:
build_only: true
platform_allow:
- qemu_x86
- native_posix
- native_sim
- 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
- native_sim
- nrf52840dk/nrf52840
extra_args: OVERLAY_CONFIG="overlay-mesh.conf"
tags: bluetooth
harness: bluetooth