@@ -30,6 +30,19 @@ tests:
3030        - " .*Run 0 - PASS" 
3131        - " .*Run 1 - PASS" 
3232
33+   benchmarks.multicore.idle_spim_loopback.4_bytes.idle_retained :
34+     filter : not CONFIG_COVERAGE 
35+     tags : ppk_power_measure 
36+     extra_args :
37+       - idle_spim_loopback_CONF_FILE=prj_s2ram.conf 
38+       - idle_spim_loopback_CONFIG_TEST_SLEEP_DURATION_MS=500 
39+       - idle_spim_loopback_EXTRA_DTC_OVERLAY_FILE="${ZEPHYR_NRF_MODULE_DIR}/tests/benchmarks/multicore/common/workaround_idle_retained.overlay" 
40+     harness : pytest 
41+     harness_config :
42+       fixture : spi_loopback 
43+       pytest_root :
44+         - " ${CUSTOM_ROOT_TEST_DIR}/test_measure_power_consumption.py::test_measure_and_data_dump_spim_and_idle" 
45+ 
3346  benchmarks.multicore.idle_spim_loopback.4_bytes.idle :
3447    filter : not CONFIG_COVERAGE 
3548    tags : ppk_power_measure 
@@ -68,6 +81,20 @@ tests:
6881        - " .*Run 0 - PASS" 
6982        - " .*Run 1 - PASS" 
7083
84+   benchmarks.multicore.idle_spim_loopback.4_bytes.idle_retained_fast :
85+     filter : not CONFIG_COVERAGE 
86+     tags : ppk_power_measure 
87+     extra_args :
88+       - idle_spim_loopback_CONF_FILE=prj_s2ram.conf 
89+       - idle_spim_loopback_CONFIG_TEST_SLEEP_DURATION_MS=500 
90+       - idle_spim_loopback_DTC_OVERLAY_FILE="boards/nrf54h20dk_nrf54h20_cpuapp_fast.overlay" 
91+       - idle_spim_loopback_EXTRA_DTC_OVERLAY_FILE="${ZEPHYR_NRF_MODULE_DIR}/tests/benchmarks/multicore/common/workaround_idle_retained.overlay" 
92+     harness : pytest 
93+     harness_config :
94+       fixture : spi_loopback 
95+       pytest_root :
96+         - " ${CUSTOM_ROOT_TEST_DIR}/test_measure_power_consumption.py::test_measure_and_data_dump_spim_and_idle" 
97+ 
7198  benchmarks.multicore.idle_spim_loopback.4_bytes.idle_fast :
7299    filter : not CONFIG_COVERAGE 
73100    tags : ppk_power_measure 
@@ -197,6 +224,20 @@ tests:
197224        - " .*Run 0 - PASS" 
198225        - " .*Run 1 - PASS" 
199226
227+   benchmarks.multicore.idle_spim_loopback.16_bytes.idle_retained :
228+     filter : not CONFIG_COVERAGE 
229+     tags : ppk_power_measure 
230+     extra_args :
231+       - idle_spim_loopback_CONF_FILE=prj_s2ram.conf 
232+       - idle_spim_loopback_CONFIG_TEST_SLEEP_DURATION_MS=500 
233+       - idle_spim_loopback_CONFIG_DATA_FIELD=16 
234+       - idle_spim_loopback_EXTRA_DTC_OVERLAY_FILE="${ZEPHYR_NRF_MODULE_DIR}/tests/benchmarks/multicore/common/workaround_idle_retained.overlay" 
235+     harness : pytest 
236+     harness_config :
237+       fixture : spi_loopback 
238+       pytest_root :
239+         - " ${CUSTOM_ROOT_TEST_DIR}/test_measure_power_consumption.py::test_measure_and_data_dump_spim_and_idle" 
240+ 
200241  benchmarks.multicore.idle_spim_loopback.16_bytes.idle :
201242    filter : not CONFIG_COVERAGE 
202243    tags : ppk_power_measure 
@@ -239,6 +280,21 @@ tests:
239280        - " .*Run 0 - PASS" 
240281        - " .*Run 1 - PASS" 
241282
283+   benchmarks.multicore.idle_spim_loopback.16_bytes.idle_retained_fast :
284+     filter : not CONFIG_COVERAGE 
285+     tags : ppk_power_measure 
286+     extra_args :
287+       - idle_spim_loopback_CONF_FILE=prj_s2ram.conf 
288+       - idle_spim_loopback_CONFIG_TEST_SLEEP_DURATION_MS=500 
289+       - idle_spim_loopback_DTC_OVERLAY_FILE="boards/nrf54h20dk_nrf54h20_cpuapp_fast.overlay" 
290+       - idle_spim_loopback_CONFIG_DATA_FIELD=16 
291+       - idle_spim_loopback_EXTRA_DTC_OVERLAY_FILE="${ZEPHYR_NRF_MODULE_DIR}/tests/benchmarks/multicore/common/workaround_idle_retained.overlay" 
292+     harness : pytest 
293+     harness_config :
294+       fixture : spi_loopback 
295+       pytest_root :
296+         - " ${CUSTOM_ROOT_TEST_DIR}/test_measure_power_consumption.py::test_measure_and_data_dump_spim_and_idle" 
297+ 
242298  benchmarks.multicore.idle_spim_loopback.16_bytes.idle_fast :
243299    filter : not CONFIG_COVERAGE 
244300    tags : ppk_power_measure 
0 commit comments