Comment 11 for bug 1266534

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

Reviewed: https://review.openstack.org/63159
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=dd0bc6ac2d6ce2190f7a0fe9a77194dd1db60b5e
Submitter: Jenkins
Branch: master

commit dd0bc6ac2d6ce2190f7a0fe9a77194dd1db60b5e
Author: Dirk Mueller <email address hidden>
Date: Thu Dec 19 16:33:15 2013 +0100

    Hide VIR_CONNECT_BASELINE_CPU_EXPAND_FEATURES where needed

    Running unit test against a newer libvirt fails due to
    VIR_CONNECT_BASELINE_CPU_EXPAND_FEATURES being always available.

    This was mostly hidden as the old unit test globally deleted
    the attribute during execution. Removing this side effect
    and use mocking of attributes instead where needed.

    Related-Bug: LP #1266534

    Change-Id: Id0e6d8771f1a43f402b6323f0c0df38ee23e0fa8