Skip to content

Commit ac3c902

Browse files
author
Eric Fried
committed
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
1 parent d7ed9a5 commit ac3c902

File tree

2 files changed

+2
-9
lines changed

2 files changed

+2
-9
lines changed

tests-py3.txt

Lines changed: 0 additions & 7 deletions
This file was deleted.

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ commands =
4343
basepython = python3.5
4444
commands =
4545
{[testenv]commands}
46-
stestr run --blacklist-file=tests-py3.txt {posargs}
46+
stestr run {posargs}
4747
env TEST_OSPROFILER=1 stestr run --combine --no-discover 'nova.tests.unit.test_profiler'
4848

4949
[testenv:py36]
@@ -268,4 +268,4 @@ deps =
268268
-r{toxinidir}/requirements.txt
269269
commands =
270270
{[testenv]commands}
271-
stestr run --blacklist-file=tests-py3.txt {posargs}
271+
stestr run {posargs}

0 commit comments

Comments
 (0)