mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-19 16:21:17 +00:00
validateflow: interpolate folder directories into pipeline descriptions.
Allow 'pipeline' fields in validateflow to be interpolated with directory keys like $(medias)s.
This commit is contained in:
parent
b20f73099f
commit
a443b921a2
1 changed files with 1 additions and 0 deletions
|
@ -231,6 +231,7 @@ class GstValidatePipelineTestsGenerator(GstValidateTestsGenerator):
|
|||
scenarios.append(scenario_file)
|
||||
tests_definition['extra_data'] = {'scenarios': scenarios, 'config_file': config_file}
|
||||
tests_definition['pipeline_data'] = {"config_path": os.path.dirname(json_file)}
|
||||
tests_definition['pipeline_data'].update(extra_data)
|
||||
pipelines_descriptions.append(tests_definition)
|
||||
|
||||
return GstValidatePipelineTestsGenerator(name, test_manager, pipelines_descriptions=pipelines_descriptions)
|
||||
|
|
Loading…
Reference in a new issue