zephyr/samples/posix/env/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

20 lines
360 B
YAML

sample:
description: posix env sample
name: posix env
common:
tags: posix env
platform_exclude:
- native_posix
- native_posix/native/64
integration_platforms:
- qemu_riscv32
harness: console
harness_config:
type: multi_line
regex:
- "BOARD=.*"
- "BUILD_VERSION=.*"
- "ALERT=.*"
tests:
sample.posix.env: {}