Ah. Here's why.

diff --git a/neutron/tests/unit/openvswitch/test_ovs_qos.py 
b/neutron/tests/unit/openvswitch/test_ovs_qos.py
index 3450b2c..8feaef4 100644
--- a/neutron/tests/unit/openvswitch/test_ovs_qos.py
+++ b/neutron/tests/unit/openvswitch/test_ovs_qos.py
@@ -32,6 +32,7 @@ class OpenvswitchQoSTestCase(test_qos.QoSDBTestCase):
     _plugin_name = PLUGIN_NAME
 
     def setUp(self, plugin=None):
+        self.addCleanup(mock.patch.stopall)
         notifier_p = mock.patch(NOTIFIER)
         notifier_cls = notifier_p.start()
         self.notifier = mock.Mock()


Problem exists between keyboard and chair. Sorry everyone.

-- 
Sean M. Collins
_______________________________________________
OpenStack-dev mailing list
[email protected]
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev

Reply via email to