1sample:
2  description: Hello World sample, the simplest Zephyr
3    application
4  name: hello world
5common:
6  tags: introduction
7  integration_platforms:
8    - native_sim
9  harness: console
10  harness_config:
11    type: one_line
12    regex:
13      - "Hello World! (.*)"
14tests:
15  sample.basic.helloworld:
16    tags: introduction
17