zephyr/tests/bluetooth/tester/testcase.yaml
Alberto Escolar Piedras 66a70a2ffd tests/bluetooth: Don't test on native_posix
native_posix is now deprecated.
Building these tests in both native_sim and native_posix does not
improve coverage for the tests or subsystem but doubles CI time.
As anyhow native_posix will be removed all together in
2 releases, let's remove it already for these.

Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
2024-09-25 04:04:36 -04:00

37 lines
916 B
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
extra_args: OVERLAY_CONFIG="overlay-le-audio.conf"
tags: bluetooth
harness: bluetooth
bluetooth.general.tester_mesh:
build_only: true
platform_allow:
- qemu_x86
- native_sim
- nrf52840dk/nrf52840
extra_args: OVERLAY_CONFIG="overlay-mesh.conf"
tags: bluetooth
harness: bluetooth