sanitycheck: support harness_config keyword in schema
Add harness_config to schema with basic options for now to support console harness. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
2eab036233
commit
e722db14ad
1 changed files with 36 additions and 0 deletions
|
@ -41,6 +41,24 @@ mapping:
|
|||
"harness":
|
||||
type: str
|
||||
required: no
|
||||
"harness_config":
|
||||
type: map
|
||||
required: no
|
||||
mapping:
|
||||
"type":
|
||||
type: str
|
||||
required: yes
|
||||
"ordered":
|
||||
type: bool
|
||||
required: no
|
||||
"repeat":
|
||||
type: int
|
||||
required: no
|
||||
"regex":
|
||||
type: seq
|
||||
required: yes
|
||||
sequence:
|
||||
- type: str
|
||||
"min_ram":
|
||||
type: int
|
||||
required: no
|
||||
|
@ -136,6 +154,24 @@ mapping:
|
|||
"harness":
|
||||
type: str
|
||||
required: no
|
||||
"harness_config":
|
||||
type: map
|
||||
required: no
|
||||
mapping:
|
||||
"type":
|
||||
type: str
|
||||
required: yes
|
||||
"ordered":
|
||||
type: bool
|
||||
required: no
|
||||
"repeat":
|
||||
type: int
|
||||
required: no
|
||||
"regex":
|
||||
type: seq
|
||||
required: yes
|
||||
sequence:
|
||||
- type: str
|
||||
"min_ram":
|
||||
type: int
|
||||
required: no
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue