We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ccabcba commit 86539f5Copy full SHA for 86539f5
tests/benchmarks/current_consumption/system_off/testcase.yaml
@@ -33,3 +33,16 @@ tests:
33
pytest_root:
34
- "${CUSTOM_ROOT_TEST_DIR}/test_measure_power_consumption.py::test_measure_and_data_dump_power_consumption_with_wakeups"
35
timeout: 80
36
+ benchmarks.current_consumption.systemoff.grtc_wakeup:
37
+ platform_allow:
38
+ - nrf54l15dk/nrf54l15/cpuapp
39
+ integration_platforms:
40
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