Skip to content

Commit

Permalink
tests: benchmarks: Check if unexpected resets happens at H20
Browse files Browse the repository at this point in the history
Add test case that will count reboots after DUT power cycle

Signed-off-by: Bartosz Miller <[email protected]>
  • Loading branch information
nordic-bami committed Jan 10, 2025
1 parent 118ee39 commit 6698e9d
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions tests/benchmarks/multicore/idle/testcase.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,21 @@ tests:
extra_args:
- SB_CONF_FILE=sysbuild/nrf54h20dk_nrf54h20_cpurad.conf
- CONFIG_FIRST_SLEEP_OFFSET=y
benchmarks.multicore.idle.nrf54h20dk_cpuapp_cpurad.unexpected_reboot:
platform_allow:
- nrf54h20dk/nrf54h20/cpuapp
integration_platforms:
- nrf54h20dk/nrf54h20/cpuapp
extra_args:
- SB_CONF_FILE=sysbuild/nrf54h20dk_nrf54h20_cpurad.conf
- CONFIG_FIRST_SLEEP_OFFSET=y
harness: pytest
harness_config:
fixture: ppk_power_measure
pytest_root:
- "${CUSTOM_ROOT_TEST_DIR}/test_measure_power_consumption.py::test_unexected_reboot_occurrence"
tags: ppk_power_measure
timeout: 90
benchmarks.multicore.idle.nrf54h20dk_cpuapp_cpurad.s2ram:
platform_allow:
- nrf54h20dk/nrf54h20/cpuapp
Expand Down

0 comments on commit 6698e9d

Please sign in to comment.