oslo.messaging/tests
Mehdi Abaakouk 712f6e3c5e Reintroduces fake_rabbit config option
This change reintroduces the fake_rabbit only for backward compatibility,
but mark it as deprecated.

Now, to use the kombu in-memory driver (that is not thread safe) we must
set the transport_url config option to 'kombu+memory:////" or the
rpc_backend to kombu+memory.

Or we can use the fake driver of oslo.messaging by setting the
transport_url to 'fake:///' or the rpc_backend to 'fake'

This is effectively reverting commit bcb3b23b8f.

Closes-bug: #1399085

Change-Id: I7b6fb3811fc6f695f75ecd350e04e69afd26c428
2014-12-04 11:54:58 +00:00
..
drivers Reintroduces fake_rabbit config option 2014-12-04 11:54:58 +00:00
executors Notification listener pools 2014-11-14 10:20:18 +01:00
functional Add driver independent functional tests 2014-10-22 17:07:45 +02:00
notify Wait for expected messages in listener pool test 2014-11-29 10:04:48 +01:00
rpc Merge "Track the attempted method when raising UnsupportedVersion" 2014-10-15 14:05:44 +00:00
__init__.py Remove copyright from empty files 2014-01-04 10:33:58 +08:00
test_amqp_driver.py Enable user authentication in the AMQP 1.0 driver 2014-10-31 11:46:24 -04:00
test_exception_serialization.py Switch to oslo.serialization 2014-09-23 14:54:30 +02:00
test_expected_exceptions.py Enabled hacking checks H305 and H307 2014-07-17 12:41:21 +02:00
test_opts.py Ensure the amqp options are present in config file 2014-09-09 11:57:12 +02:00
test_target.py Trival:Fix assertEqual arguments order 2014-04-02 17:40:34 +08:00
test_transport.py Let oslotest manage the six.move setting for mox 2014-09-07 17:24:02 -04:00
test_urls.py Trival:Fix assertEqual arguments order 2014-04-02 17:40:34 +08:00
test_utils.py Fix test case name typo 2014-01-27 10:39:20 +00:00
utils.py Set correctly the messaging driver to use in tests 2014-11-28 15:00:05 +01:00