oslo.messaging/oslo_messaging/tests/drivers
Kenneth Giusti 2c9ac202eb Remove the test that counts kombu connect calls
This test removes a check of the number of times kombu's
Connection.connect() method is being called for each mocked retry.
The number of calls kombu makes internally is irrelevant to proving
the API is correct.  The rest of the tests do ensure that the target
method is retried as expected, which is relevant to the API.

This change is necessary due to the kombu v4.1.0 release actually
calling Connection.connect() twice for each call to the target method
when compaired to earlier releases.

Change-Id: I3326b8e92efe3bef00b1f389d81944af9cc080f8
Closes-Bug: #1707263
2017-07-28 14:08:32 -04:00
..
pika Test:Use unittest.mock on Python 3 2017-02-08 19:15:17 +08:00
zmq drivers: use common.ConfigOptsProxy everywhere 2017-02-27 13:10:31 +01:00
__init__.py Move files out of the namespace package 2015-01-12 12:50:41 -05:00
test_amqp_driver.py Merge "[AMQP 1.0] Properly shut down test RPC server" 2017-05-16 15:09:10 +00:00
test_impl_kafka.py Test:Use unittest.mock on Python 3 2017-02-08 19:15:17 +08:00
test_impl_rabbit.py Remove the test that counts kombu connect calls 2017-07-28 14:08:32 -04:00
test_pool.py Remove use of mox stubs 2017-04-28 18:31:46 +08:00