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
agent_gateway_port[0],
agent.get_floating_agent_gw_interface(ri, fake_network_id))
- def test_create_dvr_fip_interfaces(self):
+ @mock.patch.object(lla.LinkLocalAllocator, '_write')
+ def test_create_dvr_fip_interfaces(self, lla_write):
fake_network_id = _uuid()
fake_floatingips = {'floatingips': [
{'id': _uuid(),