sanitycheck: add missing probe_id key to schema

probe_id is used as an optional key that overrides id as the source
of board_id when configured to use a runner that is not the default.

Signed-off-by: Peter Bigot <peter.bigot@nordicsemi.no>
This commit is contained in:
Peter Bigot 2020-05-21 10:56:20 -05:00 committed by Carles Cufí
commit 3cdd5b4be4

View file

@ -15,6 +15,9 @@ sequence:
"platform":
type: str
required: true
"probe_id":
type: str
required: false
"product":
type: str
required: true