Comment 3 for bug 1552843

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

Reviewed: https://review.openstack.org/386255
Committed: https://git.openstack.org/cgit/openstack/ironic/commit/?id=ce46c43246ee05f76805b22f4656080b27c2266b
Submitter: Jenkins
Branch: master

commit ce46c43246ee05f76805b22f4656080b27c2266b
Author: Mario Villaplana <email address hidden>
Date: Thu Oct 13 22:15:59 2016 +0000

    Mock ironic-lib properly in test_deploy_utils

    Many of the tests in this file asserted that methods internal to
    ironic-lib were called. This has caused gate failures in the past when
    ironic-lib changes internal logic.

    This mocks out ironic-lib so we only test that the correct methods are
    called from ironic's perspective as an external consumer of ironic-lib.

    Change-Id: I91d3c7d7b8f4dd6b7652e0cac90ea562ae710636
    Partial-Bug: #1552843
    Co-Authored-By: John L. Villalovos <email address hidden>