From c1fa9f736b768568739ba82b95e7098de2bfafd9 Mon Sep 17 00:00:00 2001 From: Alberto Escolar Piedras Date: Mon, 20 Nov 2023 12:45:13 +0100 Subject: [PATCH] tests/drivers kscan_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 --- .../boards/{native_posix.overlay => native_sim.overlay} | 0 .../{native_posix_64.overlay => native_sim_64.overlay} | 2 +- tests/drivers/kscan/kscan_input/testcase.yaml | 6 +++--- 3 files changed, 4 insertions(+), 4 deletions(-) rename tests/drivers/kscan/kscan_input/boards/{native_posix.overlay => native_sim.overlay} (100%) rename tests/drivers/kscan/kscan_input/boards/{native_posix_64.overlay => native_sim_64.overlay} (70%) diff --git a/tests/drivers/kscan/kscan_input/boards/native_posix.overlay b/tests/drivers/kscan/kscan_input/boards/native_sim.overlay similarity index 100% rename from tests/drivers/kscan/kscan_input/boards/native_posix.overlay rename to tests/drivers/kscan/kscan_input/boards/native_sim.overlay diff --git a/tests/drivers/kscan/kscan_input/boards/native_posix_64.overlay b/tests/drivers/kscan/kscan_input/boards/native_sim_64.overlay similarity index 70% rename from tests/drivers/kscan/kscan_input/boards/native_posix_64.overlay rename to tests/drivers/kscan/kscan_input/boards/native_sim_64.overlay index 166e6f02e82..a906fce7488 100644 --- a/tests/drivers/kscan/kscan_input/boards/native_posix_64.overlay +++ b/tests/drivers/kscan/kscan_input/boards/native_sim_64.overlay @@ -3,4 +3,4 @@ * * SPDX-License-Identifier: Apache-2.0 */ -#include "native_posix.overlay" +#include "native_sim.overlay" diff --git a/tests/drivers/kscan/kscan_input/testcase.yaml b/tests/drivers/kscan/kscan_input/testcase.yaml index 9b233608dd2..e9565c5de0f 100644 --- a/tests/drivers/kscan/kscan_input/testcase.yaml +++ b/tests/drivers/kscan/kscan_input/testcase.yaml @@ -3,11 +3,11 @@ tests: drivers.input.kscan_input: platform_allow: - - native_posix - - native_posix_64 + - native_sim + - native_sim_64 tags: - drivers - kscan - input integration_platforms: - - native_posix + - native_sim