zephyr/tests/subsys/rtio/rtio_api/testcase.yaml
Tom Burdick 2f9945f587 rtio: Exclude failing renode platform
Renode platform fails the test despite it working well on qemu riscv.
Ignore this particular platform for now.

Signed-off-by: Tom Burdick <thomas.burdick@intel.com>
2023-03-03 09:18:09 +01:00

26 lines
626 B
YAML

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