diff --git a/tests/drivers/input/gpio_kbd_matrix/boards/native_sim_64.overlay b/tests/drivers/input/gpio_kbd_matrix/boards/native_sim_64.overlay deleted file mode 100644 index 1cf720283b3..00000000000 --- a/tests/drivers/input/gpio_kbd_matrix/boards/native_sim_64.overlay +++ /dev/null @@ -1,7 +0,0 @@ -/* - * Copyright 2023 Google LLC - * - * SPDX-License-Identifier: Apache-2.0 - */ - -#include "native_sim.overlay" diff --git a/tests/drivers/input/gpio_kbd_matrix/testcase.yaml b/tests/drivers/input/gpio_kbd_matrix/testcase.yaml index a92532de3a0..15ccb135a20 100644 --- a/tests/drivers/input/gpio_kbd_matrix/testcase.yaml +++ b/tests/drivers/input/gpio_kbd_matrix/testcase.yaml @@ -3,7 +3,7 @@ common: platform_allow: - native_sim - - native_sim_64 + - native_sim/native/64 tags: - drivers - input diff --git a/tests/drivers/input/gpio_keys/boards/native_sim_64.overlay b/tests/drivers/input/gpio_keys/boards/native_sim_64.overlay deleted file mode 100644 index a906fce7488..00000000000 --- a/tests/drivers/input/gpio_keys/boards/native_sim_64.overlay +++ /dev/null @@ -1,6 +0,0 @@ -/* - * Copyright 2023 Google LLC - * - * SPDX-License-Identifier: Apache-2.0 - */ -#include "native_sim.overlay" diff --git a/tests/drivers/input/gpio_keys/testcase.yaml b/tests/drivers/input/gpio_keys/testcase.yaml index be4cb2b17e9..6a3aeaa3388 100644 --- a/tests/drivers/input/gpio_keys/testcase.yaml +++ b/tests/drivers/input/gpio_keys/testcase.yaml @@ -7,6 +7,6 @@ tests: - input platform_allow: - native_sim - - native_sim_64 + - native_sim/native/64 integration_platforms: - native_sim diff --git a/tests/drivers/input/kbd_matrix/boards/native_sim_64.overlay b/tests/drivers/input/kbd_matrix/boards/native_sim_64.overlay deleted file mode 100644 index 1cf720283b3..00000000000 --- a/tests/drivers/input/kbd_matrix/boards/native_sim_64.overlay +++ /dev/null @@ -1,7 +0,0 @@ -/* - * Copyright 2023 Google LLC - * - * SPDX-License-Identifier: Apache-2.0 - */ - -#include "native_sim.overlay" diff --git a/tests/drivers/input/kbd_matrix/testcase.yaml b/tests/drivers/input/kbd_matrix/testcase.yaml index fc49c031a68..f9bb0c9bff6 100644 --- a/tests/drivers/input/kbd_matrix/testcase.yaml +++ b/tests/drivers/input/kbd_matrix/testcase.yaml @@ -3,7 +3,7 @@ common: platform_allow: - native_sim - - native_sim_64 + - native_sim/native/64 tags: - drivers - input