zephyr/samples/mpu/mem_domain_apis_test/sample.yaml

20 lines
604 B
YAML

sample:
name: Memory Domain APIs Test
tests:
kernel.memory_protection.memory_domains:
filter: CONFIG_ARCH_HAS_USERSPACE
tags: samples
harness: console
timeout: 120
harness_config:
type: multi_line
ordered: false
regex:
- "initialize memory domains"
- "add app thread \\d \\(0x[0-9a-f]+\\) into app\\d_domain."
- "app thread \\d \\(0x[0-9a-f]+\\) starts."
- "main thread \\(0x[0-9a-f]+\\) is back."
- "remove app0_parts0 from app0_domain."
- "main thread \\(0x[0-9a-f]+\\) yields."
- "destroy app0_domain."