zephyr/tests/subsys/edac/ibecc/testcase.yaml
Yuval Peress 86cadf9283 ztest: Fix userspace ztests in new API
Update the new API to use K_USER as the flags for both
CONFIG_USERSPACE and CONFIG_TEST_USERSPACE. Also, fix the linker
script to properly include the suites, tests, and rules.

Fixes #44108

Signed-off-by: Yuval Peress <peress@google.com>
2022-05-25 11:20:13 +09:00

17 lines
386 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_TEST_USERSPACE=y