twister: adapt platform schema
Adapt schema to use twister instead of sanitycheck. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
92c9d4ba14
commit
2e4b0fad98
1 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@
|
||||||
# a YAML structure validator, to validate the YAML files that describe
|
# a YAML structure validator, to validate the YAML files that describe
|
||||||
# Zephyr test platforms
|
# Zephyr test platforms
|
||||||
#
|
#
|
||||||
# The original spec comes from Zephyr's sanitycheck script
|
# The original spec comes from Zephyr's twister script
|
||||||
#
|
#
|
||||||
|
|
||||||
type: map
|
type: map
|
||||||
|
@ -35,7 +35,7 @@ mapping:
|
||||||
type: int
|
type: int
|
||||||
"flash":
|
"flash":
|
||||||
type: int
|
type: int
|
||||||
"sanitycheck":
|
"twister":
|
||||||
type: bool
|
type: bool
|
||||||
"supported":
|
"supported":
|
||||||
type: seq
|
type: seq
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue