oslo.messaging/tests
Mehdi Abaakouk 15aa5cbda8 The executor doesn't need to set the timeout
It's up to the driver to set a suitable timeout for polling the broker,
this one can be different that the one requested by the driver
caller as long as the caller timeout is respected.

This change also adds a new driver listener API, to be able
to stop it cleanly, specially in case of timeout=None.

Closes bug: #1400268
Closes bug: #1399257
Change-Id: I674c0def1efb420c293897d49683593a0b10e291
2014-12-08 12:59:33 +01:00
..
drivers Reintroduces fake_rabbit config option 2014-12-04 11:54:58 +00:00
executors The executor doesn't need to set the timeout 2014-12-08 12:59:33 +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