1common:
2  sysbuild: true
3  harness: console
4  harness_config:
5    type: multi_line
6    regex:
7      - "I: Starting bootloader"
8      - "Launching primary slot application on (.*)"
9      - "Secondary application ready for swap, rebooting"
10      - "I: Starting swap using (.*)"
11      - "Swapped application booted on (.*)"
12tests:
13  bootloader.mcuboot:
14    tags: mcuboot
15    skip: true # disabled due to issue #58080
16    platform_allow:
17      - frdm_k64f
18      - mimxrt1060_evk
19      - nrf52840dk_nrf52840
20    integration_platforms:
21      - frdm_k64f
22      - nrf52840dk_nrf52840
23  bootloader.mcuboot.assert:
24    tags: mcuboot
25    platform_allow:
26      - b_u585i_iot02a
27    extra_configs:
28      - CONFIG_ASSERT=y
29