Skip to content

Commit 50c7341

Browse files
danieldegrassenashif
authored andcommitted
doc: test: add documentation for twister sysbuild flag
Add sysbuild flag to twister supported options, with documentation on how Kconfig and devicetree will be parsed Signed-off-by: Daniel DeGrasse <[email protected]>
1 parent 602b8b4 commit 50c7341

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

doc/develop/test/twister.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -330,6 +330,14 @@ extra_sections: <list of extra binary sections>
330330
extra, unexpected sections in the Zephyr binary unless they are named
331331
here. They will not be included in the size calculation.
332332

333+
sysbuild: <True|False> (default False)
334+
Build the project using sysbuild infrastructure. Only the main project's
335+
generated devicetree and Kconfig will be used for filtering tests.
336+
on device testing must use the hardware map, or west flash to load
337+
the images onto the target. The --erase option of west flash is
338+
not supported with this option. Usage of unsupported options will result
339+
in tests requiring sysbuild support being skipped.
340+
333341
harness: <string>
334342
A harness string needed to run the tests successfully. This can be as
335343
simple as a loopback wiring or a complete hardware test setup for

0 commit comments

Comments
 (0)