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:
Anas Nashif 2018-01-04 14:15:22 -05:00 committed by Anas Nashif
commit 8acdbd796e
7 changed files with 10 additions and 1 deletions

View file

@ -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":