neutron/neutron/tests/unit/nec
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 Rename Quantum to Neutron 2013-07-06 15:02:43 -04:00
fake_ofc_manager.py Refactor unit tests for NEC Plugin 2013-07-12 15:40:33 +09:00
stub_ofc_driver.py NEC plugin: PFC packet fitler support 2014-03-04 09:08:29 +09:00
test_agent_scheduler.py Removes calls to mock.patch.stopall in unit tests 2014-03-12 04:17:11 +00:00
test_config.py NEC plugin: Allow to add prefix to OFC REST URL 2014-03-22 04:51:25 +09:00
test_db.py NEC plugin: Rename quantum_id column to neutron_id 2014-03-22 06:30:13 +09:00
test_nec_agent.py Monkey patch threading module as early as possible 2014-06-09 16:42:47 +02:00
test_nec_plugin.py Fix H302 violations in unit tests 2014-05-04 12:39:19 +02:00
test_ofc_client.py Replace HTTPSConnection in NEC plugin 2014-04-03 23:28:19 +09:00
test_ofc_manager.py Removes calls to mock.patch.stopall in unit tests 2014-03-12 04:17:11 +00:00
test_packet_filter.py UT: do not hide an original error in test resource ctxtmgr 2014-03-28 05:49:13 +00:00
test_pfc_driver.py Replace HTTPSConnection in NEC plugin 2014-04-03 23:28:19 +09:00
test_portbindings.py Merge "Add enable_security_group option" 2014-03-22 02:15:52 +00:00
test_router.py Removes calls to mock.patch.stopall in unit tests 2014-03-12 04:17:11 +00:00
test_security_group.py Removes calls to mock.patch.stopall in unit tests 2014-03-12 04:17:11 +00:00
test_trema_driver.py Fix H302 violations in unit tests 2014-05-04 12:39:19 +02:00
test_utils.py nec plugin: Compare OFS datapath_id as hex int 2014-02-13 10:37:29 +00:00