From 1951d837836a1d2fadf7bf6840a33e9fecdc519d Mon Sep 17 00:00:00 2001 From: Grant Ramsay Date: Sun, 1 Oct 2023 12:42:35 +1300 Subject: [PATCH] tests: timer_monotonic: Add mps2_an385 test with icount disabled This is to validate that GH-48608 is fixed and stays fixed. Signed-off-by: Grant Ramsay --- tests/kernel/timer/timer_monotonic/testcase.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/tests/kernel/timer/timer_monotonic/testcase.yaml b/tests/kernel/timer/timer_monotonic/testcase.yaml index 058a821123..9c38d45698 100644 --- a/tests/kernel/timer/timer_monotonic/testcase.yaml +++ b/tests/kernel/timer/timer_monotonic/testcase.yaml @@ -15,3 +15,11 @@ tests: extra_configs: - CONFIG_APIC_TSC_DEADLINE_TIMER=y - CONFIG_HPET_TIMER=n + kernel.timer.monotonic.icount_off: + # Extra test for GH-48608 + tags: + - kernel + - timer + platform_allow: mps2_an385 + extra_configs: + - CONFIG_QEMU_ICOUNT=n