Fixing up unit tests from HA/Clustering work

* Also purge old fact migration tests
* Upgrade some services on various container images
This commit is contained in:
Matthew Jones
2016-10-03 10:39:59 -04:00
parent b4c852cf53
commit 959342a5fd
13 changed files with 59 additions and 290 deletions

View File

@@ -616,12 +616,12 @@ class BaseJobTestMixin(BaseTestMixin):
def setUp(self):
super(BaseJobTestMixin, self).setUp()
self.start_redis()
self.start_rabbit()
self.setup_instances()
self.populate()
self.start_queue()
def tearDown(self):
super(BaseJobTestMixin, self).tearDown()
self.stop_redis()
self.stop_rabbit()
self.terminate_queue()