blob: d256a46aebbe5a238ef1ddc09a6a27e865db15b7 [file] [log] [blame]
sample:
name: Memory Domain APIs Test
tests:
sample.kernel.memory_protection.memory_domains:
filter: CONFIG_ARCH_HAS_USERSPACE
tags: userspace mpu
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."