zephyr/samples/mpu/mpu_stack_guard_test/sample.yaml
Anas Nashif da5f185e06 samples: add test identifier
Add unique identifier instead of just 'test' for samples.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2019-03-29 17:44:11 -04:00

30 lines
809 B
YAML

sample:
name: MPU Stack Guard
tests:
sample.mpu:
tags: mpu stackguard
harness: console
# We do not handle segfaults here
arch_whitelist: arm
platform_exclude: qemu_cortex_m3
harness_config:
type: multi_line
ordered: false
regex:
- "Fatal fault in .*thread"
- "STACK_ALIGN.*"
- "Canary Initial Value = 0x[0-9a-f]+ threads 0x[0-9a-f]+"
sample.mpu.stack_guard:
arch_whitelist: arm
extra_args: CONF_FILE=prj_stack_guard.conf
filter: CONFIG_MPU_STACK_GUARD
tags: mpu stackguard
harness: console
harness_config:
type: multi_line
ordered: false
regex:
- "Fatal fault in thread 0x[0-9a-f]+! Aborting."
- "STACK_ALIGN.*"
- "Canary Initial Value = 0x[0-9a-f]+ threads 0x[0-9a-f]+"