tests: rtio: rtio_api: explicit RTIO_SUBMIT_SEM=n
Now that `CONFIG_RTIO_SUBMIT_SEM` is the default option, testing the alternate code path requires explicitly disabling it. Signed-off-by: Jordan Yates <jordan@embeint.com>
This commit is contained in:
parent
851bda1bb3
commit
a072d993ef
1 changed files with 3 additions and 0 deletions
|
|
@ -12,6 +12,8 @@ tests:
|
|||
rtio.api:
|
||||
filter: not CONFIG_ARCH_HAS_USERSPACE
|
||||
tags: rtio
|
||||
extra_configs:
|
||||
- CONFIG_RTIO_SUBMIT_SEM=n
|
||||
integration_platforms:
|
||||
- native_sim
|
||||
rtio.api.submit_sem:
|
||||
|
|
@ -25,6 +27,7 @@ tests:
|
|||
filter: CONFIG_ARCH_HAS_USERSPACE
|
||||
extra_configs:
|
||||
- CONFIG_USERSPACE=y
|
||||
- CONFIG_RTIO_SUBMIT_SEM=n
|
||||
arch_exclude:
|
||||
- posix
|
||||
tags:
|
||||
|
|
|
|||
Loading…
Reference in a new issue