Make CI gate for unit tests on mysql work
unit-mysql tests fail during CI gate job. This patch adds coverage for the unit-mysql. Change-Id: I973991f45863a0465950776d66b717c5e6edfbf8 Closes-Bug: #1644444
This commit is contained in:
parent
a8f8bac7d1
commit
eaf5058c93
5
tox.ini
5
tox.ini
@ -23,6 +23,11 @@ setenv = VIRTUAL_ENV={envdir}
|
||||
passenv = ZUUL_PROJECT
|
||||
commands = ./run_tests.sh -V --db-type postgresql
|
||||
|
||||
[testenv:unit-mysql]
|
||||
setenv = VIRTUAL_ENV={envdir}
|
||||
passenv = ZUUL_PROJECT
|
||||
commands = ./run_tests.sh -V --db-type mysql
|
||||
|
||||
[testenv:pep8]
|
||||
commands = flake8 {posargs} . {toxinidir}/tools/get_action_list.py {toxinidir}/tools/sync_db.py
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user