zephyr/tests/kernel/timer/timer_monotonic/testcase.yaml
Anas Nashif fa98745a10 tests: remove linker_generator sub tests from kernel
Kernel is being built the same way for all those tests and there is not
much related to the linker generator in any of those tests. Just keep a
small set of tests to have needed coverage in the kernel.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2023-06-02 04:47:06 -04:00

18 lines
449 B
YAML

tests:
kernel.timer.monotonic:
tags:
- kernel
- timer
# FIXME: This test may fail for qemu_arc_hs on certain host systems.
# See foss-for-synopsys-dwc-arc-processors/qemu#67.
platform_exclude: qemu_arc_hs
kernel.timer.monotonic.apic.tsc:
tags:
- kernel
- timer
- apic_tsc
platform_allow: ehl_crb
extra_configs:
- CONFIG_APIC_TSC_DEADLINE_TIMER=y
- CONFIG_HPET_TIMER=n