From deb0ad9452c9a1a20ced11f43c659950973accc9 Mon Sep 17 00:00:00 2001 From: Sylwester Konczyk Date: Mon, 9 Dec 2024 12:51:32 +0100 Subject: [PATCH] suit: manifest-controlled variables Replace platform native_posix to native_sim Ref: NCSDK-30530 Signed-off-by: Sylwester Konczyk --- .../boards/{native_posix.conf => native_sim.conf} | 0 .../boards/{native_posix.overlay => native_sim.overlay} | 0 tests/subsys/suit/manifest_variables/testcase.yaml | 4 ++-- 3 files changed, 2 insertions(+), 2 deletions(-) rename tests/subsys/suit/manifest_variables/boards/{native_posix.conf => native_sim.conf} (100%) rename tests/subsys/suit/manifest_variables/boards/{native_posix.overlay => native_sim.overlay} (100%) diff --git a/tests/subsys/suit/manifest_variables/boards/native_posix.conf b/tests/subsys/suit/manifest_variables/boards/native_sim.conf similarity index 100% rename from tests/subsys/suit/manifest_variables/boards/native_posix.conf rename to tests/subsys/suit/manifest_variables/boards/native_sim.conf diff --git a/tests/subsys/suit/manifest_variables/boards/native_posix.overlay b/tests/subsys/suit/manifest_variables/boards/native_sim.overlay similarity index 100% rename from tests/subsys/suit/manifest_variables/boards/native_posix.overlay rename to tests/subsys/suit/manifest_variables/boards/native_sim.overlay diff --git a/tests/subsys/suit/manifest_variables/testcase.yaml b/tests/subsys/suit/manifest_variables/testcase.yaml index 7543d786d6be..0b3379313fde 100644 --- a/tests/subsys/suit/manifest_variables/testcase.yaml +++ b/tests/subsys/suit/manifest_variables/testcase.yaml @@ -1,6 +1,6 @@ tests: suit-platform.integration.manifest_variables: - platform_allow: native_posix + platform_allow: native_sim tags: suit_platform suit ci_tests_subsys_suit integration_platforms: - - native_posix + - native_sim