File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -79,8 +79,8 @@ setenv = {[testenv:dsvm-functional]setenv}
79
79
deps = {[testenv:dsvm-functional]deps}
80
80
commands =
81
81
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}
84
84
85
85
[testenv:dsvm-fullstack]
86
86
setenv = {[testenv]setenv}
You can’t perform that action at this time.
0 commit comments