Skip to content

Commit 548739c

Browse files
aescolarfabiobaltieri
authored andcommitted
tests/cmake/*: Switch to native_sim
Switch from native_posix to native_sim as test platform Signed-off-by: Alberto Escolar Piedras <[email protected]>
1 parent 31ec1d0 commit 548739c

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
tests:
22
buildsystem.config_dir.user_defined:
3-
platform_allow: native_posix
3+
platform_allow: native_sim
44
build_only: true
55
extra_args: APPLICATION_CONFIG_DIR:PATH=foo

tests/cmake/overlays/var_expansions/testcase.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
common:
22
tags: cmake
33
build_only: true
4-
platform_allow: native_posix
4+
platform_allow: native_sim
55
tests:
66
buildsystem.overlays.var_expansions.CONF_FILE:
77
extra_conf_files:

tests/cmake/snippets/testcase.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,12 @@ common:
22
tags: snippets
33
platform_allow:
44
- native_posix
5+
- native_sim
56
- qemu_x86
67
- qemu_x86_64
78
- qemu_cortex_m3
89
integration_platforms:
9-
- native_posix
10+
- native_sim
1011

1112
tests:
1213
# Test the initial state with no snippets applied

tests/cmake/zephyr_get/testcase.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
common:
22
tags: cmake
33
build_only: true
4-
platform_allow: native_posix
4+
platform_allow: native_sim
55
tests:
66
buildsystem.extensions.zephyr_get.no_sysbuild:
77
sysbuild: false

0 commit comments

Comments
 (0)