zephyr/tests/arch/x86/info/testcase.yaml
Daniel Leung 2011030600 tests: x86/info: enable testing for userspace
This adds some test cases to test with userspace enabled
to make sure will not be broken.

Signed-off-by: Daniel Leung <daniel.leung@intel.com>
2021-02-16 19:08:55 -05:00

20 lines
482 B
YAML

tests:
arch.x86.info:
arch_allow: x86
platform_allow: qemu_x86 ehl_crb up_squared up_squared_32
harness: console
harness_config:
type: one_line
regex:
- "info: complete"
arch.x86.info.userspace:
arch_allow: x86
platform_allow: qemu_x86 ehl_crb up_squared up_squared_32
extra_configs:
- CONFIG_TEST_USERSPACE=y
harness: console
harness_config:
type: one_line
regex:
- "info: complete"