summaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini7
1 files changed, 6 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 680b1c4..747197a 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,5 +1,5 @@
[tox]
-envlist = py26,py27,pep8,functest
+envlist = py26,py27,pep8,functest,ksfunctest
[testenv]
setenv = VIRTUAL_ENV={envdir}
@@ -25,6 +25,11 @@ whitelist_externals=bash
commands = bash tools/functional_tests.sh
bash tools/gswauth_functional_tests.sh
+[testenv:ksfunctest]
+changedir = {toxinidir}
+whitelist_externals=bash
+commands = bash tools/keystone_functional_tests.sh
+
[testenv:pep8]
deps =
--download-cache={homedir}/.pipcache