Hi, stackers,
        I have a question to followed code in 
nova/tests/virt/libvirt/test_libvirt.py. My question is, when will the 'import 
libvirt' success and the fake libvirt not used?

try:
    import libvirt
except ImportError:
    import nova.tests.virt.libvirt.fakelibvirt as libvirt
libvirt_driver.libvirt = libvirt

Thanks
--jyh

_______________________________________________
OpenStack-dev mailing list
OpenStack-dev@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev

Reply via email to