neutron/neutron/tests/unit/agent/ovsdb
Oleg Bondarev a5d19b41a5 Mock threading.Thread to prevent daemon creation by unit tests
tests.unit.agent.ovsdb.native.test_connection.TestOVSNativeConnection
calls Connection.start() which starts a daemon with a while True loop
full of mocks. mock._CallList of those mocks start to grow very
quick and finally eat all available memory.

Closes-Bug: #1595878
Change-Id: Ie053a2248925ce5bb960207c16c23b261d1d458c
2016-06-29 09:04:01 +00:00
..
native Mock threading.Thread to prevent daemon creation by unit tests 2016-06-29 09:04:01 +00:00
__init__.py ovsdb: attempt to enable connection_uri for native impl on startup 2015-06-25 10:09:42 +02:00
test_impl_idl.py ovsdb: Don't skip ovsdb test cases in py34 suite 2016-05-27 10:56:27 +00:00