zephyr/tests/kernel/threads/thread_stack/testcase.yaml
Anas Nashif 808266a493 tests: use ignore_fault field instead of tags
Use dedicated field in the yaml file instead of mixing this testing
feature with tags.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2022-11-25 06:38:05 -05:00

13 lines
364 B
YAML

tests:
kernel.threads.thread_stack:
tags: kernel security userspace
ignore_faults: true
min_ram: 16
kernel.threads.armv8m_mpu_stack_guard:
min_ram: 16
extra_args: CONF_FILE=prj_armv8m_mpu_stack_guard.conf
filter: CONFIG_ARM_MPU and CONFIG_ARMV8_M_MAINLINE
arch_allow: arm
tags: kernel security userspace
ignore_faults: true