twister: pytest: Allow list of pytest testpaths
Allow to specify a list of pytest directories, files or subtests with pytest_root keyword in test yaml. Signed-off-by: Grzegorz Chwierut <grzegorz.chwierut@nordicsemi.no>
This commit is contained in:
parent
b990a74f8b
commit
5bb3067942
3 changed files with 70 additions and 4 deletions
|
@ -95,8 +95,10 @@ mapping:
|
|||
type: int
|
||||
required: false
|
||||
"pytest_root":
|
||||
type: str
|
||||
type: seq
|
||||
required: false
|
||||
sequence:
|
||||
- type: str
|
||||
"pytest_args":
|
||||
type: seq
|
||||
required: false
|
||||
|
@ -293,8 +295,10 @@ mapping:
|
|||
type: int
|
||||
required: false
|
||||
"pytest_root":
|
||||
type: str
|
||||
type: seq
|
||||
required: false
|
||||
sequence:
|
||||
- type: str
|
||||
"pytest_args":
|
||||
type: seq
|
||||
required: false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue