Merge "Skip network.test_manager.LdapDNSTestCase on Python 3"

This commit is contained in:
Jenkins 2016-12-22 22:43:16 +00:00 committed by Gerrit Code Review
commit 33fc8070cf
2 changed files with 1 additions and 1 deletions

View File

@ -3439,6 +3439,7 @@ domain1 = "example.org"
domain2 = "example.com"
@testtools.skipIf(six.PY3, 'python-ldap is not compatible for Python 3.')
class LdapDNSTestCase(test.NoDBTestCase):
"""Tests nova.network.ldapdns.LdapDNS."""
def setUp(self):

View File

@ -10,7 +10,6 @@ nova.tests.unit.compute.test_compute.ComputeAPITestCase.test_create_with_base64_
nova.tests.unit.compute.test_compute_cells.CellsComputeAPITestCase.test_create_with_base64_user_data
nova.tests.unit.compute.test_compute_mgr.ComputeManagerUnitTestCase.test_run_pending_deletes
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.test_firewall.IptablesFirewallTestCase