Merge "Add mysql and postgresql in tox for debug env"
This commit is contained in:
commit
dc656bad6c
0
setup-test-env-postgresql.sh
Normal file → Executable file
0
setup-test-env-postgresql.sh
Normal file → Executable file
9
tox.ini
9
tox.ini
@ -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 =
|
||||
|
Loading…
Reference in New Issue
Block a user