1sample:
2  name: Hello Bindesc
3tests:
4  sample.bindesc:
5    tags: bindesc
6    filter: CONFIG_ARCH_SUPPORTS_ROM_START or CONFIG_ARCH_POSIX
7    integration_platforms:
8      - native_sim
9    harness: console
10    harness_config:
11      type: multi_line
12      ordered: true
13      regex:
14        - "Zephyr version: "
15        - "App version: 1.0.0"
16        - "Build time: "
17        - "Compiler: "
18        - "my_string: Hello world!"
19        - "my_int: 5"
20        - "my_bytes: 01 02 03 04"
21