mesh_shell application has been included recently some set new abilities that added more functionality for testing. That caused the application cannot fit in some supported plarforms like qemu_cortex_m3. The reduced legacy configuration has been added to fit stack into it. This platform is used in CI. Signed-off-by: Aleksandr Khromykh <aleksandr.khromykh@nordicsemi.no>
13 lines
341 B
YAML
13 lines
341 B
YAML
common:
|
|
tags: bluetooth
|
|
harness: keyboard
|
|
tests:
|
|
bluetooth.mesh.mesh_shell:
|
|
platform_allow: qemu_x86 nrf51dk_nrf51422
|
|
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
|