Skip to content

Commit 88d00e6

Browse files
committed
[FT] Move BaseOVSTestCase class to concurrency 1 executor
Move the ``BaseOVSTestCase`` class tests to the stestr executor with concurrency=1. That will prevent that the minimum bandwidth tests interfere among them. Conflicts: tox.ini Closes-Bug: #2025740 Change-Id: Ia3741abe5fa0c8ff65cf36d1ec31c089a1759f05 (cherry picked from commit 26a2266)
1 parent 9060971 commit 88d00e6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,8 @@ setenv = {[testenv:dsvm-functional]setenv}
7979
deps = {[testenv:dsvm-functional]deps}
8080
commands =
8181
bash {toxinidir}/tools/deploy_rootwrap.sh {toxinidir} {envdir}/etc {envdir}/bin
82-
stestr run --exclude-regex (.*MySQL\.|.*PostgreSQL\.|.*test_get_all_devices) {posargs}
83-
stestr run --combine --concurrency 1 (.*MySQL\.|.*PostgreSQL\.|.*test_get_all_devices) {posargs}
82+
stestr run --exclude-regex (.*MySQL\.|.*PostgreSQL\.|.*test_get_all_devices|.*BaseOVSTestCase\.) {posargs}
83+
stestr run --combine --concurrency 1 (.*MySQL\.|.*PostgreSQL\.|.*test_get_all_devices|.*BaseOVSTestCase\.) {posargs}
8484

8585
[testenv:dsvm-fullstack]
8686
setenv = {[testenv]setenv}

0 commit comments

Comments
 (0)