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 5c1a704
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions tests/benchmarks/multicore/idle/testcase.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,20 @@ 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_occurence"

Check warning on line 74 in tests/benchmarks/multicore/idle/testcase.yaml

View workflow job for this annotation

GitHub Actions / Run compliance checks on patch series (PR)

TYPO_SPELLING

tests/benchmarks/multicore/idle/testcase.yaml:74 'occurence' may be misspelled - perhaps 'occurrence'?
tags: ppk_power_measure
benchmarks.multicore.idle.nrf54h20dk_cpuapp_cpurad.s2ram:
platform_allow:
- nrf54h20dk/nrf54h20/cpuapp
Expand Down

0 comments on commit 5c1a704

Please sign in to comment.