zephyr/tests/subsys/pm/policy_api/testcase.yaml
Gerard Marull-Paretas 9a145e52a0 pm: policy: add support for events
Events in the power-management policy context are defined as any source
that will wake up the system at a known time in the future. By
registering such event, the policy manager will be able to decide wether
certain power states are worth entering or not.

Events will bypass the ticks argument received by the policy manager if
they occur earlier.

Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
2023-05-25 16:29:40 -04:00

16 lines
317 B
YAML

# Copyright (c) 2021 Nordic Semiconductor ASA.
# SPDX-License-Identifier: Apache-2.0
common:
tags: pm
platform_allow:
- native_posix
- native_posix_64
integration_platforms:
- native_posix
tests:
pm.policy.api.default: {}
pm.policy.api.app:
extra_configs:
- CONFIG_PM_POLICY_CUSTOM=y