summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorRodolfo Alonso Hernandez <ralonsoh@redhat.com>2022-03-17 02:46:41 +0000
committerRodolfo Alonso <ralonsoh@redhat.com>2022-03-23 15:24:51 +0000
commit7d5ee7089bbe8f0705d77fa2d5219c3e93f816eb (patch)
treeb9fe8fa3c46db6cb2e37ca83b8619d1229c70cdd /tox.ini
parentdd55f1acd36dee4ab4ec806a694b5efcc8e53cb8 (diff)
downloadneutron-7d5ee7089bbe8f0705d77fa2d5219c3e93f816eb.tar.gz
[FT] Run all .*MySQL tests in an isolated thread
This change in the "dsvm-functional" job definition will avoid the parallel execution of any MySQL test. Related-Bug: #1962594 Change-Id: I4fe6a6920b9b2711563e85b51f18a9d5a9086ceb
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini3
1 files changed, 2 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index a7ac5f52fd..15dbb9246b 100644
--- a/tox.ini
+++ b/tox.ini
@@ -63,7 +63,8 @@ deps =
{[testenv:functional]deps}
commands =
{toxinidir}/tools/deploy_rootwrap.sh {toxinidir} {envdir}/etc {envdir}/bin
- stestr run --group_regex=(.*MySQL\.|.*PostgreSQL\.) {posargs}
+ stestr run --group-regex .*PostgreSQL\. --exclude-regex .*MySQL\. {posargs}
+ stestr run --combine --concurrency 1 .*MySQL\. {posargs}
[testenv:dsvm-fullstack]
setenv = {[testenv]setenv}