Commit e722db14 authored by Anas Nashif's avatar Anas Nashif Committed by Anas Nashif
Browse files

sanitycheck: support harness_config keyword in schema



Add harness_config to schema with basic options for now to support
console harness.

Signed-off-by: default avatarAnas Nashif <anas.nashif@intel.com>
parent 2eab0362
Loading
Loading
Loading
Loading
+36 −0
Original line number Diff line number Diff line
@@ -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