]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Mock link local allocator write so UT doesn't write a file
authorCarl Baldwin <carl.baldwin@hp.com>
Thu, 19 Feb 2015 16:35:01 +0000 (16:35 +0000)
committerCarl Baldwin <carl.baldwin@hp.com>
Thu, 19 Feb 2015 16:46:28 +0000 (16:46 +0000)
commit7e6a664eaee2aaf3112208076091c14895d3c4e2
treeaaa1af4567a210a9adb64bd76c2f8562c4c09d04
parent750063c8634eff60e824892d1a9cd3bd9664111c
Mock link local allocator write so UT doesn't write a file

The UTs recently started writing a fip-linklocal-networks file in
test_l3_agent.  This is due to a recently added test.  This patch adds
a mock to it so that the file is not written.

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