You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
381 B
14 lines
381 B
sample: |
|
description: A simple application that demonstrates |
|
basic sanity of the kernel. |
|
name: Synchronization Sample |
|
tests: |
|
sample.kernel.synchronization: |
|
tags: synchronization |
|
build_on_all: true |
|
harness: console |
|
harness_config: |
|
type: multi_line |
|
regex: |
|
- "thread_a: Hello World from (.*)!" |
|
- "thread_b: Hello World from (.*)!"
|
|
|