zephyr/samples/synchronization/sample.yaml
Anas Nashif f37287bbca samples: cleanup sample test naming
Cleanup test names and make them suitable for import into test
management system.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2018-06-11 17:11:18 -04:00

15 lines
361 B
YAML

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