zephyr/samples/posix/uname/sample.yaml
Alberto Escolar Piedras cb2016c2a0 samples/posix: Use hwmv2 native targets identifiers
For the 64 bit targets, change identifiers to the new hwmv2 ones.
And remove redundant overlays (which were equal for the 32
and 64 bit versions)

Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
2024-03-15 16:13:12 +01:00

25 lines
523 B
YAML

sample:
description: posix uname sample
name: posix uname
common:
tags: posix
platform_exclude:
- native_posix
- native_posix/native/64
integration_platforms:
- native_sim
- qemu_riscv64
harness: console
harness_config:
type: multi_line
ordered: true
regex:
- "sysname\\[7\\]: Zephyr"
- "nodename\\[\\d+\\]: .*"
- "release\\[\\d+\\]: \\d+\\.\\d+\\.\\d+"
- "version\\[\\d+\\]: .*"
- "machine\\[\\d+\\]: .*"
tests:
sample.posix.uname:
tags: uname