From a5e0bf62a5b35672e462a261b4515af689894dc6 Mon Sep 17 00:00:00 2001 From: Adam Kondraciuk Date: Tue, 1 Oct 2024 14:55:05 +0200 Subject: [PATCH] tests: benchmarks: multicore: idle: Align test to PM states Align test configuration to `idle with cache disabled` state. Signed-off-by: Adam Kondraciuk --- .../nrf54h20dk_nrf54h20_cpuapp_s2ram.overlay | 25 ------------------- tests/benchmarks/multicore/idle/testcase.yaml | 1 - 2 files changed, 26 deletions(-) delete mode 100644 tests/benchmarks/multicore/idle/boards/nrf54h20dk_nrf54h20_cpuapp_s2ram.overlay diff --git a/tests/benchmarks/multicore/idle/boards/nrf54h20dk_nrf54h20_cpuapp_s2ram.overlay b/tests/benchmarks/multicore/idle/boards/nrf54h20dk_nrf54h20_cpuapp_s2ram.overlay deleted file mode 100644 index c9b5aee2aa93..000000000000 --- a/tests/benchmarks/multicore/idle/boards/nrf54h20dk_nrf54h20_cpuapp_s2ram.overlay +++ /dev/null @@ -1,25 +0,0 @@ -/* - * Copyright (c) 2024 Nordic Semiconductor ASA - * - * SPDX-License-Identifier: LicenseRef-Nordic-5-Clause - */ - -/ { - power-states { - idle: idle { - compatible = "zephyr,power-state"; - power-state-name = "suspend-to-idle"; - min-residency-us = <100000>; - }; - - s2ram: s2ram { - compatible = "zephyr,power-state"; - power-state-name = "suspend-to-ram"; - min-residency-us = <800000>; - }; - }; -}; - -&cpu { - cpu-power-states = <&idle &s2ram>; -}; diff --git a/tests/benchmarks/multicore/idle/testcase.yaml b/tests/benchmarks/multicore/idle/testcase.yaml index 6568c6c69b3b..512cc4bbf3ca 100644 --- a/tests/benchmarks/multicore/idle/testcase.yaml +++ b/tests/benchmarks/multicore/idle/testcase.yaml @@ -76,7 +76,6 @@ tests: remote_CONFIG_PM=y remote_CONFIG_POWEROFF=y remote_CONFIG_CONSOLE=n remote_CONFIG_UART_CONSOLE=n remote_CONFIG_SERIAL=n remote_CONFIG_GPIO=n remote_CONFIG_BOOT_BANNER=n remote_CONFIG_NRFS_MRAM_SERVICE_ENABLED=n - DTC_OVERLAY_FILE="boards/nrf54h20dk_nrf54h20_cpuapp_s2ram.overlay" harness: pytest harness_config: fixture: ppk_power_measure