]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Ensure mocks for lla allocator _write in test_agent
authorSam Betts <sam@code-smash.net>
Wed, 29 Apr 2015 15:15:35 +0000 (16:15 +0100)
committerSam Betts <sam@code-smash.net>
Wed, 29 Apr 2015 16:25:46 +0000 (17:25 +0100)
commit9b7beb0e29d1de3e7cc787a3c0e20d24ccb0427c
treed7e69ddd4e13067a6515560bf977641b21ab00f6
parent84d2638579dc92b8530ccc3e963ce0e80c36461e
Ensure mocks for lla allocator _write in test_agent

The test test_create_dvr_fip_interfaces_for_restart_l3agent_case was
causing a file fip-linklocal-networks to be created when the tests are
run, this patch ensures that the correct part of the LinkLocalAllocator
is patched to prevent this in the test case.

Change-Id: Ifd0cae56324364b281a9279047b26a182b77905a
Closes-Bug: 1450090
neutron/tests/unit/agent/l3/test_agent.py