Skip to content

Commit 86539f5

Browse files
nordic-babunordicjm
authored andcommitted
tests: benchmarks: Add System OFF test with GRTC wakeup.
Extend testcase.yaml with additional scenario. Signed-off-by: Bartlomiej Buczek <[email protected]>
1 parent ccabcba commit 86539f5

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

tests/benchmarks/current_consumption/system_off/testcase.yaml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,16 @@ tests:
3333
pytest_root:
3434
- "${CUSTOM_ROOT_TEST_DIR}/test_measure_power_consumption.py::test_measure_and_data_dump_power_consumption_with_wakeups"
3535
timeout: 80
36+
benchmarks.current_consumption.systemoff.grtc_wakeup:
37+
platform_allow:
38+
- nrf54l15dk/nrf54l15/cpuapp
39+
integration_platforms:
40+
- nrf54l15dk/nrf54l15/cpuapp
41+
extra_configs:
42+
- CONFIG_GRTC_WAKEUP_ENABLE=y
43+
harness: pytest
44+
harness_config:
45+
fixture: ppk_power_measure
46+
pytest_root:
47+
- "${CUSTOM_ROOT_TEST_DIR}/test_measure_power_consumption.py::test_measure_and_data_dump_power_consumption_with_grtc_wakeups"
48+
timeout: 80

0 commit comments

Comments
 (0)