yamllint: indentation: fix files in tests/

Fix the YAML files indentation for files in tests/.

Signed-off-by: Fabio Baltieri <fabiobaltieri@google.com>
This commit is contained in:
Fabio Baltieri 2023-01-03 19:10:35 +00:00 committed by Carles Cufí
commit f5b4acac57
60 changed files with 246 additions and 246 deletions

View file

@ -1,14 +1,14 @@
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 (.*)"
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

View file

@ -1,10 +1,10 @@
common:
platform_allow: qemu_x86_64
harness: console
harness_config:
type: one_line
regex:
- "Hello World! (.*)"
platform_allow: qemu_x86_64
harness: console
harness_config:
type: one_line
regex:
- "Hello World! (.*)"
tests:
boot.uefi:
tags: uefi