zephyr/samples/application_development/out_of_tree_driver/sample.yaml
Kumar Gala 59fd4bfdfd samples: app_dev: set integration_platforms to native_posix
Set integration_platforms on these samples to just native_posix.  This
should be sufficient to make sure these tests build and run.

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
2021-03-03 09:11:53 -06:00

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"