nova/nova/tests/unit/virt/libvirt/storage
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
..
__init__.py libvirt: move lvm/dmcrypt/rbd_utils modules under storage subdir 2015-07-27 12:47:31 -07:00
test_dmcrypt.py Fix import statement order 2016-10-31 21:42:42 +09:00
test_lvm.py Stop using mox from virt/libvirt/storage/test_lvm.py 2016-06-01 15:46:49 +07:00
test_rbd.py Port libvirt.storage.test_rbd to Python 3 2016-12-15 13:38:53 +00:00