sanitycheck: support new simulation keyword
Some boards are supported natively by qemu. This option will allow us to run tests using those platforms directly without having to go via a dedicated qemu board definition. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
89c1ab6b18
commit
8acdbd796e
7 changed files with 10 additions and 1 deletions
|
@ -18,6 +18,9 @@ mapping:
|
|||
"type":
|
||||
type: str
|
||||
enum: [ 'mcu', 'qemu', 'sim', 'unit', 'native']
|
||||
"simulation":
|
||||
type: str
|
||||
enum: [ 'qemu', 'simics', 'xt-sim', 'renode']
|
||||
"arch":
|
||||
type: str
|
||||
"toolchain":
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue