summaryrefslogtreecommitdiff
path: root/tests-py3.txt
diff options
context:
space:
mode:
authorChangBo Guo(gcb) <eric.guo@easystack.cn>2016-11-27 19:55:52 +0800
committerMatthew Booth <mbooth@redhat.com>2017-01-05 10:27:13 +0000
commit6a6457b5a6563b6cb4bf7673b00773d8208f5900 (patch)
treeefcc5d01390c9209051fcd2f2f703b08cf26459a /tests-py3.txt
parent83923ad2272c8327d9e5fc5be1e99561c4c3f4df (diff)
downloadnova-6a6457b5a6563b6cb4bf7673b00773d8208f5900.tar.gz
Port libvirt.test_vif to Python 3
We can't compare int or None with str on Python 3, need convert str into int or just skip. We do this comprehensively for vlan by ensuring that it is initially parsed as an int. Partially-Implements: blueprint goal-python35 Co-Authored-By: Matthew Booth <mbooth@redhat.com> Change-Id: I000839a341aa6164343b6c44e29a8b7d79084b73
Diffstat (limited to 'tests-py3.txt')
-rw-r--r--tests-py3.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests-py3.txt b/tests-py3.txt
index 7d169309d3..3cbd262c54 100644
--- a/tests-py3.txt
+++ b/tests-py3.txt
@@ -1,6 +1,5 @@
nova.tests.unit.api.openstack.compute.test_user_data.ServersControllerCreateTest
nova.tests.unit.test_wsgi.TestWSGIServerWithSSL
-nova.tests.unit.virt.libvirt.test_vif.LibvirtVifTestCase
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