From 9ccf2074e46c65899ac2b40cd5b583c3d4cc76ce Mon Sep 17 00:00:00 2001 From: Alberto Escolar Piedras Date: Thu, 14 Mar 2024 15:23:04 +0100 Subject: [PATCH] tests/misc/check_init_priorities: Use hwmv2 native targets ident 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 --- .../misc/check_init_priorities/boards/native_sim_64.overlay | 6 ------ tests/misc/check_init_priorities/testcase.yaml | 2 +- 2 files changed, 1 insertion(+), 7 deletions(-) delete mode 100644 tests/misc/check_init_priorities/boards/native_sim_64.overlay diff --git a/tests/misc/check_init_priorities/boards/native_sim_64.overlay b/tests/misc/check_init_priorities/boards/native_sim_64.overlay deleted file mode 100644 index a906fce748..0000000000 --- a/tests/misc/check_init_priorities/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/misc/check_init_priorities/testcase.yaml b/tests/misc/check_init_priorities/testcase.yaml index 5d4a2a4e9a..571cba0e10 100644 --- a/tests/misc/check_init_priorities/testcase.yaml +++ b/tests/misc/check_init_priorities/testcase.yaml @@ -5,7 +5,7 @@ tests: build_only: true platform_allow: - native_sim - - native_sim_64 + - native_sim/native/64 - native_posix integration_platforms: - native_sim