From: Assaf Muller Date: Wed, 22 Apr 2015 16:04:42 +0000 (-0400) Subject: Mock report_state during L3 agent functional tests X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=dd995ca711f642eba9a40ee7c75e48b497dab5a2;p=openstack-build%2Fneutron-build.git Mock report_state during L3 agent functional tests Less spam, yay! Change-Id: I0a6162057f968511b200713359afdc54b107fc39 --- diff --git a/neutron/tests/functional/agent/test_l3_agent.py b/neutron/tests/functional/agent/test_l3_agent.py index 87cef79c1..b35a40da4 100755 --- a/neutron/tests/functional/agent/test_l3_agent.py +++ b/neutron/tests/functional/agent/test_l3_agent.py @@ -64,6 +64,7 @@ class L3AgentTestFramework(base.BaseLinuxTestCase): def setUp(self): super(L3AgentTestFramework, self).setUp() mock.patch('neutron.agent.l3.agent.L3PluginApi').start() + mock.patch('neutron.agent.rpc.PluginReportStateAPI').start() self.agent = self._configure_agent('agent1') def _get_config_opts(self):