zephyr/samples/userspace/prod_consumer/sample.yaml
Alberto Escolar Piedras befc96f22e userspace tests/samples: Exclude in posix arch
These samples & tests cannot be run in this architecture
as it does not support userspace.
Today they are filtered by kconfig, which works but spends
time running cmake.
As native_posix is a default test platform it is better
to filter it alltogether by arch, which saves quite a lot
of time.

Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
2023-10-24 09:05:29 +02:00

18 lines
349 B
YAML

sample:
description: userspace producer-consumer example
name: producer-consumer
common:
integration_platforms:
- mps2_an385
tags: userspace
harness: console
harness_config:
type: one_line
regex:
- "SUCCESS"
tests:
sample.userspace.prod_consumer:
filter: CONFIG_ARCH_HAS_USERSPACE
arch_exclude:
- posix