neutron/neutron/tests/unit/agent/l2
Denis Buliga 7fc79f43dc Refactors QosAgentDriver
QosAgentDriver has a method which uses linux specific module, which
is trying to import pyroute2.

Module pyroute2 tries to import a module from socket which does not
exists on windows (socket.inet_pton[1]). This can cause neutron
services to fail to start on windows[2].

[1]: https://docs.python.org/2/library/socket.html#socket.inet_pton
[2]: http://paste.openstack.org/show/593272/

Change-Id: I706368bfcaece380e1357e0c504fd3b9553ba49c
Related-Bug: #1492714
2017-01-03 04:34:44 -08:00
..
extensions Refactors QosAgentDriver 2017-01-03 04:34:44 -08:00
__init__.py Remove unnecessary executable permissions 2016-03-25 01:49:26 +00:00
test_l2_agent_extensions_manager.py Generalize agent extension mechanism 2016-07-19 13:45:22 +00:00