]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Make test_l3_agent._prepare_router_data a module function
authorAssaf Muller <amuller@redhat.com>
Sun, 27 Jul 2014 15:03:26 +0000 (18:03 +0300)
committerAssaf Muller <amuller@redhat.com>
Sun, 27 Jul 2014 15:44:02 +0000 (18:44 +0300)
commit889382b9a97aa72e3a6ce76dd319e95b4adebcb7
treeb4b7d530f0e840ad9468a052c7a2b316ae2b8152
parent76575875ea442073db8e064b898b87a6d62b4c5e
Make test_l3_agent._prepare_router_data a module function

Remove an unneeded class variable, allowing _prepare_router_data
to be changed to a module level function. This allows the function
to be reused by other tests cases.

Change-Id: Ia4de3c535c703fbb2528e6cc9594bcd34f50aca1
neutron/tests/unit/test_l3_agent.py