mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
json tests: assume all user pipelines can seek reverse
When doing a targeted test, it is up to the user to make sure their pipeline + scenario behaves correctly.
This commit is contained in:
parent
ba4275ad00
commit
93114b55ab
1 changed files with 1 additions and 1 deletions
|
@ -229,7 +229,7 @@ class GstValidatePipelineTestsGenerator(GstValidateTestsGenerator):
|
||||||
with open(scenario_file, 'w') as f:
|
with open(scenario_file, 'w') as f:
|
||||||
f.write('\n'.join(action % extra_data for action in actions) + '\n')
|
f.write('\n'.join(action % extra_data for action in actions) + '\n')
|
||||||
scenarios.append(scenario_file)
|
scenarios.append(scenario_file)
|
||||||
tests_definition['extra_data'] = {'scenarios': scenarios, 'config_file': config_file}
|
tests_definition['extra_data'] = {'scenarios': scenarios, 'config_file': config_file, 'plays-reverse': True}
|
||||||
tests_definition['pipeline_data'] = {"config_path": os.path.dirname(json_file)}
|
tests_definition['pipeline_data'] = {"config_path": os.path.dirname(json_file)}
|
||||||
tests_definition['pipeline_data'].update(extra_data)
|
tests_definition['pipeline_data'].update(extra_data)
|
||||||
pipelines_descriptions.append(tests_definition)
|
pipelines_descriptions.append(tests_definition)
|
||||||
|
|
Loading…
Reference in a new issue