tests/drivers/input: Use hwmv2 native targets identifiers

For the 64 bit targets, change identifiers to the new hwmv2 ones.
And remove redundant overlays (which were equal for the 32
and 64 bit versions)

Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
This commit is contained in:
Alberto Escolar Piedras 2024-03-14 15:14:47 +01:00 committed by Henrik Brix Andersen
parent 73ab92e530
commit 7edcc4eb06
6 changed files with 3 additions and 23 deletions

View File

@ -1,7 +0,0 @@
/*
* Copyright 2023 Google LLC
*
* SPDX-License-Identifier: Apache-2.0
*/
#include "native_sim.overlay"

View File

@ -3,7 +3,7 @@
common:
platform_allow:
- native_sim
- native_sim_64
- native_sim/native/64
tags:
- drivers
- input

View File

@ -1,6 +0,0 @@
/*
* Copyright 2023 Google LLC
*
* SPDX-License-Identifier: Apache-2.0
*/
#include "native_sim.overlay"

View File

@ -7,6 +7,6 @@ tests:
- input
platform_allow:
- native_sim
- native_sim_64
- native_sim/native/64
integration_platforms:
- native_sim

View File

@ -1,7 +0,0 @@
/*
* Copyright 2023 Google LLC
*
* SPDX-License-Identifier: Apache-2.0
*/
#include "native_sim.overlay"

View File

@ -3,7 +3,7 @@
common:
platform_allow:
- native_sim
- native_sim_64
- native_sim/native/64
tags:
- drivers
- input