1sample:
2  description: posix env sample
3  name: posix env
4common:
5  tags:
6    - posix
7    - env
8  integration_platforms:
9    - native_sim
10  harness: console
11  harness_config:
12    type: multi_line
13    regex:
14      - "BOARD=.*"
15      - "BUILD_VERSION=.*"
16      - "ALERT="
17tests:
18  sample.posix.env: {}
19