Skip to content

Commit 70e0d1e

Browse files
aescolarfabiobaltieri
authored andcommitted
tests/lib/devicetree: Enable for native_sim
Enable these tests which run in native_posix in native_sim, Switch from native_posix to native_sim as default test platform Signed-off-by: Alberto Escolar Piedras <[email protected]>
1 parent 18c7186 commit 70e0d1e

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed
Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
tests:
22
libraries.devicetree.api:
33
tags: devicetree
4-
# We only need this to run on one platform so use native_posix as it
4+
# We only need this to run on one platform so use native_sim as it
55
# will mostly likely be the fastest.
66
platform_allow:
77
- native_posix
8+
- native_sim
89
- qemu_x86
910
- qemu_x86_64
1011
- qemu_cortex_m3
1112
- qemu_riscv32
1213
integration_platforms:
13-
- native_posix
14+
- native_sim
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
tests:
22
libraries.devicetree.api_ext:
33
tags: devicetree
4-
# We only need this to run on one platform so use native_posix as it
4+
# We only need this to run on one platform so use native_sim as it
55
# will mostly likely be the fastest.
66
integration_platforms:
7-
- native_posix
7+
- native_sim

tests/lib/devicetree/devices/testcase.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
tests:
22
libraries.devicetree.devices:
33
tags: devicetree
4-
# We only need this to run on one platform so use native_posix as it
4+
# We only need this to run on one platform so use native_sim as it
55
# will mostly likely be the fastest.
66
integration_platforms:
7-
- native_posix
7+
- native_sim
88
platform_exclude:
99
- hsdk
1010
- hsdk_2cores

0 commit comments

Comments
 (0)