Merge "Fix for failing gates"

This commit is contained in:
Jenkins 2017-02-02 22:39:25 +00:00 committed by Gerrit Code Review
commit 1428078e03
1 changed files with 2 additions and 2 deletions

View File

@ -21,12 +21,12 @@ whitelist_externals =
[testenv:unit-postgresql]
setenv = VIRTUAL_ENV={envdir}
passenv = ZUUL_PROJECT
commands = ./run_tests.sh -V --db-type postgresql
commands = ./run_tests.sh -N --db-type postgresql
[testenv:unit-mysql]
setenv = VIRTUAL_ENV={envdir}
passenv = ZUUL_PROJECT
commands = ./run_tests.sh -V --db-type mysql
commands = ./run_tests.sh -N --db-type mysql
[testenv:pep8]
commands = flake8 {posargs} . {toxinidir}/tools/get_action_list.py {toxinidir}/tools/sync_db.py