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:
Fernando Royo 2024-04-08 13:06:16 +02:00
parent 64578688bd
commit 8d3e5c7ed3
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ setenv = {[testenv:functional]setenv}
{[testenv:dsvm]setenv}
deps = {[testenv:functional]deps}
commands =
stestr run {posargs}
stestr run --isolated {posargs}
[testenv:cover]
envdir = {toxworkdir}/shared