zephyr/tests/arch/x86/info/testcase.yaml
Fabio Baltieri f5b4acac57 yamllint: indentation: fix files in tests/
Fix the YAML files indentation for files in tests/.

Signed-off-by: Fabio Baltieri <fabiobaltieri@google.com>
2023-01-04 14:23:53 +01:00

20 lines
420 B
YAML

tests:
arch.x86.info:
arch_allow: x86
harness: console
harness_config:
type: one_line
regex:
- "info: complete"
filter: CONFIG_X86_PC_COMPATIBLE
arch.x86.info.userspace:
arch_allow: x86
extra_configs:
- CONFIG_TEST_USERSPACE=y
harness: console
harness_config:
type: one_line
regex:
- "info: complete"
filter: CONFIG_X86_PC_COMPATIBLE