neutron/neutron/tests/unit/agent/windows
Claudiu Belu 3cc89a9c44 Fix neutron-openvswitch-agent Windows support
Currently, the neutron-openvswitch-agent does not start on Windows
due to Linux specific imports. This patch addresses this issue.

Also, we're wrapping the object returned by subprocess.Popen using
tpool.Proxy in order to prevent IO operations on the stream
handles from blocking other threads. Currently, the ovs db monitor
blocks the whole process.

Closes-Bug: #1775382

Co-Authored-By: Lucian Petrut <lpetrut@cloudbasesolutions.com>
Change-Id: I8bbc9d1f8332e5644a6071f599a7c6a66bef7928
(cherry picked from commit fee630efaa)
2018-08-28 06:53:11 +00:00
..
__init__.py Ovs agent can't start on Windows because of validate_local_ip 2016-03-19 12:22:59 -07:00
test_ip_lib.py Fix pep8 errors 2018-04-11 01:10:49 +09:00
test_utils.py Fix neutron-openvswitch-agent Windows support 2018-08-28 06:53:11 +00:00