1sample:
2  description: A simple application that demonstrates
3    basic sanity of the kernel.
4  name: Synchronization Sample
5tests:
6  sample.kernel.synchronization:
7    tags: synchronization
8    build_on_all: true
9    harness: console
10    harness_config:
11      type: multi_line
12      regex:
13        - "thread_a: Hello World from (.*)!"
14        - "thread_b: Hello World from (.*)!"
15