Merge "Enable TestOSAPIFixture.test_responds_to_version on Python 3"

This commit is contained in:
Jenkins 2017-01-16 03:14:45 +00:00 committed by Gerrit Code Review
commit cee14139bd
1 changed files with 0 additions and 7 deletions

View File

@ -13,13 +13,6 @@ nova.tests.unit.virt.xenapi.test_vmops.SpawnTestCase
nova.tests.unit.virt.xenapi.test_volumeops.VolumeDetachTestCase
nova.tests.unit.virt.xenapi.test_xenapi.XenAPIMigrateInstance
##########################################################################
# NOTE(cdent): The following test takes 10-15 minutes to run because
# of eventlet lockups and can cause a gate run to timeout. See:
# https://bugs.launchpad.net/nova/+bug/1558105
##########################################################################
nova.tests.unit.test_fixtures.TestOSAPIFixture.test_responds_to_version
# The XenAPI plugins run in a Python 2.4 environment, so avoid attempting
# to run their unit tests in a Python 3 environment.
nova.tests.unit.virt.xenapi.plugins