Skip to content

Commit 96683e2

Browse files
nordic-seglPerMac
authored andcommitted
tests: benchmarks: multicore: Adjust power testing at idle state
In tests where Application core shall enter IDLE low power state add EXTRA_DTC_OVERLAY_FILE that prevents mooving forward to S2RAM low power state. Signed-off-by: Sebastian Głąb <sebastian.glab@nordicsemi.no>
1 parent fbeab75 commit 96683e2

File tree

8 files changed

+35
-0
lines changed

8 files changed

+35
-0
lines changed

CODEOWNERS

+1
Original file line numberDiff line numberDiff line change
@@ -815,6 +815,7 @@
815815
# Tests
816816
/tests/benchmarks/ @nrfconnect/ncs-low-level-test
817817
/tests/benchmarks/multicore/ @carlescufi @nrfconnect/ncs-low-level-test
818+
/tests/benchmarks/multicore/common/ @nrfconnect/ncs-low-level-test
818819
/tests/benchmarks/multicore/idle* @nrfconnect/ncs-low-level-test
819820
/tests/benchmarks/multicore/idle/ @adamkondraciuk @nrfconnect/ncs-low-level-test
820821
/tests/benchmarks/multicore/idle_gpio/ @adamkondraciuk @nrfconnect/ncs-low-level-test
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
/*
2+
* Copyright (c) 2025 Nordic Semiconductor ASA
3+
*
4+
* SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
5+
*/
6+
7+
/* Modify S2RAM low power state - increase it's min-residency
8+
* so the cpu stays at IDLE state.
9+
*/
10+
11+
/ {
12+
cpus {
13+
power-states {
14+
s2ram: s2ram {
15+
min-residency-us = <800000>;
16+
};
17+
};
18+
};
19+
};

tests/benchmarks/multicore/idle_flpr/testcase.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ tests:
2929
- remote_flpr_CONF_FILE=prj_s2ram.conf
3030
- idle_flpr_CONFIG_TEST_SLEEP_DURATION_MS=500
3131
- remote_flpr_CONFIG_TEST_SLEEP_DURATION_MS=500
32+
- idle_flpr_EXTRA_DTC_OVERLAY_FILE="${ZEPHYR_NRF_MODULE_DIR}/tests/benchmarks/multicore/common/workaround_idle.overlay"
3233
harness: pytest
3334
harness_config:
3435
fixture: ppk_power_measure

tests/benchmarks/multicore/idle_ppr/testcase.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ tests:
2828
- idle_ppr_CONFIG_TEST_SLEEP_DURATION_MS=500
2929
- remote_rad_CONFIG_TEST_SLEEP_DURATION_MS=500
3030
- remote_ppr_CONFIG_TEST_SLEEP_DURATION_MS=500
31+
- idle_ppr_EXTRA_DTC_OVERLAY_FILE="${ZEPHYR_NRF_MODULE_DIR}/tests/benchmarks/multicore/common/workaround_idle.overlay"
3132
harness: pytest
3233
harness_config:
3334
fixture: ppk_power_measure

tests/benchmarks/multicore/idle_pwm_led/testcase.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ tests:
2828
- remote_CONF_FILE=prj_s2ram.conf
2929
- idle_pwm_led_CONFIG_TEST_SLEEP_DURATION_MS=500
3030
- remote_CONFIG_TEST_SLEEP_DURATION_MS=500
31+
- idle_pwm_led_EXTRA_DTC_OVERLAY_FILE="${ZEPHYR_NRF_MODULE_DIR}/tests/benchmarks/multicore/common/workaround_idle.overlay"
3132
harness: pytest
3233
harness_config:
3334
fixture: ppk_power_measure
@@ -55,6 +56,7 @@ tests:
5556
- idle_pwm_led_CONFIG_TEST_SLEEP_DURATION_MS=500
5657
- remote_CONFIG_TEST_SLEEP_DURATION_MS=500
5758
- idle_pwm_led_DTC_OVERLAY_FILE="boards/nrf54h20dk_nrf54h20_cpuapp_fast_p7_0.overlay"
59+
- idle_pwm_led_EXTRA_DTC_OVERLAY_FILE="${ZEPHYR_NRF_MODULE_DIR}/tests/benchmarks/multicore/common/workaround_idle.overlay"
5860
harness: pytest
5961
harness_config:
6062
fixture: ppk_power_measure

tests/benchmarks/multicore/idle_pwm_loopback/testcase.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ tests:
2929
- remote_CONF_FILE=prj_s2ram.conf
3030
- idle_pwm_loopback_CONFIG_TEST_SLEEP_DURATION_MS=500
3131
- remote_CONFIG_TEST_SLEEP_DURATION_MS=500
32+
- idle_pwm_loopback_EXTRA_DTC_OVERLAY_FILE="${ZEPHYR_NRF_MODULE_DIR}/tests/benchmarks/multicore/common/workaround_idle.overlay"
3233
harness: pytest
3334
harness_config:
3435
fixture: spi_loopback
@@ -69,6 +70,7 @@ tests:
6970
- idle_pwm_loopback_CONFIG_TEST_SLEEP_DURATION_MS=500
7071
- remote_CONFIG_TEST_SLEEP_DURATION_MS=500
7172
- idle_pwm_loopback_DTC_OVERLAY_FILE="boards/nrf54h20dk_nrf54h20_cpuapp_fast_p7_1.overlay"
73+
- idle_pwm_loopback_EXTRA_DTC_OVERLAY_FILE="${ZEPHYR_NRF_MODULE_DIR}/tests/benchmarks/multicore/common/workaround_idle.overlay"
7274
harness: pytest
7375
harness_config:
7476
fixture: spi_loopback

tests/benchmarks/multicore/idle_spim_loopback/testcase.yaml

+8
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ tests:
3434
extra_args:
3535
- idle_spim_loopback_CONF_FILE=prj_s2ram.conf
3636
- idle_spim_loopback_CONFIG_TEST_SLEEP_DURATION_MS=500
37+
- idle_spim_loopback_EXTRA_DTC_OVERLAY_FILE="${ZEPHYR_NRF_MODULE_DIR}/tests/benchmarks/multicore/common/workaround_idle.overlay"
3738
harness: pytest
3839
harness_config:
3940
fixture: spi_loopback
@@ -72,6 +73,7 @@ tests:
7273
- idle_spim_loopback_CONF_FILE=prj_s2ram.conf
7374
- idle_spim_loopback_CONFIG_TEST_SLEEP_DURATION_MS=500
7475
- idle_spim_loopback_DTC_OVERLAY_FILE="boards/nrf54h20dk_nrf54h20_cpuapp_fast.overlay"
76+
- idle_spim_loopback_EXTRA_DTC_OVERLAY_FILE="${ZEPHYR_NRF_MODULE_DIR}/tests/benchmarks/multicore/common/workaround_idle.overlay"
7577
harness: pytest
7678
harness_config:
7779
fixture: spi_loopback
@@ -157,6 +159,7 @@ tests:
157159
- idle_spim_loopback_CONF_FILE=prj_s2ram.conf
158160
- idle_spim_loopback_CONFIG_TEST_SLEEP_DURATION_MS=500
159161
- idle_spim_loopback_CONFIG_DATA_FIELD=16
162+
- idle_spim_loopback_EXTRA_DTC_OVERLAY_FILE="${ZEPHYR_NRF_MODULE_DIR}/tests/benchmarks/multicore/common/workaround_idle.overlay"
160163
harness: pytest
161164
harness_config:
162165
fixture: spi_loopback
@@ -199,6 +202,7 @@ tests:
199202
- idle_spim_loopback_CONFIG_TEST_SLEEP_DURATION_MS=500
200203
- idle_spim_loopback_DTC_OVERLAY_FILE="boards/nrf54h20dk_nrf54h20_cpuapp_fast.overlay"
201204
- idle_spim_loopback_CONFIG_DATA_FIELD=16
205+
- idle_spim_loopback_EXTRA_DTC_OVERLAY_FILE="${ZEPHYR_NRF_MODULE_DIR}/tests/benchmarks/multicore/common/workaround_idle.overlay"
202206
harness: pytest
203207
harness_config:
204208
fixture: spi_loopback
@@ -327,6 +331,7 @@ tests:
327331
- idle_spim_loopback_CONFIG_TEST_SPI_LOCK_ON=y
328332
- idle_spim_loopback_CONF_FILE=prj_s2ram.conf
329333
- idle_spim_loopback_CONFIG_TEST_SLEEP_DURATION_MS=500
334+
- idle_spim_loopback_EXTRA_DTC_OVERLAY_FILE="${ZEPHYR_NRF_MODULE_DIR}/tests/benchmarks/multicore/common/workaround_idle.overlay"
330335
harness: pytest
331336
harness_config:
332337
fixture: spi_loopback
@@ -374,6 +379,7 @@ tests:
374379
- idle_spim_loopback_CONF_FILE=prj_s2ram.conf
375380
- idle_spim_loopback_CONFIG_TEST_SLEEP_DURATION_MS=500
376381
- idle_spim_loopback_DTC_OVERLAY_FILE="boards/nrf54h20dk_nrf54h20_cpuapp_fast.overlay"
382+
- idle_spim_loopback_EXTRA_DTC_OVERLAY_FILE="${ZEPHYR_NRF_MODULE_DIR}/tests/benchmarks/multicore/common/workaround_idle.overlay"
377383
harness: pytest
378384
harness_config:
379385
fixture: spi_loopback
@@ -428,6 +434,7 @@ tests:
428434
- idle_spim_loopback_CONFIG_TEST_SPI_RELEASE_BEFORE_SLEEP=n
429435
- idle_spim_loopback_CONF_FILE=prj_s2ram.conf
430436
- idle_spim_loopback_CONFIG_TEST_SLEEP_DURATION_MS=500
437+
- idle_spim_loopback_EXTRA_DTC_OVERLAY_FILE="${ZEPHYR_NRF_MODULE_DIR}/tests/benchmarks/multicore/common/workaround_idle.overlay"
431438
harness: pytest
432439
harness_config:
433440
fixture: spi_loopback
@@ -479,6 +486,7 @@ tests:
479486
- idle_spim_loopback_CONF_FILE=prj_s2ram.conf
480487
- idle_spim_loopback_CONFIG_TEST_SLEEP_DURATION_MS=500
481488
- idle_spim_loopback_DTC_OVERLAY_FILE="boards/nrf54h20dk_nrf54h20_cpuapp_fast.overlay"
489+
- idle_spim_loopback_EXTRA_DTC_OVERLAY_FILE="${ZEPHYR_NRF_MODULE_DIR}/tests/benchmarks/multicore/common/workaround_idle.overlay"
482490
harness: pytest
483491
harness_config:
484492
fixture: spi_loopback

tests/benchmarks/multicore/idle_wdt/testcase.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ tests:
2626
- remote_CONF_FILE=prj_s2ram.conf
2727
- idle_wdt_CONFIG_TEST_SLEEP_DURATION_MS=500
2828
- remote_CONFIG_TEST_SLEEP_DURATION_MS=500
29+
- idle_wdt_EXTRA_DTC_OVERLAY_FILE="${ZEPHYR_NRF_MODULE_DIR}/tests/benchmarks/multicore/common/workaround_idle.overlay"
2930
harness: pytest
3031
harness_config:
3132
fixture: ppk_power_measure

0 commit comments

Comments
 (0)