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:
Anas Nashif 2020-12-07 11:56:16 -05:00
commit 2e4b0fad98

View file

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