Comment 2 for bug 1450090

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to neutron (master)

Reviewed: https://review.openstack.org/178722
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=9b7beb0e29d1de3e7cc787a3c0e20d24ccb0427c
Submitter: Jenkins
Branch: master

commit 9b7beb0e29d1de3e7cc787a3c0e20d24ccb0427c
Author: Sam Betts <email address hidden>
Date: Wed Apr 29 16:15:35 2015 +0100

    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