From ac3c90236c271c75d1eda751386cefdef3aa1b62 Mon Sep 17 00:00:00 2001 From: Eric Fried Date: Mon, 13 Aug 2018 15:17:29 +0000 Subject: [PATCH] Remove blacklisted py3 xen tests Xen UT failures seem to have cleared up, which may or may not have anything to do with [1]. Remove the blacklist file and get these back in the py3 jobs. [1] https://review.openstack.org/#/c/591061/ Change-Id: Iacc1ae01f535caed64793d57b757ea07a8c46620 --- tests-py3.txt | 7 ------- tox.ini | 4 ++-- 2 files changed, 2 insertions(+), 9 deletions(-) delete mode 100644 tests-py3.txt diff --git a/tests-py3.txt b/tests-py3.txt deleted file mode 100644 index a7a13295c17f..000000000000 --- a/tests-py3.txt +++ /dev/null @@ -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 diff --git a/tox.ini b/tox.ini index 8afbac5c23d6..720af3fedd34 100644 --- a/tox.ini +++ b/tox.ini @@ -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}