samples posix uname: Fix sample yaml filtering

The sample was at the same time filtered for the whole
posix architecture and had native_posix as its integration platform.
This is selfcontradictory.

In any case, this sample cannot run in native_posix but
can run in native_sim.
So let's fix the filtering.

Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
This commit is contained in:
Alberto Escolar Piedras 2023-10-23 11:16:39 +02:00 committed by Carles Cufí
parent c179f17836
commit 7159522597

View file

@ -3,9 +3,11 @@ sample:
name: posix uname
common:
tags: posix
filter: not CONFIG_ARCH_POSIX
integration_platforms:
platform_exclude:
- native_posix
- native_posix_64
integration_platforms:
- native_sim
- qemu_riscv64
harness: console
harness_config: