]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Fix indentation errors in tests
authorAdrien Vergé <adrienverge@gmail.com>
Mon, 25 May 2015 16:46:03 +0000 (18:46 +0200)
committerAdrien Vergé <adrienverge@gmail.com>
Fri, 29 May 2015 21:17:51 +0000 (23:17 +0200)
commit880252868b8509125f6463e2709c2d0c4f3957ea
tree0babc35e7e15a4cb4f6d2ccefabade527cb2a9d0
parentdbc8e348a15b246cf02b3eb38fd2ae3e4f9c2229
Fix indentation errors in tests

They are some missing/extra indentations in tests source code. This
results in variables used out their scope (which remains unnoticed as
long as `with` contexts do not fail), and prevent refactoring scripts
(such as the one for getting rid of `contextlib.nested` [1]) from
performing well.

This simple patch fixes these indentation errors.

[1]: See change I8d1de09ff38ed0af9fb56f423a2c43476408e0fb

Change-Id: Icef34c7755e0d96c4c5ee85982de86d0ccc196c7
Related-Blueprint: neutron-python3
neutron/tests/unit/api/rpc/handlers/test_securitygroups_rpc.py
neutron/tests/unit/extensions/test_l3.py
neutron/tests/unit/plugins/linuxbridge/agent/test_linuxbridge_neutron_agent.py
neutron/tests/unit/plugins/openvswitch/agent/test_ovs_neutron_agent.py
neutron/tests/unit/plugins/openvswitch/test_ovs_tunnel.py
neutron/tests/unit/scheduler/test_l3_agent_scheduler.py