]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
fixes broken neutron-netns-cleanup
authorMiguel Angel Ajo <mangelajo@redhat.com>
Tue, 18 Mar 2014 12:33:19 +0000 (13:33 +0100)
committerMark McClain <mmcclain@yahoo-inc.com>
Fri, 4 Apr 2014 22:32:55 +0000 (18:32 -0400)
commit5417220fc50fb31218ed1ed2aba6b926591c5f81
tree992e439664076894ea0f19b6784f779274b2871a
parentac2718c4aa7b6eb0c0e82df93cf59d890432d652
fixes broken neutron-netns-cleanup

Some configuration parameters used in neutron.agent.linux.utils
were missing. The namespace attribute in the FakeNetwork object
was missing, and used in neutron.agent.linux.dhcp. Also, the
plugin object was missing for release_dhcp_port operation.

We provide a fake plugin object to accept current and any future
plugin calls as this is meant to be an standalone tool that
should work without any RPC connectivity.

FakeNetwork was switched for neutron.agent.linux.dhcp.NetModel
to follow any future changes in NetModel.

Two wrong called_once_with_args calls without assert were fixed.

Change-Id: Ia51ea9bd4c8eea6b250858964ad5286c933702e0
Closes-Bug: #1291915
Partial-Bug: #1297875
(cherry picked from commit 907bf41afbdb9f565c45a535f637c8928d0be52a)
neutron/agent/netns_cleanup_util.py
neutron/tests/unit/test_agent_netns_cleanup.py