tests: rabbitmq failover tests
This leverages the pifpaf library to exercice rabbitmq failover. Change-Id: Ic6acc5d006344e08c219724e488fc9222786d849
This commit is contained in:
committed by
Mehdi Abaakouk (sileht)
parent
7809cdc602
commit
865bfec975
@@ -49,11 +49,11 @@ class ConfFixture(fixtures.Fixture):
|
||||
'oslo_messaging._drivers.impl_rabbit', 'rabbit_opts',
|
||||
'oslo_messaging_rabbit')
|
||||
_import_opts(self.conf,
|
||||
'oslo_messaging._drivers.amqp', 'amqp_opts',
|
||||
'oslo_messaging._drivers.base', 'base_opts',
|
||||
'oslo_messaging_rabbit')
|
||||
_import_opts(self.conf,
|
||||
'oslo_messaging._drivers.amqp', 'amqp_opts',
|
||||
'oslo_messaging_qpid')
|
||||
'oslo_messaging_rabbit')
|
||||
_import_opts(self.conf,
|
||||
'oslo_messaging._drivers.amqp1_driver.opts',
|
||||
'amqp1_opts', 'oslo_messaging_amqp')
|
||||
|
||||
Reference in New Issue
Block a user