Comment 6 for bug 1754026

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

Reviewed: https://review.openstack.org/551975
Committed: https://git.openstack.org/cgit/openstack/ironic-inspector/commit/?id=5c63f1490c9429841a31af21de5d3461a718c8f5
Submitter: Zuul
Branch: master

commit 5c63f1490c9429841a31af21de5d3461a718c8f5
Author: Dmitry Tantsur <email address hidden>
Date: Mon Mar 12 12:39:58 2018 +0100

    Prevent mocks in test_dnsmasq_pxe_filter from conflicting with oslo.config

    oslo.config starts using os.path functions in the next release in set_override.
    This change modifies unit tests to prevent mocks from clashing with it.

    Change-Id: I6096cb61ef9733e761a5d3d7a24109575f685fe9
    Closes-Bug: #1754026