neutron/neutron/tests
Ihar Hrachyshka 6ca8cb84fd Monkey patch threading module as early as possible
In oslo.messaging, local thread store is used to pass RPC request
context [1]. If we try to import oslo.messaging before monkey patching
threading library, it attempts to access unpatched storage and fails
with AttributeError.

[1]: oslo/messaging/localcontext.py#L26

blueprint oslo-messaging

Change-Id: Ied7302fcb1d3e14428540e39e3db704550027890
2014-06-09 16:42:47 +02:00
..
etc Revert "Disable debug messages when running unit tests" 2014-05-07 14:54:35 +02:00
functional Allow neutron-sanity-check to check OVS patch port support 2014-06-04 14:43:25 +00:00
unit Monkey patch threading module as early as possible 2014-06-09 16:42:47 +02:00
var Allow combined certificate/key files for SSL 2014-04-13 09:22:23 +00:00
__init__.py Rename Quantum to Neutron 2013-07-06 15:02:43 -04:00
base.py Make plugin deallocation check optional 2014-05-09 22:24:45 +00:00
post_mortem_debug.py Add post-mortem debug option for tests 2013-12-10 03:56:50 +00:00
tools.py Replace mox in unit tests with mock 2013-11-18 22:17:14 +09:00