Comment 4 for bug 1537851

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to designate (stable/liberty)

Reviewed: https://review.openstack.org/273723
Committed: https://git.openstack.org/cgit/openstack/designate/commit/?id=67175e7a1928b281e6e94516fcd77874166cbb14
Submitter: Jenkins
Branch: stable/liberty

commit 67175e7a1928b281e6e94516fcd77874166cbb14
Author: Kiall Mac Innes <email address hidden>
Date: Mon Jan 25 18:36:43 2016 +0000

    Ensure mocks are stopped after use

    When a mock is stated by hand, rather than used as a decorator
    or context manager, care must be take to stop the mock before
    the next test.

    Change-Id: Iceb1a4fc80d5e895a5644134e8e95f06c5421f47
    Partial-Bug: 1537851
    (cherry picked from commit eba1f9e9b4e5f67b94fdb15192359d09bd0dba72)