Comment 2 for bug 1213226

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

Reviewed: https://review.openstack.org/41888
Committed: http://github.com/openstack/cinder/commit/998bee4a5da75a9eb39b6d3bdc6a96791fb6d8aa
Submitter: Jenkins
Branch: master

commit 998bee4a5da75a9eb39b6d3bdc6a96791fb6d8aa
Author: Michael Kerrin <email address hidden>
Date: Wed Aug 14 10:16:42 2013 +0000

    Re-enable a lot of cinder scheduler tests

    This highlight and fixes a NoneType exception in the schedulers
    _get_weighted_candidates method

    This was originally added to get around the fact that the filter tests
    required that cinder was correctly installed on the system. But the
    is_cinder_installed condition always returning False and this hid
    problems of old packages been installed in our system. Also
    930f5891b0815e1b49b9b2cc840e0c24b2796e84 added the setup.py automatically
    to run_tests.sh so we can remove this.

    See https://review.openstack.org/#/c/20213/ for history.

    Fixes bug: 1213226

    Change-Id: I86fee802c0543355471ddbd712e52ccec750cea0