Reviewed: https://review.openstack.org/375298 Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=d1662d533fdd2b12ca3c781a96bcf7980b896ea4 Submitter: Jenkins Branch: master
commit d1662d533fdd2b12ca3c781a96bcf7980b896ea4 Author: Javeme <[email protected]> Date: Fri Sep 23 15:26:10 2016 +0800 Mock.side_effects does not exist, use Mock.side_effect instead Mock.side_effects property does not exist, we should use Mock.side_effect instead in the test case. Closes-Bug: #1626880 Change-Id: If64609b1bbe658b5523bf57abb62e9e9b2c44322 ** Changed in: nova Status: In Progress => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova). https://bugs.launchpad.net/bugs/1626880 Title: Mock.side_effects does not exist, use Mock.side_effect instead Status in OpenStack Compute (nova): Fix Released Bug description: Mock.side_effects property does not exist, but we use it in some places in the test case, we should use Mock.side_effect instead. To manage notifications about this bug go to: https://bugs.launchpad.net/nova/+bug/1626880/+subscriptions -- Mailing list: https://launchpad.net/~yahoo-eng-team Post to : [email protected] Unsubscribe : https://launchpad.net/~yahoo-eng-team More help : https://help.launchpad.net/ListHelp

