Merge "Add mysql and postgresql in tox for debug env"

This commit is contained in:
Jenkins 2015-01-15 04:07:33 +00:00 committed by Gerrit Code Review
commit dc656bad6c
2 changed files with 7 additions and 2 deletions

0
setup-test-env-postgresql.sh Normal file → Executable file
View File

View File

@ -64,8 +64,13 @@ commands = bash tools/lintstack.sh
commands = {posargs}
[testenv:debug]
commands =
bash -x {toxinidir}/setup-test-env-mysql.sh oslo_debug_helper {posargs}
commands = bash -x {toxinidir}/setup-test-env-mongodb.sh oslo_debug_helper {posargs}
[testenv:debug-mysql]
commands = bash -x {toxinidir}/setup-test-env-mysql.sh oslo_debug_helper {posargs}
[testenv:debug-pgsql]
commands = bash -x {toxinidir}/setup-test-env-postgresql.sh oslo_debug_helper {posargs}
[flake8]
ignore =