nova/nova/tests/unit/virt/libvirt
Matt Riedemann de7c0594d1 Revert "libvirt: Pass instance to connect_volume and ..."
This reverts commit f0153fa4c8.

This broke a whole set of FS-based volume drivers since it
didn't change the method signatures in those drivers to take
the new instance argument.

I was working on adding them but then just decided this
isn't even used right now so it's faster to revert.

When this is added back in, I want to see the
LibvirtBaseVolumeDriver class turned into an ABC and
the connect_volume and disconnect_volume methods turned
into abstractmethods in LibvirtBaseVolumeDriver so this
kind of thing does not happen again.

Change-Id: If1ee6d6e4004750f80424ec54d7dabc564ec9e06
Closes-Bug: #1675584
2017-03-23 23:33:45 +00:00
..
storage Port libvirt.storage.test_rbd to Python 3 2016-12-15 13:38:53 +00:00
volume Revert "libvirt: Pass instance to connect_volume and ..." 2017-03-23 23:33:45 +00:00
__init__.py move all tests to nova/tests/unit 2014-11-12 15:31:08 -05:00
fake_imagebackend.py [3/3]Replace six.iteritems() with .items() 2017-02-09 23:09:38 +08:00
fake_libvirt_utils.py libvirt: ephemeral disk support for virtuozzo containers 2017-01-26 14:19:08 +03:00
fake_os_brick_connector.py Switch to using os-brick 2015-07-27 10:47:22 -07:00
fakelibvirt.py Bump minimum required libvirt/qemu versions for Pike 2017-02-11 20:30:25 -05:00
test_blockinfo.py Merge "Fix root_device_name for Xen" 2017-01-31 18:56:46 +00:00
test_compat.py Workaround for race condition in libvirt 2015-03-14 20:17:41 -03:00
test_config.py libvirt: Use the mirror element to detect job completion 2017-01-25 11:35:47 +00:00
test_designer.py libvirt: avoid generating script with empty path 2017-01-24 12:50:49 +00:00
test_driver.py Revert "libvirt: Pass instance to connect_volume and ..." 2017-03-23 23:33:45 +00:00
test_fakelibvirt.py Enable global hacking checks and removed local checks 2017-02-10 15:09:37 +01:00
test_firewall.py Port libvirt.test_firewall to Python 3 2017-01-05 10:26:19 +00:00
test_guest.py Merge "libvirt: fix nova can't delete the instance with nvram" 2017-02-01 16:36:10 +00:00
test_host.py Merge "Avoid multiple initializations of Host class" 2017-02-25 14:54:01 +00:00
test_imagebackend.py Remove mox from unit/virt/libvirt/test_imagebackend.py (end) 2017-02-03 15:34:24 +07:00
test_imagecache.py conf: Remove config option compute_ manager 2016-12-08 20:05:52 +08:00
test_migration.py Change exponential function to linear 2017-01-26 15:24:20 +00:00
test_utils.py [3/3]Replace six.iteritems() with .items() 2017-02-09 23:09:38 +08:00
test_vif.py Merge "libvirt: set vlan tag for macvtap on SR-IOV VFs" 2017-02-09 17:35:27 +00:00