1tests:
2  kernel.threads.thread_stack:
3    tags:
4      - kernel
5      - security
6      - userspace
7    ignore_faults: true
8    min_ram: 16
9    integration_platforms:
10      - mps2/an521/cpu0
11      - qemu_x86
12  kernel.threads.armv8m_mpu_stack_guard:
13    min_ram: 16
14    extra_args: CONF_FILE=prj_armv8m_mpu_stack_guard.conf
15    filter: CONFIG_ARM_MPU and CONFIG_ARMV8_M_MAINLINE
16    arch_allow: arm
17    tags:
18      - kernel
19      - security
20      - userspace
21    ignore_faults: true
22    integration_platforms:
23      - mps2/an521/cpu0
24