1tests:
2  kernel.timer.monotonic:
3    tags:
4      - kernel
5      - timer
6    # FIXME: This test may fail for qemu_arc/qemu_arc_hs on certain host systems.
7    #        See foss-for-synopsys-dwc-arc-processors/qemu#67.
8    platform_exclude: qemu_arc/qemu_arc_hs
9  kernel.timer.monotonic.apic.tsc:
10    tags:
11      - kernel
12      - timer
13      - apic_tsc
14    platform_allow: intel_ehl_crb
15    extra_configs:
16      - CONFIG_APIC_TSC_DEADLINE_TIMER=y
17      - CONFIG_HPET_TIMER=n
18  kernel.timer.monotonic.icount_off:
19    # Extra test for GH-48608
20    tags:
21      - kernel
22      - timer
23    platform_allow: mps2/an385
24    extra_configs:
25      - CONFIG_QEMU_ICOUNT=n
26