Skip to content

Commit 0a7b9d3

Browse files
Zuulopenstack-gerrit
authored andcommitted
Merge "[FT] Run test_periodic_sync_routers_task tests serially" into stable/2023.1
2 parents 0fb74db + 114f68f commit 0a7b9d3

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|.*BaseOVSTestCase\.) {posargs}
83-
stestr run --combine --concurrency 1 (.*MySQL\.|.*PostgreSQL\.|.*test_get_all_devices|.*BaseOVSTestCase\.) {posargs}
82+
stestr run --exclude-regex (.*MySQL\.|.*PostgreSQL\.|.*test_get_all_devices|.*BaseOVSTestCase\.|.*test_periodic_sync_routers_task) {posargs}
83+
stestr run --combine --concurrency 1 (.*MySQL\.|.*PostgreSQL\.|.*test_get_all_devices|.*BaseOVSTestCase\.|.*test_periodic_sync_routers_task) {posargs}
8484

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

0 commit comments

Comments
 (0)