Merge "Fix bandit tests directory"

This commit is contained in:
Jenkins 2017-07-14 17:01:52 +00:00 committed by Gerrit Code Review
commit b1eee8e073

View File

@ -19,7 +19,7 @@ commands =
python setup.py test --slowest --testr-args='{posargs}' python setup.py test --slowest --testr-args='{posargs}'
[testenv:debug] [testenv:debug]
commands = oslo_debug_helper {posargs} commands = oslo_debug_helper -t tests {posargs}
[testenv:cover] [testenv:cover]
setenv = VIRTUAL_ENV={envdir} setenv = VIRTUAL_ENV={envdir}
@ -34,10 +34,10 @@ commands =
{toxinidir}/tools/run-bashate.sh {toxinidir}/tools/run-bashate.sh
flake8 {posargs} flake8 {posargs}
python {toxinidir}/tools/validate-all-file.py python {toxinidir}/tools/validate-all-file.py
bandit -r ansible/library kolla tests tools bandit -r ansible kolla_ansible tests tools
[testenv:bandit] [testenv:bandit]
commands = bandit -r ansible/library kolla tests tools commands = bandit -r ansible kolla_ansible tests tools
[testenv:venv] [testenv:venv]
commands = {posargs} commands = {posargs}