Workaround failing autopts weekly run due to tester
application having Bus Fault in the nRF53 NET core hci_ipc
firmware at startup.
Having atleast 32 bytes free in nRF53x hci_ipc sample to
avoid Bus Fault when Zephyr Kernel does SYSINIT calls.
Reduce supported ISO Broadcaster instance and ISO TX buffer
counts in the Controller hci_ipc firmware.
Add sysbuild support for tester application so that the
build is CI verified.
sysbuild commandline for LE audio PTS testing:
# west build --sysbuild -b nrf5340_audio_dk/nrf5340/cpuapp
-d build/tester tests/bluetooth/tester
-DEXTRA_CONF_FILE="overlay-le-audio.conf"
Signed-off-by: Vinayak Kariappa Chettimada <vich@nordicsemi.no>
43 lines
1.1 KiB
YAML
43 lines
1.1 KiB
YAML
tests:
|
|
bluetooth.general.tester:
|
|
build_only: true
|
|
platform_allow:
|
|
- qemu_x86
|
|
- 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_sim
|
|
- nrf5340dk/nrf5340/cpuapp
|
|
- nrf5340_audio_dk/nrf5340/cpuapp
|
|
integration_platforms:
|
|
- nrf5340dk/nrf5340/cpuapp
|
|
- nrf5340_audio_dk/nrf5340/cpuapp
|
|
extra_args:
|
|
- EXTRA_CONF_FILE="overlay-le-audio.conf"
|
|
tags: bluetooth
|
|
harness: bluetooth
|
|
sysbuild: true
|
|
bluetooth.general.tester_mesh:
|
|
build_only: true
|
|
platform_allow:
|
|
- qemu_x86
|
|
- native_sim
|
|
- nrf52840dk/nrf52840
|
|
extra_args: EXTRA_CONF_FILE="overlay-mesh.conf"
|
|
tags: bluetooth
|
|
harness: bluetooth
|