Merge "Do not mock arping in L3AgentTestFramework functional tests"

This commit is contained in:
Jenkins 2015-07-09 16:13:33 +00:00 committed by Gerrit Code Review
commit c499fe5019
1 changed files with 0 additions and 1 deletions

View File

@ -68,7 +68,6 @@ class L3AgentTestFramework(base.BaseSudoTestCase):
self.mock_plugin_api = mock.patch(
'neutron.agent.l3.agent.L3PluginApi').start().return_value
mock.patch('neutron.agent.rpc.PluginReportStateAPI').start()
mock.patch.object(ip_lib, '_arping').start()
self.agent = self._configure_agent('agent1')
def _get_config_opts(self):