zephyr/tests/subsys/edac/ibecc/testcase.yaml
Johan Hedberg 03905f7e55 boards: x86: Add intel_ prefix to Elkhart Lake boards
This follows the same convention that has already been adopted by Intel
Alder Lake and Raptor Lake boards.

Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
2023-08-15 11:24:35 +00:00

19 lines
404 B
YAML

common:
arch_allow: x86
platform_allow: intel_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_TEST_USERSPACE=y