Comment 48 for bug 1266962

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to neutron (master)

Reviewed: https://review.openstack.org/394779
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=5805a075b55a9f7faec8d17ed6840ca94b5d5c39
Submitter: Jenkins
Branch: master

commit 5805a075b55a9f7faec8d17ed6840ca94b5d5c39
Author: Luong Anh Tuan <email address hidden>
Date: Tue Nov 8 13:24:55 2016 +0700

    Remove timeutils.clear_time_override in neutron

    The clear_time_override function in timeutils was written as a
    helper function to mock utcnow for unittests before 'mock' was
    generally used. Now that we have mock and fixture, we no longer
    need to use it.

    Change-Id: I7baa623fd71a7d03acc61dd1f18287bb654539cd
    Partial-Bug: #1266962