Enable TestOSAPIFixture.test_responds_to_version on Python 3

It takes about 2.5 seconds to run this test, seems the issue
has gone. Not sure this is fixed by eventlet now. Let's enable
it now and figure out root cause and fix the issue.

Related-Bug: #1558105
Partially-Implements: blueprint goal-python35

Change-Id: I6826a4ba3ea5656471cdffbaa2883b522b4b22f0
This commit is contained in:
ChangBo Guo(gcb) 2016-12-29 14:20:29 +08:00 committed by ChangBo Guo(gcb)
parent ae7f78648d
commit 4173e41921
1 changed files with 0 additions and 7 deletions

View File

@ -23,13 +23,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