Skip to content

Commit d493751

Browse files
rkelgalak
authored andcommitted
test: devicetree: api: Limit test to native_posix and simulation
This commit limits test targets for the test to run only on native or simulated machines. Signed-off-by: Radosław Koppel <[email protected]>
1 parent 4c26b85 commit d493751

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/lib/devicetree/api/testcase.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,4 @@ tests:
33
tags: devicetree
44
# We only need this to run on one platform so use native_posix as it
55
# will mostly likely be the fastest.
6-
integration_platforms:
7-
- native_posix
6+
platform_allow: native_posix qemu_x86 qemu_x86_64 qemu_cortex_m3

0 commit comments

Comments
 (0)