Comment 2 for bug 1334607

Revision history for this message
Mark McLoughlin (markmc) wrote : Re: Fake driver not found in check-oslotest-dsvm-oslo.messaging

Example failure:

2014-06-26 09:40:19.427 | FAIL: tests.notify.test_listener.TestNotifyListener.test_two_endpoints
2014-06-26 09:40:19.428 | tags: worker-2
2014-06-26 09:40:19.428 | ----------------------------------------------------------------------
2014-06-26 09:40:19.428 | Empty attachments:
2014-06-26 09:40:19.428 | stderr
2014-06-26 09:40:19.428 | stdout
2014-06-26 09:40:19.428 |
2014-06-26 09:40:19.428 | Traceback (most recent call last):
2014-06-26 09:40:19.428 | File "/opt/stack/new/oslo.messaging/tests/notify/test_listener.py", line 206, in test_two_endpoints
2014-06-26 09:40:19.429 | transport = messaging.get_transport(self.conf, url='fake:')
2014-06-26 09:40:19.429 | File "/opt/stack/new/oslo.messaging/oslo/messaging/transport.py", line 187, in get_transport
2014-06-26 09:40:19.429 | raise DriverLoadFailure(url.transport, ex)
2014-06-26 09:40:19.429 | DriverLoadFailure: Failed to load transport driver "fake": No 'oslo.messaging.drivers' driver found, looking for 'fake'