summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorKaifeng Wang <kaifeng.w@gmail.com>2019-06-20 14:10:54 +0800
committerKaifeng Wang <kaifeng.w@gmail.com>2019-06-20 15:08:43 +0800
commitbffb075d200d643fa856ed958f1951378261f3c3 (patch)
tree26169d0be6f90eb005abcdfcdab16d7c7d4c3e2a /tox.ini
parentf52b386b4c4bec24c269ecd441c53668404085f6 (diff)
downloadironic-bffb075d200d643fa856ed958f1951378261f3c3.tar.gz
Adds bandit template and exclude some of tests
Adds bandit configuration template and exclude some of tests that we don't want to fix for the moment. Keeping job unvoted so that we can keep an eye on possible issues while not breaking gate. Change-Id: Ic577cad3b61421c04023ea887236992acb19f77c Story: 2005791 Task: 33518
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini3
1 files changed, 2 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 383868734..7537fcfa3 100644
--- a/tox.ini
+++ b/tox.ini
@@ -149,4 +149,5 @@ deps =
[testenv:bandit]
basepython = python3
deps = -r{toxinidir}/test-requirements.txt
-commands = bandit -r ironic -x tests -n5 -ll
+commands = bandit -r ironic -x tests -n5 -ll -c tools/bandit.yml
+