]> 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)
committerGerrit Code Review <review@openstack.org>
Wed, 2 Apr 2014 13:37:24 +0000 (13:37 +0000)
commit907bf41afbdb9f565c45a535f637c8928d0be52a
tree6de6c437ff8888f912e6d82a9bf3954b2e3b1612
parentf1de09d60b2142f9abd9563f04fe3a0f0089a6be
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
neutron/agent/netns_cleanup_util.py
neutron/tests/unit/test_agent_netns_cleanup.py