zephyr/samples/boards/nrf52/power_mgr/sample.yaml

15 lines
479 B
YAML

sample:
name: Low Power State Sample for nRF5x
tests:
pm.low_power_state:
platform_whitelist: nrf52840_pca10056 nrf52_pca10040 nrf51_pca10028
tags: power
harness: console
harness_config:
type: multi_line
regex:
- "--> Entering to SYS_POWER_STATE_SLEEP_2 state."
- "--> Exited from SYS_POWER_STATE_SLEEP_2 state."
- "--> Entering to SYS_POWER_STATE_SLEEP_3 state."
- "--> Exited from SYS_POWER_STATE_SLEEP_3 state."