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