Adding isolation to functional tests
Due to some events received among different tests in the same worker, this patch add '--isolated' tag to stestr to run every test on a unique worker and in a different stestr process. Closes-Bug: #2058400 Change-Id: I9ff255c110774590f53811162572eef596ff9a04
This commit is contained in:
2
tox.ini
2
tox.ini
@@ -62,7 +62,7 @@ setenv = {[testenv:functional]setenv}
|
|||||||
{[testenv:dsvm]setenv}
|
{[testenv:dsvm]setenv}
|
||||||
deps = {[testenv:functional]deps}
|
deps = {[testenv:functional]deps}
|
||||||
commands =
|
commands =
|
||||||
stestr run {posargs}
|
stestr run --isolated {posargs}
|
||||||
|
|
||||||
[testenv:cover]
|
[testenv:cover]
|
||||||
envdir = {toxworkdir}/shared
|
envdir = {toxworkdir}/shared
|
||||||
|
|||||||
Reference in New Issue
Block a user