summaryrefslogtreecommitdiff
path: root/tests-py3.txt
diff options
context:
space:
mode:
authorChangBo Guo(gcb) <eric.guo@easystack.cn>2016-11-23 13:12:46 +0800
committerChangBo Guo(gcb) <eric.guo@easystack.cn>2016-11-29 19:38:32 +0800
commita54c1bc7848e98e94a3a2f5999e5ca2f7e33442a (patch)
tree6574be8742c28eed0636d7446ca2973c163e2d32 /tests-py3.txt
parent0ae8cbf83ea46f32f79834beb0b7dd5838df40cd (diff)
downloadnova-a54c1bc7848e98e94a3a2f5999e5ca2f7e33442a.tar.gz
Port xenapi test_xenapi to Python 3
* Use base64 module from oslo.serialization to convert things as needed * Replace filter() with a list-comprehension to get a list on Python 3 Partially-Implements: blueprint goal-python35 Change-Id: Ibe7e212cea5e6dd32b9b92a814c3ad8222ed2bc6
Diffstat (limited to 'tests-py3.txt')
-rw-r--r--tests-py3.txt4
1 files changed, 0 insertions, 4 deletions
diff --git a/tests-py3.txt b/tests-py3.txt
index 6e4c6c2c11..5ad6709cbf 100644
--- a/tests-py3.txt
+++ b/tests-py3.txt
@@ -55,10 +55,6 @@ nova.tests.unit.virt.xenapi.client.test_session.CallPluginTestCase
nova.tests.unit.virt.xenapi.test_vm_utils.ResizeFunctionTestCase
nova.tests.unit.virt.xenapi.test_vm_utils.ScanSrTestCase
nova.tests.unit.virt.xenapi.test_vm_utils.UnplugVbdTestCase
-nova.tests.unit.virt.xenapi.test_xenapi.HypervisorPoolTestCase
-nova.tests.unit.virt.xenapi.test_xenapi.XenAPIDiffieHellmanTestCase
-nova.tests.unit.virt.xenapi.test_xenapi.XenAPIDom0IptablesFirewallTestCase
-nova.tests.unit.virt.xenapi.test_xenapi.XenAPIVMTestCase
##########################################################################
# NOTE(dims): The following tests randomly fail in the gate. Please be