Comment 2 for bug 1632987

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

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

commit f022d57548531a4603bd6be6c352ea296d245063
Author: Markus Zoeller <email address hidden>
Date: Thu Oct 13 10:24:23 2016 +0200

    Fix bug in "nova/tests/unit/virt/test_virt_drivers.py" for os-vif

    Commit 735f710 moved the os_vif.initialize() code. This lead to an
    error in "test_virt_drivers.LibvirtConnTestCase.test_set_admin_password":

      AttributeError: 'module' object has no attribute 'vif

    This change initializes os_vif in "test_virt_driver" as it was done
    for "libvirt.test_driver" in commit 735f710.

    Change-Id: Idf2fcb1df92dd4aa1761d955ea149090263d42d8
    Closes-Bug: #1632987