zephyr/tests/bluetooth/tester/testcase.yaml
Yassine El Aissaoui bb770c5965 samples: tests: bluetooth: Add support for frdm_rw612
Adding bt_tester support.

Adding bt_tester app build
with Twister for frdm_rw612 board

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

Twister builds added on peripheral/central ht and
enabled Power manager on those examples to cover
the CI builds with PM enabled.

Signed-off-by: Yassine El Aissaoui <yassine.elaissaoui@nxp.com>
2024-06-10 07:02:06 -07:00

40 lines
979 B
YAML

tests:
bluetooth.general.tester:
build_only: true
platform_allow:
- qemu_x86
- native_posix
- native_sim
- nrf52840dk/nrf52840
tags: bluetooth
harness: bluetooth
bluetooth.general.tester.nxp:
# Disabling monolithic since CI environment doesn't use blobs
build_only: true
harness: bluetooth
platform_allow:
- rd_rw612_bga
- frdm_rw612
extra_configs:
- CONFIG_NXP_MONOLITHIC_BT=n
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