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>
22 lines
418 B
YAML
22 lines
418 B
YAML
# Copyright (c) 2021 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.pinctrl.api:
|
|
tags:
|
|
- drivers
|
|
- pinctrl
|
|
drivers.pinctrl.api_reg:
|
|
tags:
|
|
- drivers
|
|
- pinctrl
|
|
extra_args: CONF_FILE="prj.conf;reg.conf"
|