neutron/neutron/tests/unit/agent/windows
Claudiu Belu fee630efaa 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
2018-07-18 14:41:21 +03: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-07-18 14:41:21 +03:00