twister: support filtering by vendor
Add a new option --vendor which allows filtering by vendors tracked in the board/platform yaml file. The vendor string is compatible with DTS and is what we have in dts/bindings/vendor-prefixes.txt. Providing multiple vendors is also supported. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
85c4111002
commit
3966d30a4f
4 changed files with 24 additions and 3 deletions
|
@ -41,6 +41,10 @@ mapping:
|
|||
type: str
|
||||
"arch":
|
||||
type: str
|
||||
"vendor":
|
||||
type: str
|
||||
"tier":
|
||||
type: int
|
||||
"toolchain":
|
||||
type: seq
|
||||
seq:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue