zephyr/samples/application_development/out_of_tree_driver/sample.yaml

16 lines
404 B
YAML

sample:
description: Sample that uses an out-of-tree driver
name: Out-of-tree driver
tests:
sample.drivers.out_of_tree:
integration_platforms:
- native_posix
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"