Comment 18 for bug 1735588

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

Reviewed: https://review.openstack.org/447505
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=1f0638f943a7b490db3cf9a60423ebae859682cc
Submitter: Zuul
Branch: master

commit 1f0638f943a7b490db3cf9a60423ebae859682cc
Author: Claudiu Belu <email address hidden>
Date: Mon Mar 20 15:34:37 2017 +0200

    tests: fixes mock autospec usage

    Until now, mock.Mock did not receive any autospec argument, yet
    there are a few tests which are using it.

    The autospec argument is being added by a fixture, and some unit
    tests are not using it properly.

    Depends-On: I0e4a55fbf4c1d175726ca22b664e240849a99856

    Partial-Bug: #1735588

    Change-Id: I3636833962c905faa0f144c7fdc4833037324d31