]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Stops patching an object method which could be gone at cleanup
authorMiguel Angel Ajo <mangelajo@redhat.com>
Fri, 28 Aug 2015 05:49:28 +0000 (07:49 +0200)
committerMiguel Angel Ajo <mangelajo@redhat.com>
Fri, 28 Aug 2015 05:57:48 +0000 (07:57 +0200)
commitce3fb9065efacdc9e8503f5ba630c4ba1b85855f
treeb627f175b5c52f5d6267679cda95cf5c1941f9d1
parent3703a1d4b0845795ef028fc3334a1ef3b5cc4471
Stops patching an object method which could be gone at cleanup

Stop patching the qos plugin 'notification_driver_manager' method
and instead substitute for a mock since it's destroyed and reloaded
on every test run.

Closes-Bug: #1489716
Change-Id: I0e84b19bba92a7cbef837de7994a605a78936250
neutron/tests/unit/services/qos/test_qos_plugin.py