Merge "test_ovs_neutron_agent: Remove unnecessary mocking"

This commit is contained in:
Jenkins 2015-06-02 00:41:23 +00:00 committed by Gerrit Code Review
commit 27322e36e6
1 changed files with 0 additions and 3 deletions

View File

@ -338,9 +338,6 @@ class TestOvsNeutronAgent(object):
mock.patch.object(self.agent.int_br,
'get_vif_port_by_id',
return_value=port),\
mock.patch.object(self.agent.plugin_rpc, 'update_device_up'),\
mock.patch.object(self.agent.plugin_rpc,
'update_device_down'),\
mock.patch.object(self.agent, func_name) as func:
skip_devs, need_bound_devices = (
self.agent.treat_devices_added_or_updated([{}], False))