zephyr/samples/application_development/out_of_tree_driver/sample.yaml
Anas Nashif f7a6c7d154 samples: clean test identifiers
Use a complete identifier, first two parts are section.subsection, then
at least another part for the specifics being tested.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2020-05-11 17:00:26 +02:00

14 lines
356 B
YAML

sample:
description: Sample that uses an out-of-tree driver
name: Out-of-tree driver
tests:
sample.drivers.out_of_tree:
tags: out_of_tree
harness: console
harness_config:
type: multi_line
regex:
- "Hello World from the app!"
- "device is (.*), name is CUSTOM_DRIVER"
- "Hello World from the kernel: 5"