summaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorLuis Pabon <lpabon@redhat.com>2013-10-31 12:51:51 -0400
committerPeter Portante <pportant@redhat.com>2013-11-04 13:46:25 -0800
commit2bd930bb442d29aab176651a27cee8dab0dee4eb (patch)
treed34b4638cfd9af5682a51d53d7d6613d8a55eb9b /tox.ini
parent0c34fa6085f96666429cc1835f6d69854a70530b (diff)
Keystone Functional Tests
Functional tests using OpenStack Keystone Authentication. Tests require the following: 1. Keystone server is running locally 2. Keystone server has been setup according to the test.conf 3. /mnt/gluster-object has the directories setup Change-Id: I460471e549da91366cb817916ed5293c7e7adda4 Signed-off-by: Luis Pabon <lpabon@redhat.com> Reviewed-on: http://review.gluster.org/6218 Reviewed-by: Peter Portante <pportant@redhat.com> Tested-by: Peter Portante <pportant@redhat.com>
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