zephyr/tests/boot/test_mcuboot/testcase.yaml
Gerard Marull-Paretas fc312b096d tests: boot: mcuboot: disable test
Disable test due to observed issues with CONFIG_BUILD_OUTPUT_ADJUST_LMA.
Refer to https://github.com/zephyrproject-rtos/zephyr/issues/58080.

Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
2023-05-25 16:29:40 -04:00

29 lines
697 B
YAML

common:
sysbuild: true
harness: console
harness_config:
type: multi_line
regex:
- "I: Starting bootloader"
- "Launching primary slot application on (.*)"
- "Secondary application ready for swap, rebooting"
- "I: Starting swap using (.*)"
- "Swapped application booted on (.*)"
tests:
boot.mcuboot:
tags: mcuboot
skip: true # disabled due to issue #58080
platform_allow:
- frdm_k64f
- mimxrt1060_evk
- nrf52840dk_nrf52840
integration_platforms:
- frdm_k64f
- nrf52840dk_nrf52840
boot.mcuboot.assert:
tags: mcuboot
platform_allow:
- b_u585i_iot02a
extra_configs:
- CONFIG_ASSERT=y