1414 integration_platforms :
1515 - nrf54h20dk/nrf54h20/cpuapp
1616 harness_config :
17- fixture : ppk_power_measure
17+ fixture : lfclk_at_lfxo
1818 pytest_root :
1919 - " ${CUSTOM_ROOT_TEST_DIR}/test_measure_power_consumption.py::test_measure_and_data_dump_power_consumption_clock_control"
2020 timeout : 90
@@ -41,7 +41,54 @@ tests:
4141 - remote_CONFIG_BOOT_BANNER=n
4242 - remote_CONFIG_CLOCK_CONTROL=n
4343 harness_config :
44- fixture : ppk_power_measure
44+ fixture : lfclk_at_lfxo
45+ pytest_root :
46+ - " ${CUSTOM_ROOT_TEST_DIR}/test_measure_power_consumption.py::test_measure_and_data_dump_power_consumption_clock_control"
47+ timeout : 90
48+
49+ benchmarks.multicore.idle_clock_control.app.lfrc :
50+ tags :
51+ - ci_build
52+ - ci_tests_benchmarks_multicore
53+ - ppk_power_measure
54+ filter : not CONFIG_COVERAGE
55+ harness : pytest
56+ platform_allow :
57+ - nrf54h20dk/nrf54h20/cpuapp
58+ integration_platforms :
59+ - nrf54h20dk/nrf54h20/cpuapp
60+ harness_config :
61+ fixture : lfclk_at_lfrc
62+ pytest_root :
63+ - " ${CUSTOM_ROOT_TEST_DIR}/test_measure_power_consumption.py::test_measure_and_data_dump_power_consumption_clock_control"
64+ timeout : 90
65+ extra_args :
66+ - CONFIG_AT_LFRC=y
67+
68+ # note: in this scenario cpuapp is the 'remote'
69+ benchmarks.multicore.idle_clock_control.rad.lfrc :
70+ tags :
71+ - ci_build
72+ - ci_tests_benchmarks_multicore
73+ - ppk_power_measure
74+ filter : not CONFIG_COVERAGE
75+ harness : pytest
76+ platform_allow :
77+ - nrf54h20dk/nrf54h20/cpurad
78+ integration_platforms :
79+ - nrf54h20dk/nrf54h20/cpurad
80+ extra_args :
81+ - CONFIG_PM_S2RAM=n
82+ - CONFIG_PM_S2RAM_CUSTOM_MARKING=n
83+ - CONFIG_AT_LFRC=y
84+ - remote_CONFIG_PM_S2RAM=y
85+ - remote_CONFIG_PM_S2RAM_CUSTOM_MARKING=y
86+ - remote_CONFIG_PM_DEVICE=y
87+ - remote_CONFIG_PM_DEVICE_RUNTIME=y
88+ - remote_CONFIG_BOOT_BANNER=n
89+ - remote_CONFIG_CLOCK_CONTROL=n
90+ harness_config :
91+ fixture : lfclk_at_lfrc
4592 pytest_root :
4693 - " ${CUSTOM_ROOT_TEST_DIR}/test_measure_power_consumption.py::test_measure_and_data_dump_power_consumption_clock_control"
4794 timeout : 90
0 commit comments