blob: b48a0622c700d79f1ade66ade419540d0915d914 [file] [log] [blame]
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."