Merge "Remove blacklisted py3 xen tests"

This commit is contained in:
Zuul 2018-08-15 07:10:21 +00:00 committed by Gerrit Code Review
commit 1bad99100a
2 changed files with 2 additions and 9 deletions

View File

@ -1,7 +0,0 @@
##########################################################################
# NOTE(dims): The following tests randomly fail in the gate. Please be
# careful before you re-enable them
##########################################################################
nova.tests.unit.virt.xenapi.test_vmops.BootableTestCase
nova.tests.unit.virt.xenapi.test_volumeops.VolumeDetachTestCase
nova.tests.unit.virt.xenapi.test_xenapi.XenAPIMigrateInstance

View File

@ -43,7 +43,7 @@ commands =
basepython = python3.5
commands =
{[testenv]commands}
stestr run --blacklist-file=tests-py3.txt {posargs}
stestr run {posargs}
env TEST_OSPROFILER=1 stestr run --combine --no-discover 'nova.tests.unit.test_profiler'
[testenv:py36]
@ -268,4 +268,4 @@ deps =
-r{toxinidir}/requirements.txt
commands =
{[testenv]commands}
stestr run --blacklist-file=tests-py3.txt {posargs}
stestr run {posargs}