summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2015-02-18 18:31:53 +0000
committerGerrit Code Review <review@openstack.org>2015-02-18 18:31:53 +0000
commit770fbe74114cf08307fccfab39f88bddd5974e10 (patch)
tree99ba4d150c8fa769d81289befeebdbd2544c227c
parent0a31c856509128c08a91bcbfcfbc343791596a71 (diff)
parent99ba531087b80537f5c30f717f3c5ae0fea532bc (diff)
downloadpython-barbicanclient-770fbe74114cf08307fccfab39f88bddd5974e10.tar.gz
Merge "update tox.ini files to run functional tests"
-rw-r--r--tox.ini9
1 files changed, 9 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index 05792c6..640cbbb 100644
--- a/tox.ini
+++ b/tox.ini
@@ -27,6 +27,15 @@ commands = {posargs}
[testenv:docs]
commands = python setup.py build_sphinx
+[testenv:functional]
+# This tox env is purely to make local test development easier
+# Note: This requires local running instances of Barbican
+deps =
+ {[testenv]deps}
+ nose
+ git+https://github.com/openstack/tempest.git
+commands = nosetests {toxinidir}/functionaltests --match='{posargs}'
+
[tox:jenkins]
downloadcache = ~/cache/pip