Make pep8 more picky 90/35690/4
authorJozef Behran <jbehran@cisco.com>
Thu, 3 Mar 2016 14:30:27 +0000 (15:30 +0100)
committerGerrit Code Review <gerrit@opendaylight.org>
Sun, 6 Mar 2016 20:40:38 +0000 (20:40 +0000)
commit9a1a86700fb341c0f5f0700c5024da7975fd60ec
tree13a1f209af1093ce0c827f9dfb33b928c7c9507e
parentd883b8eb7f8831ced0ea7289045c7074fbd4ba43
Make pep8 more picky

Several guidelines were disabled and as a result I was
slipping into my old coding style, incompatible with the
Python sources here. Enabling them turned out to uncover I
was not the only one slipping. As a matter of fact all
checks are enabled now except E133 which is not compatible
with E123.

Change-Id: I754c740f49a213360df5b187897e776266e6653f
Signed-off-by: Jozef Behran <jbehran@cisco.com>
23 files changed:
csit/libraries/ClusterStateLibrary.py
csit/libraries/Common.py
csit/libraries/CrudLibrary.py
csit/libraries/ScaleClient.py
csit/libraries/Topology.py
csit/libraries/Topologynew.py
csit/libraries/UtilLibrary.py
csit/libraries/XmlComparator.py
csit/libraries/ipaddr.py
csit/suites/vpnservice/custom.py
tools/clustering/cluster-deployer/deploy.py
tools/clustering/cluster-monitor/monitor.py
tools/fastbgp/bgp_app_peer.py
tools/fastbgp/play.py
tools/netconf_tools/getter.py
tools/odl-lispflowmapping-performance-tests/create_map_request_pcap.py
tools/odl-mdsal-clustering-tests/clustering-functional-test/crud.py
tools/odl-mdsal-clustering-tests/clustering-performance-test/flow_stats_stability_monitor.py
tools/odl-mdsal-clustering-tests/clustering-performance-test/inventory_perf.py
tools/odl-mdsal-clustering-tests/scripts/cluster_rest_script.py
tools/odl-ovsdb-performance-tests/ovsdbconfigblaster.py
tools/wcbench/stats.py
tox.ini