neutron/neutron/tests/unit/agent
Akihiro Motoki 7a714aeb13 Fix pep8 errors
Recent pep8 upgrade and corresponding pycodestyle update break
pep8 job due to the new rules.

This commit fixes the following new errors:
- E266 too many leading '#' for block comment
- E501 line too long
- H903  Windows style line endings not allowed in code

The following errors are added to the ignore list
as there are many errors:
- E402 module level import not at top of file
- E731 do not assign a lambda expression, use a def
- W503 line break before binary operator

Change-Id: I1fd3357479bb2ba3d89de92739ffac99900761b6
2018-04-11 01:10:49 +09:00
..
common ovsfw: Use bundle when adding security group rules 2018-03-05 15:38:05 +00:00
dhcp Spawn/stop metadata proxies upon adding/deleting router interfaces 2018-03-06 12:10:24 +01:00
l2 use qos constants from neutron-lib 2017-10-26 19:57:19 +00:00
l3 Merge "DVR: Check for item_allocator key before releasing" 2018-04-05 21:50:01 +00:00
linux Merge "Use cidr during tenant network rule deletion" 2018-04-05 19:09:05 +00:00
metadata Merge "Add iptables metadata marking rule on router init" 2018-03-28 21:57:36 +00:00
ovsdb Merge "Kill _connection_to_manager_uri dummy" 2018-02-22 00:30:24 +00:00
windows Fix pep8 errors 2018-04-11 01:10:49 +09:00
__init__.py Empty files should not contain copyright or license 2014-10-20 00:50:32 +00:00
test_agent_extensions_manager.py Refactoring config options for l2 agent ext opts 2016-11-21 19:45:04 +00:00
test_resource_cache.py Merge "Fix race condition with enabling SG on many ports at once" 2018-01-27 10:36:37 +00:00
test_rpc.py Fix arguments to oslo_context.RequestContext() 2018-02-13 13:43:54 -05:00
test_securitygroups_rpc.py Iptables firewall driver adds forward rules for trusted ports 2018-03-06 10:13:44 +01:00