validate:launcher: Fix defining several scenario with a same config
authorThibault Saunier <tsaunier@igalia.com>
Thu, 6 Feb 2020 17:33:56 +0000 (14:33 -0300)
committerThibault Saunier <tsaunier@igalia.com>
Thu, 6 Feb 2020 17:33:56 +0000 (14:33 -0300)
commitd3c6611b76e339d05268a7178a87548897ce0bae
tree93819992822eee19d15647df06fdeb9ba40e6e99
parent600c5a27ed9f67e0fdea40e1bd99c5071aa4893b
validate:launcher: Fix defining several scenario with a same config

When generating tests from dictionary the dict format allows passing
several scenario for a same config and pipelines, but this was breaking
the case where expected flow is different with each config, instead we
should generate one config per scenario, fixing the expectation files
generated.
validate/launcher/apps/gstvalidate.py