diff options
author | Kaifeng Wang <kaifeng.w@gmail.com> | 2019-06-20 14:10:54 +0800 |
---|---|---|
committer | Kaifeng Wang <kaifeng.w@gmail.com> | 2019-06-20 15:08:43 +0800 |
commit | bffb075d200d643fa856ed958f1951378261f3c3 (patch) | |
tree | 26169d0be6f90eb005abcdfcdab16d7c7d4c3e2a /tox.ini | |
parent | f52b386b4c4bec24c269ecd441c53668404085f6 (diff) | |
download | ironic-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.ini | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 + |