scripts: twister: add support for sysbuild

Add support for building with sysbuild using twister, via the "sysbuild"
yaml property in testsuites. This will currently disable Kconfig and
devicetree filtering.

Signed-off-by: Daniel DeGrasse <daniel.degrasse@nxp.com>
This commit is contained in:
Daniel DeGrasse 2022-08-24 18:37:06 -05:00 committed by Anas Nashif
commit 602b8b485d
4 changed files with 59 additions and 5 deletions

View file

@ -130,6 +130,9 @@ mapping:
"slow":
type: bool
required: false
"sysbuild":
type: bool
required: false
# The sample descriptor, if present
"sample":
type: map
@ -278,3 +281,6 @@ mapping:
"slow":
type: bool
required: false
"sysbuild":
type: bool
required: false