scripts: twister: harness: pytest: add support for custom cmd line args
Add support for passing custom command line arguments to a pytest harness in twister. Signed-off-by: Henrik Brix Andersen <hebad@vestas.com>
This commit is contained in:
parent
db12728efc
commit
7249dab0c8
3 changed files with 19 additions and 1 deletions
|
@ -65,6 +65,11 @@ mapping:
|
|||
"pytest_root":
|
||||
type: str
|
||||
required: false
|
||||
"pytest_args":
|
||||
type: seq
|
||||
required: false
|
||||
sequence:
|
||||
- type: str
|
||||
"regex":
|
||||
type: seq
|
||||
required: false
|
||||
|
@ -193,6 +198,11 @@ mapping:
|
|||
"pytest_root":
|
||||
type: str
|
||||
required: false
|
||||
"pytest_args":
|
||||
type: seq
|
||||
required: false
|
||||
sequence:
|
||||
- type: str
|
||||
"regex":
|
||||
type: seq
|
||||
required: false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue