mirror of
https://github.com/ansible/awx.git
synced 2026-05-19 23:07:42 -02:30
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:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user