Comment 5 for bug 1754026

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

Reviewed: https://review.openstack.org/551973
Committed: https://git.openstack.org/cgit/openstack/ironic/commit/?id=ac65ec6a6eaf4a537e36ad1598e8ce5b818639b1
Submitter: Zuul
Branch: master

commit ac65ec6a6eaf4a537e36ad1598e8ce5b818639b1
Author: Dmitry Tantsur <email address hidden>
Date: Mon Mar 12 12:32:38 2018 +0100

    Use more granular mocking in test_utils

    oslo.config will start using the same functions that we mock in its
    next release, breaking our assumptions on how many times they are
    called.

    Change-Id: Ief2c3d3089916e021cfef38f45f2cc2c78bc4f9b
    Closes-Bug: #1754026