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.
Reviewed: https:/ /review. openstack. org/394779 /git.openstack. org/cgit/ openstack/ neutron/ commit/ ?id=5805a075b55 a9f7faec8d17ed6 840ca94b5d5c39
Committed: https:/
Submitter: Jenkins
Branch: master
commit 5805a075b55a9f7 faec8d17ed6840c a94b5d5c39
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: I7baa623fd71a7d 03acc61dd1f1828 7bb654539cd
Partial-Bug: #1266962