summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorJamie Lennox <jamielennox@redhat.com>2015-02-13 11:16:03 +1100
committerJamie Lennox <jamielennox@redhat.com>2015-02-13 17:55:34 +1100
commitffe34935a4ec69cd3e1e31ddff1b8cbdfaf35ab0 (patch)
tree84e2f2b2b6426c6e167614c167a9521d6f18f3e5 /tox.ini
parent32c18a83e2ffe80f559ca871eeddb2ef8848ff17 (diff)
downloadpython-keystoneclient-ffe34935a4ec69cd3e1e31ddff1b8cbdfaf35ab0.tar.gz
Create functional test base
Setup test runners to run unit tests by default and add a stub functional test that we can get gating. Change-Id: I6627925ab63340c880adc7c938a0b74faff47bc7 Implements: bp functional-testing
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini3
1 files changed, 3 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index 3f12ef3..56a4320 100644
--- a/tox.ini
+++ b/tox.ini
@@ -30,6 +30,9 @@ downloadcache = ~/cache/pip
[testenv:debug]
commands = oslo_debug_helper -t keystoneclient/tests {posargs}
+[testenv:functional]
+setenv = OS_TEST_PATH=./keystoneclient/tests/functional
+
[flake8]
# H405: multi line docstring summary not separated with an empty line
ignore = H405