Comment 13 for bug 1840200

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to nova (stable/queens)

Reviewed: https://review.opendev.org/677378
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=eca5608fe35728b12fc4d817f4a7e0a783219047
Submitter: Zuul
Branch: stable/queens

commit eca5608fe35728b12fc4d817f4a7e0a783219047
Author: Takashi NATSUME <email address hidden>
Date: Thu Aug 15 10:00:38 2019 +0900

    Fix 'has_calls' method calls in unit tests

    The 'has_calls' method does not exist in assertion methods of mock.
    Replace the 'has_calls' method with an 'assert_has_calls' method or
    an 'assert_called_once_with' method.
    Add an 'assertEqual' check before an 'assert_has_calls' method.

    Conflicts:
        nova/tests/unit/virt/ironic/test_driver.py

    NOTE(takashin): The conflict is due to not having the following change
    in stable/queens.

        I87f085589bb663c519650f307f25d087c88bbdb1

    Change-Id: I4b606fce473d064b9bb00213696c075cea020aaf
    Closes-Bug: #1840200
    (cherry picked from commit ad482e53fbb956288e73692f6bff5f74d862fe5d)
    (cherry picked from commit fa59033c40745febc26399e668ceb9911f8ec45d)
    (cherry picked from commit 8e7e54f60b0374d6439a4cedc098c5a3c97b79d9)