twister: implement simulation_exclude
filter
This gives us the flexibility to exclude certain platforms' simulator that's known to fail from running in Twister, but allows real hardware to be tested. Signed-off-by: Yong Cong Sin <ycsin@meta.com>
This commit is contained in:
parent
1b16d3d3ec
commit
9d314ff86d
4 changed files with 42 additions and 1 deletions
|
@ -157,6 +157,24 @@ mapping:
|
|||
required: false
|
||||
sequence:
|
||||
- type: str
|
||||
"simulation_exclude":
|
||||
type: seq
|
||||
required: false
|
||||
sequence:
|
||||
- type: str
|
||||
enum:
|
||||
[
|
||||
"qemu",
|
||||
"simics",
|
||||
"xt-sim",
|
||||
"renode",
|
||||
"nsim",
|
||||
"mdb-nsim",
|
||||
"tsim",
|
||||
"armfvp",
|
||||
"native",
|
||||
"custom",
|
||||
]
|
||||
"tags":
|
||||
type: any
|
||||
required: false
|
||||
|
@ -356,6 +374,24 @@ mapping:
|
|||
matching: "all"
|
||||
sequence:
|
||||
- type: str
|
||||
"simulation_exclude":
|
||||
type: seq
|
||||
required: false
|
||||
sequence:
|
||||
- type: str
|
||||
enum:
|
||||
[
|
||||
"qemu",
|
||||
"simics",
|
||||
"xt-sim",
|
||||
"renode",
|
||||
"nsim",
|
||||
"mdb-nsim",
|
||||
"tsim",
|
||||
"armfvp",
|
||||
"native",
|
||||
"custom",
|
||||
]
|
||||
"tags":
|
||||
type: any
|
||||
required: false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue