Enable for native_sim. and switch from native_posix to native_sim as default test platform Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
23 lines
460 B
YAML
23 lines
460 B
YAML
# Copyright (c) 2022 Nordic Semiconductor ASA
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
common:
|
|
platform_allow:
|
|
- native_posix
|
|
- native_posix_64
|
|
- native_sim
|
|
- native_sim_64
|
|
integration_platforms:
|
|
- native_sim
|
|
tests:
|
|
drivers.regulator.api:
|
|
tags:
|
|
- drivers
|
|
- regulator
|
|
drivers.regulator.api.nothreadsaferefcnt:
|
|
tags:
|
|
- drivers
|
|
- regulator
|
|
extra_configs:
|
|
- CONFIG_REGULATOR_THREAD_SAFE_REFCNT=n
|