neutron/neutron/tests/unit/oneconvergence
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
..
__init__.py One Convergence Neutron Plugin Implementation 2014-03-06 08:10:07 -08:00
test_nvsd_agent.py Monkey patch threading module as early as possible 2014-06-09 16:42:47 +02:00
test_nvsd_plugin.py Fix H302 violations in unit tests 2014-05-04 12:39:19 +02:00
test_nvsdlib.py One Convergence Neutron Plugin l3 ext support 2014-03-06 21:50:55 +00:00
test_plugin_helper.py One Convergence Neutron Plugin Implementation 2014-03-06 08:10:07 -08:00
test_security_group.py Permit ICMPv6 RAs only from known routers 2014-04-02 16:24:17 +08:00