Skip to content

Commit 5a901d1

Browse files
committed
tests: benchmarks: multicore: idle_outside_of_main: add cooperative thread
Verify current consumption when cooperative thread is used. Signed-off-by: Piotr Kosycarz <[email protected]>
1 parent 5b0c9b0 commit 5a901d1

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

tests/benchmarks/multicore/idle_outside_of_main/testcase.yaml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,18 @@ tests:
1717
fixture: ppk_power_measure
1818
pytest_root:
1919
- "${CUSTOM_ROOT_TEST_DIR}/test_measure_power_consumption.py::test_measure_and_data_dump_power_consumption_s2ram_outside_of_main"
20+
21+
benchmarks.multicore.idle_outside_of_main.nrf54h20dk_cpuapp_cpurad.s2ram.cooperative:
22+
harness: pytest
23+
platform_allow:
24+
- nrf54h20dk/nrf54h20/cpuapp
25+
integration_platforms:
26+
- nrf54h20dk/nrf54h20/cpuapp
27+
extra_args:
28+
- SB_CONF_FILE=sysbuild/nrf54h20dk_nrf54h20_cpurad.conf
29+
- CONFIG_MAIN_THREAD_PRIORITY=-1
30+
- remote_CONFIG_MAIN_THREAD_PRIORITY=-1
31+
harness_config:
32+
fixture: ppk_power_measure
33+
pytest_root:
34+
- "${CUSTOM_ROOT_TEST_DIR}/test_measure_power_consumption.py::test_measure_and_data_dump_power_consumption_s2ram_outside_of_main"

0 commit comments

Comments
 (0)