oslo.messaging/tests
Mark McLoughlin 1806c0724a Remove check_for_lock support in RPCClient
I added check_for_lock because I assumed it was enabled by default and
actively in use by Nova. However, it actually isn't used by Nova yet and
enabling spews a tonne of warnings.

It's a rather clunky API and there's a good chance we can design a
better API for it, so let's leave it out until we're ready to actually
start using it in Nova.

Related-Bug: #1063222
Change-Id: Ib890978398059f360cd0f3352f4755262b8111c6
2013-08-26 09:31:12 +01:00
..
__init__.py Add oslo.messaging project infrastructure 2013-06-15 08:43:50 +01:00
test_exception_serialization.py Add a per-transport allow_remote_exmods API 2013-08-07 13:11:46 +01:00
test_expected_exceptions.py Add API for expected endpoint exceptions 2013-08-07 12:52:54 +01:00
test_notifier.py Add a Notifier.prepare() method 2013-08-21 07:30:49 +01:00
test_pool.py Use testtools.TestCase assertion methods 2013-08-07 06:43:55 +01:00
test_rabbit.py Fix rabbit driver handling of None, etc. replies 2013-08-17 21:40:02 +01:00
test_rpc_client.py Remove check_for_lock support in RPCClient 2013-08-26 09:31:12 +01:00
test_rpc_dispatcher.py Add a context serialization hook 2013-08-09 08:24:49 +01:00
test_rpc_server.py Fix fake driver handling of failure replies 2013-08-16 11:08:50 +01:00
test_target.py Use testtools.TestCase assertion methods 2013-08-07 06:43:55 +01:00
test_transport.py Add a TransportURL class to the public API 2013-08-12 23:30:43 +01:00
test_urls.py Fix transport URL parsing bug 2013-08-18 01:49:25 +01:00
utils.py Add a unit testing configuration fixture 2013-08-13 13:52:42 +01:00