nrf51 has been discontinued. There is no reason to support ble mesh tests for nrf51 DK platform. As alternative support of nrf52840 has been added if there wasn't before. Also, microbit lacks significant amount of RAM (about 800 bytes) to build mesh test. Signed-off-by: Aleksandr Khromykh <aleksandr.khromykh@nordicsemi.no>
13 lines
344 B
YAML
13 lines
344 B
YAML
common:
|
|
tags: bluetooth
|
|
harness: keyboard
|
|
tests:
|
|
bluetooth.mesh.mesh_shell:
|
|
platform_allow: qemu_x86 nrf52840dk_nrf52840
|
|
integration_platforms:
|
|
- qemu_x86
|
|
platform_exclude: nrf52dk_nrf52810
|
|
bluetooth.mesh.mesh_shell.reduced_legacy:
|
|
platform_allow: qemu_cortex_m3
|
|
extra_args: OVERLAY_CONFIG=reduced_legacy.conf
|