tests: use ignore_fault field instead of tags
Use dedicated field in the yaml file instead of mixing this testing feature with tags. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
67791ddd70
commit
808266a493
37 changed files with 107 additions and 56 deletions
|
@ -43,6 +43,12 @@ mapping:
|
|||
required: false
|
||||
sequence:
|
||||
- type: str
|
||||
"ignore_faults":
|
||||
type: bool
|
||||
required: false
|
||||
"ignore_qemu_crash":
|
||||
type: bool
|
||||
required: false
|
||||
"testcases":
|
||||
type: seq
|
||||
required: false
|
||||
|
@ -199,6 +205,12 @@ mapping:
|
|||
required: false
|
||||
sequence:
|
||||
- type: str
|
||||
"ignore_faults":
|
||||
type: bool
|
||||
required: false
|
||||
"ignore_qemu_crash":
|
||||
type: bool
|
||||
required: false
|
||||
"harness":
|
||||
type: str
|
||||
required: false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue