sample: | |
description: A simple application that demonstrates | |
basic sanity of the kernel. | |
name: Synchronization Sample | |
tests: | |
test: | |
build_on_all: true | |
tags: apps | |
harness: console | |
harness_config: | |
type: multi_line | |
regex: | |
- "threadA: Hello World from (.*)!" | |
- "threadB: Hello World from (.*)!" |