Skip to content

Commit e8813dd

Browse files
nordic-baminordic-piks
authored andcommitted
tests: benchmarks: Test system off current for nrf54l with GRTC off
Measure system off current for the nr54l family with GRTC disabled Signed-off-by: Bartosz Miller <[email protected]>
1 parent 24ba3cf commit e8813dd

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

tests/benchmarks/current_consumption/system_off/testcase.yaml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,25 @@ tests:
160160
pytest_root:
161161
- "${CUSTOM_ROOT_TEST_DIR}/test_measure_power_consumption.py::test_measure_and_data_dump_power_consumption_systemoff"
162162
timeout: 90
163+
benchmarks.current_consumption.sample.boards.nrf.system_off.grtc_off:
164+
platform_allow:
165+
- nrf54l15dk/nrf54l05/cpuapp
166+
- nrf54l15dk/nrf54l10/cpuapp
167+
- nrf54l15dk/nrf54l15/cpuapp
168+
- nrf54lm20dk/nrf54lm20a/cpuapp
169+
- nrf54lv10dk/nrf54lv10a/cpuapp
170+
- nrf54lv10dk/nrf54lv10a/cpuapp/ns
171+
integration_platforms:
172+
- nrf54l15dk/nrf54l15/cpuapp
173+
extra_configs:
174+
- CONFIG_SYS_CLOCK_DISABLE=y
175+
tags: ppk_power_measure
176+
harness: pytest
177+
harness_config:
178+
fixture: ppk_power_measure
179+
pytest_root:
180+
- "${CUSTOM_ROOT_TEST_DIR}/test_measure_power_consumption.py::test_measure_and_data_dump_power_consumption_systemoff"
181+
timeout: 90
163182
benchmarks.current_consumption.sample.boards.nrf.system_off.retained_mem_4k:
164183
platform_allow:
165184
- nrf52840dk/nrf52840

0 commit comments

Comments
 (0)