summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorBrant Knudson <bknudson@us.ibm.com>2016-01-13 11:47:37 -0600
committerBrant Knudson <bknudson@us.ibm.com>2016-01-13 11:47:37 -0600
commit1200d7a24d23ff4ce7585d4391ac6976c486423c (patch)
tree29d2633e282c90f4f596f57a8a4061dde4c9f448 /tox.ini
parent650531310c858b3b7046ed474b7fd905cd1dc6b1 (diff)
downloadkeystonemiddleware-1200d7a24d23ff4ce7585d4391ac6976c486423c.tar.gz
Bandit profile updates
We'd like to use the same "gate" profile for all OpenStack gate jobs, so the "keystone_conservative" job which we were running as part of the gate is change to "gate. The other profiles that aren't used as part of the gate are removed. Change-Id: I3dac68804bfa4930ac0dc6b4edeedd888577f3e5
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 4a19019..1d1fc95 100644
--- a/tox.ini
+++ b/tox.ini
@@ -30,7 +30,7 @@ commands = oslo_debug_helper {posargs}
[testenv:bandit]
deps = -r{toxinidir}/test-requirements.txt
-commands = bandit -c bandit.yaml -r keystonemiddleware -n5 -p keystone_conservative
+commands = bandit -c bandit.yaml -r keystonemiddleware -n5 -p gate
[flake8]
# NOTE(lbragstad): Even though we aren't ignoring any hacking checks, we have