From 2011030600dd1fd130d2ed64ee09bf640294428e Mon Sep 17 00:00:00 2001 From: Daniel Leung Date: Tue, 13 Oct 2020 15:54:22 -0700 Subject: [PATCH] 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 --- tests/arch/x86/info/testcase.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/tests/arch/x86/info/testcase.yaml b/tests/arch/x86/info/testcase.yaml index 6031d28fe28..e534615fdbb 100644 --- a/tests/arch/x86/info/testcase.yaml +++ b/tests/arch/x86/info/testcase.yaml @@ -7,3 +7,13 @@ tests: 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"