zephyr/tests/subsys/edac/ibecc/testcase.yaml
Andrei Emeltchenko 80ec93860b tests: edac: Add test for user thread communication
Add test verifying communication with user thread.

Signed-off-by: Andrei Emeltchenko <andrei.emeltchenko@intel.com>
2021-02-19 16:06:29 +02:00

17 lines
381 B
YAML

common:
arch_allow: x86
platform_allow: ehl_crb
tags: edac ibecc
tests:
edac.ibecc.production:
extra_configs:
- CONFIG_EDAC_ERROR_INJECT=n
- CONFIG_EDAC_LOG_LEVEL_DBG=y
edac.ibecc.injection:
extra_configs:
- CONFIG_EDAC_ERROR_INJECT=y
edac.ibecc.injection.user:
extra_configs:
- CONFIG_EDAC_ERROR_INJECT=y
- CONFIG_USERSPACE=y