Use test_framework as unified tag so we can filter tests in a consistent way. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
13 lines
275 B
YAML
13 lines
275 B
YAML
common:
|
|
tags:
|
|
- test_framework
|
|
tests:
|
|
testing.ztest.error_hook:
|
|
filter: CONFIG_ARCH_HAS_USERSPACE
|
|
tags:
|
|
- userspace
|
|
ignore_faults: true
|
|
testing.ztest.error_hook.no_userspace:
|
|
extra_args: CONF_FILE=prj_no_userspace.conf
|
|
ignore_faults: true
|