Enable all these tests which run in native_posix in native_sim, Switch from native_posix to native_sim as default test platform And switch native_posix overlays to native_sim. Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
18 lines
352 B
YAML
18 lines
352 B
YAML
# Copyright (c) 2021 Nordic Semiconductor ASA.
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
common:
|
|
tags: pm
|
|
platform_allow:
|
|
- native_posix
|
|
- native_posix_64
|
|
- native_sim
|
|
- native_sim_64
|
|
integration_platforms:
|
|
- native_sim
|
|
tests:
|
|
pm.policy.api.default: {}
|
|
pm.policy.api.app:
|
|
extra_configs:
|
|
- CONFIG_PM_POLICY_CUSTOM=y
|