f5b4acac57
Fix the YAML files indentation for files in tests/. Signed-off-by: Fabio Baltieri <fabiobaltieri@google.com>
18 lines
452 B
YAML
18 lines
452 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
|
|
integration_platforms:
|
|
- frdm_k64f
|