nova/nova/tests/unit/virt/libvirt
ChangBo Guo(gcb) ba81d2458f Port libvirt.storage.test_rbd to Python 3
* Stop explicitly encoding strings we pass to rbd: the library
  supports multiple string types now.
* We mock module rbd from rbd_utils.py, also need set module rbd's
  specific exceptions with object inherit from BaseException to avoid
  TypeError like: 'TypeError: catching classes that do not inherit from
  BaseException is not allowed'

Partially-Implements: blueprint goal-python35

Co-Authored-By: Davanum Srinivas <davanum@gmail.com>

Change-Id: I3eec213ad9bc13f0a371a5c4f28d3df377796125
2016-12-15 13:38:53 +00:00
..
storage Port libvirt.storage.test_rbd to Python 3 2016-12-15 13:38:53 +00:00
volume libvirt: prefer cinder rbd auth values over nova.conf 2016-11-29 21:26:33 -05:00
__init__.py
fake_imagebackend.py libvirt: Mock imagebackend template funcs in ImageBackendFixture 2016-12-07 11:16:28 +00:00
fake_libvirt_utils.py Port libvirt test_driver to Python 3 2016-11-29 19:36:55 +08:00
fake_os_brick_connector.py Switch to using os-brick 2015-07-27 10:47:22 -07:00
fakelibvirt.py Merge "Make nova.tests.unit.virt pass with CONF.use_neutron=True by default" 2016-12-12 17:15:03 +00:00
test_blockinfo.py Merge "objects: Move 'arch' to 'fields.Architecture'" 2016-11-28 19:32:15 +00:00
test_compat.py Workaround for race condition in libvirt 2015-03-14 20:17:41 -03:00
test_config.py objects: Move 'arch' to 'fields.Architecture' 2016-11-25 16:19:41 +00:00
test_designer.py libvirt: convert over to use os-vif for Linux Bridge & OVS 2016-08-10 10:29:49 -04:00
test_driver.py Merge "Make libvirt unit tests work with CONF.use_neutron=True by default" 2016-12-12 17:14:10 +00:00
test_fakelibvirt.py tests: generate correct pci addresses for fake pci devices 2016-12-07 09:39:08 -05:00
test_firewall.py Merge "Stop using mox in test_firewall" 2016-10-12 17:53:35 +00:00
test_guest.py Support detach interface with same MAC from instance 2016-11-30 15:48:43 -05:00
test_host.py Replace uuid4() with uuidsentinel 2016-11-29 11:49:20 +05:30
test_imagebackend.py libvirt: Fix initialising of LVM ephemeral disks 2016-12-08 09:26:26 +00:00
test_imagecache.py conf: Remove config option compute_ manager 2016-12-08 20:05:52 +08:00
test_migration.py libvirt: prepare domain XML update for serial ports 2016-11-22 17:10:16 +01:00
test_utils.py Merge "Fix qemu-img convert image incompatability in alpine linux" 2016-12-01 23:26:24 +00:00
test_vif.py Merge "Make nova.tests.unit.virt pass with CONF.use_neutron=True by default" 2016-12-12 17:15:03 +00:00