zephyr/samples/posix/uname/sample.yaml
Alberto Escolar Piedras 6c38bc8ec4 boards native_posix: Remove twister support
native_posix is being removed as it has reached its end of life in 4.2,
after being deprecated since 4.0.

Remove the twister support for native_posix[//64] and therefore all
references to them from the testcases and samples yamls, so twister
does not error out.

Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
2025-03-07 19:16:14 +01:00

22 lines
455 B
YAML

sample:
description: posix uname sample
name: posix uname
common:
tags: posix
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