This adds the configuration used when running PTS tests with hci_ipc to the testcase.yaml, so they are built on integration by CI, avoiding regression. Signed-off-by: Ludvig Jordet <ludvig.jordet@nordicsemi.no>
57 lines
1.4 KiB
YAML
57 lines
1.4 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_NBU=n
|
|
bluetooth.general.tester_hci_ipc:
|
|
build_only: true
|
|
harness: bluetooth
|
|
platform_allow:
|
|
- qemu_x86
|
|
- native_sim
|
|
- nrf5340dk/nrf5340/cpuapp
|
|
integration_platforms:
|
|
- nrf5340dk/nrf5340/cpuapp
|
|
extra_args:
|
|
# Build config used by AutoPTS for nRF53
|
|
- EXTRA_CONF_FILE="hci_ipc.conf"
|
|
tags: bluetooth
|
|
sysbuild: true
|
|
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
|