validate: Remove the default testsuite implementation
authorThibault Saunier <tsaunier@gnome.org>
Fri, 28 Nov 2014 21:42:47 +0000 (22:42 +0100)
committerThibault Saunier <tsaunier@gnome.org>
Fri, 5 Dec 2014 11:17:40 +0000 (12:17 +0100)
commit71566688bff2b1593ffb93d575ec03f35e9392a8
tree8af52511f6a946ea71c904bd38448cd8b56d1485
parent36aed39259c27a07bf61290fd536b395942ab1de
validate: Remove the default testsuite implementation

The default testsuite implementation should belong to the default
asset repo where we have the corresponding knowledge.

We should style manage a sensible list of known blacklisted tests,
encoding profiles, and generators in GstValidate itself and allow testsuite
actual implementations to easily use them though the register_default_*
methods.

This allow us to be able to remove the ugly execfile() call.
validate/launcher/apps/Makefile.am
validate/launcher/apps/gstvalidate.py
validate/launcher/apps/validate/Makefile.am [deleted file]
validate/launcher/apps/validate/validate_testsuite.py [deleted file]
validate/launcher/main.py
validate/launcher/utils.py