Comment 4 for bug 1788802

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

Reviewed: https://review.openstack.org/596471
Committed: https://git.openstack.org/cgit/openstack/tripleo-common/commit/?id=213968bb3fa1367b9589b75d7227de0629d77c77
Submitter: Zuul
Branch: master

commit 213968bb3fa1367b9589b75d7227de0629d77c77
Author: Alex Schultz <email address hidden>
Date: Fri Aug 24 14:32:45 2018 -0600

    Adjust tenacity mock

    Recent changes in tenacity have broken how we mock the wait call for the
    test. This change mocks out the inspect.getargspec call that is used in
    tenacity to fix our unit tests for now. I think it might be beneficial
    to not actually test the retry functionality in the tripleo-common unit
    tests as it seems to be more of a test for tenacity than tripleo-common.

    Change-Id: Ia7e9aef0ee8413fa5b09af93f7f89cb34f3f761d
    Closes-Bug: #1788802