validate: launcher: Use a Queue to test for test completion
authorRamiro Polla <ramiro.polla@collabora.co.uk>
Fri, 16 Jan 2015 18:03:07 +0000 (19:03 +0100)
committerThibault Saunier <tsaunier@gnome.org>
Thu, 5 Feb 2015 14:18:38 +0000 (15:18 +0100)
commit0026c2804f764b08a606de02dfecf4b487e944f3
tree09a0a0b39b249c13413e5fe1a655cd7d99e27a70
parentbd4c2211412580f55fccf66d5ad2d680fab36bb4
validate: launcher: Use a Queue to test for test completion

TestManager will use a Queue to track progress for all tests. This
commit implements a queue inside Test to simplify the transition.

Patch 3/4 to make TestManager handle waiting for processes instead of
expecting each Test to do it.

https://bugzilla.gnome.org/show_bug.cgi?id=743063
validate/launcher/baseclasses.py