summaryrefslogtreecommitdiff
path: root/zephyr/test/system_shim/testcase.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/test/system_shim/testcase.yaml')
-rw-r--r--zephyr/test/system_shim/testcase.yaml15
1 files changed, 11 insertions, 4 deletions
diff --git a/zephyr/test/system_shim/testcase.yaml b/zephyr/test/system_shim/testcase.yaml
index 29b5fa55c0..3374c7f5f3 100644
--- a/zephyr/test/system_shim/testcase.yaml
+++ b/zephyr/test/system_shim/testcase.yaml
@@ -1,8 +1,15 @@
common:
platform_allow: native_posix
- tags:
- system
tests:
system_shim.default:
- extra_args: DTC_OVERLAY_FILE="./default.overlay"
- system_shim.no_chosen: {}
+ tags:
+ system
+ extra_configs:
+ # Make console work
+ - CONFIG_SERIAL=y
+ - CONFIG_SHELL_BACKEND_DUMMY=y
+ - CONFIG_SHELL_BACKEND_DUMMY_BUF_SIZE=1000
+ - CONFIG_SHELL_BACKEND_SERIAL=n
+ # Make cros_system driver work
+ - CONFIG_PM=y
+ - CONFIG_CROS_SYSTEM_NATIVE_POSIX=y