@@ -30,6 +30,19 @@ tests:
30
30
- " .*Run 0 - PASS"
31
31
- " .*Run 1 - PASS"
32
32
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
+
33
46
benchmarks.multicore.idle_spim_loopback.4_bytes.idle :
34
47
filter : not CONFIG_COVERAGE
35
48
tags : ppk_power_measure
@@ -68,6 +81,20 @@ tests:
68
81
- " .*Run 0 - PASS"
69
82
- " .*Run 1 - PASS"
70
83
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
+
71
98
benchmarks.multicore.idle_spim_loopback.4_bytes.idle_fast :
72
99
filter : not CONFIG_COVERAGE
73
100
tags : ppk_power_measure
@@ -197,6 +224,20 @@ tests:
197
224
- " .*Run 0 - PASS"
198
225
- " .*Run 1 - PASS"
199
226
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
+
200
241
benchmarks.multicore.idle_spim_loopback.16_bytes.idle :
201
242
filter : not CONFIG_COVERAGE
202
243
tags : ppk_power_measure
@@ -239,6 +280,21 @@ tests:
239
280
- " .*Run 0 - PASS"
240
281
- " .*Run 1 - PASS"
241
282
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
+
242
298
benchmarks.multicore.idle_spim_loopback.16_bytes.idle_fast :
243
299
filter : not CONFIG_COVERAGE
244
300
tags : ppk_power_measure
0 commit comments