tests: latency_measure: disable pm for MEC1501 based boards
Disable power management for boards mec15xxevb_assy6853 and mec1501modular_assy6885 on latency_measure test. This prevents the SoC from sleeping which may skew the results. Also this prevents stopping mid-test due to SoC being in sleep state, and there are no external interrupts to wake up the SoC. Fixes #24136 Signed-off-by: Daniel Leung <daniel.leung@intel.com>
This commit is contained in:
parent
e3d9c282d2
commit
67d220d5cd
2 changed files with 12 additions and 0 deletions
|
@ -0,0 +1,6 @@
|
|||
# Disable power management to prevent SoC from sleeping.
|
||||
# The test would not finish otherwise as there is no external
|
||||
# interrupts to wake up the SoC.
|
||||
# This board has an extra option to control PM, so need to
|
||||
# disable it here.
|
||||
CONFIG_SOC_POWER_MANAGEMENT=n
|
|
@ -0,0 +1,6 @@
|
|||
# Disable power management to prevent SoC from sleeping.
|
||||
# The test would not finish otherwise as there is no external
|
||||
# interrupts to wake up the SoC.
|
||||
# This board has an extra option to control PM, so need to
|
||||
# disable it here.
|
||||
CONFIG_SOC_POWER_MANAGEMENT=n
|
Loading…
Add table
Add a link
Reference in a new issue