zephyr/tests/subsys/rtio/rtio_api/testcase.yaml
Anas Nashif 24cb002588 tests: rtio: remove subsys from test identifer
Component name should not be subsys.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2023-03-10 14:01:59 +02:00

26 lines
598 B
YAML

common:
platform_exclude: m2gl025_miv
platform_key:
- arch
- simulation
tests:
rtio.api:
filter: not CONFIG_ARCH_HAS_USERSPACE
tags: rtio
rtio.api.submit_sem:
filter: not CONFIG_ARCH_HAS_USERSPACE
tags: rtio
extra_configs:
- CONFIG_RTIO_SUBMIT_SEM=y
rtio.api.userspace:
filter: CONFIG_ARCH_HAS_USERSPACE
extra_configs:
- CONFIG_USERSPACE=y
tags: rtio userspace
rtio.api.userspace.submit_sem:
filter: CONFIG_ARCH_HAS_USERSPACE
extra_configs:
- CONFIG_USERSPACE=y
- CONFIG_RTIO_SUBMIT_SEM=y
tags: rtio userspace