Skip to content

validate:launcher: Add `%(config_path)s` in the pipeline desc vars

When defining pipelines_descriptions to run test on in a .json file, you might need to point to paths in the testsuite directory (for media files URIs for example), you can now do

"pipeline": "filesrc location="$(config_path)s/../medias/some/file.mkv...

Merge request reports