Comment 2 for bug 1493906

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

Reviewed: https://review.openstack.org/224034
Committed: https://git.openstack.org/cgit/openstack/heat/commit/?id=ac0d959495472cd842b8c1263d7bc6d16afaf254
Submitter: Jenkins
Branch: master

commit ac0d959495472cd842b8c1263d7bc6d16afaf254
Author: Oleksii Chuprykov <email address hidden>
Date: Wed Sep 16 13:59:12 2015 +0300

    Convergence: small fixes in tests

    Some tests may fail because of delay between actual function call
    and assert_called_with check of the same function: we have argument
    that depend on time. So mock remaining_time() of the stack.

    Change-Id: I2968437f7875ce6e8d437ec28a119f89cba720e8
    Closes-Bug: #1493906