Merge "Fix bandit tests directory"
This commit is contained in:
commit
b1eee8e073
6
tox.ini
6
tox.ini
@ -19,7 +19,7 @@ commands =
|
||||
python setup.py test --slowest --testr-args='{posargs}'
|
||||
|
||||
[testenv:debug]
|
||||
commands = oslo_debug_helper {posargs}
|
||||
commands = oslo_debug_helper -t tests {posargs}
|
||||
|
||||
[testenv:cover]
|
||||
setenv = VIRTUAL_ENV={envdir}
|
||||
@ -34,10 +34,10 @@ commands =
|
||||
{toxinidir}/tools/run-bashate.sh
|
||||
flake8 {posargs}
|
||||
python {toxinidir}/tools/validate-all-file.py
|
||||
bandit -r ansible/library kolla tests tools
|
||||
bandit -r ansible kolla_ansible tests tools
|
||||
|
||||
[testenv:bandit]
|
||||
commands = bandit -r ansible/library kolla tests tools
|
||||
commands = bandit -r ansible kolla_ansible tests tools
|
||||
|
||||
[testenv:venv]
|
||||
commands = {posargs}
|
||||
|
Loading…
Reference in New Issue
Block a user