1sample:
2  description: Sample that uses an out-of-tree driver
3  name: Out-of-tree driver
4tests:
5  sample.drivers.out_of_tree:
6    integration_platforms:
7      - native_posix
8    tags: out_of_tree
9    harness: console
10    harness_config:
11      type: multi_line
12      regex:
13        - "Hello World from the app!"
14        - "device is (.*), name is CUSTOM_DRIVER"
15        - "Hello World from the kernel: 5"
16