zephyr/tests/kernel/timer/timer_api/testcase.yaml
Erwan Gouriou 010e35850e tests/kernel: timer_api: Remove build_only tickless variant
'build_only' directive may not be justified here and
prevent to see issue when running the test.

Similarly to non tickless version exclude qemu_x86_coverage
and qemu_cortex_m0 platforms.
It was actually tested failed on qemu_cortex_m0, no error
reported on qemu_x86_coverage, but removed to be safe on that side
as well.

Signed-off-by: Erwan Gouriou <erwan.gouriou@linaro.org>
2020-01-16 07:43:40 -06:00

10 lines
296 B
YAML

tests:
kernel.timer:
tags: kernel userspace
platform_exclude: qemu_x86_coverage qemu_cortex_m0
kernel.timer.tickless:
extra_args: CONF_FILE="prj_tickless.conf"
arch_exclude: riscv32 nios2 posix
platform_exclude: qemu_x86_coverage qemu_cortex_m0
tags: kernel userspace