Added bandit to designate

Implements: bluprint designate-bandit

Change-Id: If663172fe9d59a2616dbbc5cbe969ec2eeabcd00
This commit is contained in:
sonu.kumar
2016-01-13 09:07:36 +05:30
parent 3649384d3b
commit e3e055d5a2
3 changed files with 255 additions and 0 deletions

View File

@@ -24,6 +24,10 @@ commands = python setup.py build_sphinx -E
[testenv:cover]
commands = python setup.py testr --coverage --testr-args='{posargs}'
[testenv:bandit]
deps = -r{toxinidir}/test-requirements.txt
commands = bandit -c bandit.yaml -r designate -n5 -p gate
[testenv:debug]
commands = oslo_debug_helper {posargs}