[Bug 754380] validate: Add support to run only particular test generators

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Wed Nov 11 22:15:20 PST 2015


https://bugzilla.gnome.org/show_bug.cgi?id=754380

--- Comment #4 from Vineeth <vineeth.tm at samsung.com> ---
Created attachment 315306
  --> https://bugzilla.gnome.org/attachment.cgi?id=315306&action=edit
alternate way to run particular generators

The generators are already named.
But right now all three generators are getting added by default..
        self.add_generators([GstValidatePlaybinTestsGenerator(self),
                             GstValidateMediaCheckTestsGenerator(self),
                             GstValidateTranscodingTestsGenerator(self)])

So whenever i run validate using --medias-path all three generators get
executed.


I am attaching an alternate way of doing this instead of checking in populate
tests, checking for the same while adding generators

This method needs the options to be passed along.
So if --generator is given by user then it will select based on that, else it
will run all default generators.



Or do you have any other method in mind, please explain how to :)

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list