From 2e4b0fad98f6fb2d18ecaa80d0786b987a2f300a Mon Sep 17 00:00:00 2001 From: Anas Nashif Date: Mon, 7 Dec 2020 11:56:16 -0500 Subject: [PATCH] twister: adapt platform schema Adapt schema to use twister instead of sanitycheck. Signed-off-by: Anas Nashif --- scripts/schemas/twister/platform-schema.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/schemas/twister/platform-schema.yaml b/scripts/schemas/twister/platform-schema.yaml index 81e3ccd1bdb..9073b598456 100644 --- a/scripts/schemas/twister/platform-schema.yaml +++ b/scripts/schemas/twister/platform-schema.yaml @@ -6,7 +6,7 @@ # a YAML structure validator, to validate the YAML files that describe # Zephyr test platforms # -# The original spec comes from Zephyr's sanitycheck script +# The original spec comes from Zephyr's twister script # type: map @@ -35,7 +35,7 @@ mapping: type: int "flash": type: int - "sanitycheck": + "twister": type: bool "supported": type: seq