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