tests/subsys/input/*: Switch to native_sim

Switch from native_posix to native_sim as default test platform
And switch overlays to native_sim.

Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
This commit is contained in:
Alberto Escolar Piedras 2023-11-20 16:16:03 +01:00 committed by Carles Cufí
parent 13b7557fe1
commit f59c9c0dde
4 changed files with 8 additions and 4 deletions

View file

@ -3,4 +3,4 @@
*
* SPDX-License-Identifier: Apache-2.0
*/
#include "native_posix.overlay"
#include "native_sim.overlay"

View file

@ -3,10 +3,10 @@
tests:
input.input_longpress:
platform_allow:
- native_posix
- native_posix_64
- native_sim
- native_sim_64
tags:
- drivers
- input
integration_platforms:
- native_posix
- native_sim

View file

@ -6,6 +6,10 @@ tests:
platform_allow:
- native_posix
- native_posix_64
- native_sim
- native_sim_64
integration_platforms:
- native_sim
harness: console
harness_config:
type: multi_line