Added logging of MCUboot messages to fix twister test scenario. Signed-off-by: Grzegorz Chwierut <grzegorz.chwierut@nordicsemi.no>
19 lines
500 B
YAML
19 lines
500 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
|
|
platform_allow: frdm_k64f mimxrt1060_evk nrf52840dk_nrf52840
|
|
integration_platforms:
|
|
- frdm_k64f
|
|
- nrf52840dk_nrf52840
|