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 <gramsay@enphaseenergy.com>
This commit is contained in:
parent
e032f9520d
commit
1951d83783
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue