diff options
author | ChangBo Guo(gcb) <eric.guo@easystack.cn> | 2016-11-27 21:03:36 +0800 |
---|---|---|
committer | Matthew Booth <mbooth@redhat.com> | 2016-12-15 13:38:53 +0000 |
commit | ba81d2458f78915b7d523dd093ef21326229d104 (patch) | |
tree | a4c801ad5160fdb8a96fe64ad4904c03b8497adb /tests-py3.txt | |
parent | 199d3d81ee44b7fa79eb443468cbfc7b118c2266 (diff) | |
download | nova-ba81d2458f78915b7d523dd093ef21326229d104.tar.gz |
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
Diffstat (limited to 'tests-py3.txt')
-rw-r--r-- | tests-py3.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests-py3.txt b/tests-py3.txt index a80fba0d75..66e86494a6 100644 --- a/tests-py3.txt +++ b/tests-py3.txt @@ -14,7 +14,6 @@ nova.tests.unit.compute.test_host_api.ComputeHostAPICellsTestCase nova.tests.unit.network.test_manager.LdapDNSTestCase nova.tests.unit.test_matchers.TestDictMatches.test__str__ nova.tests.unit.test_wsgi.TestWSGIServerWithSSL -nova.tests.unit.virt.libvirt.storage.test_rbd.RbdTestCase nova.tests.unit.virt.libvirt.test_firewall.IptablesFirewallTestCase nova.tests.unit.virt.libvirt.test_imagebackend.EncryptedLvmTestCase nova.tests.unit.virt.libvirt.test_imagebackend.LvmTestCase |