summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2016-03-12 13:13:39 +0000
committerGerrit Code Review <review@openstack.org>2016-03-12 13:13:39 +0000
commit5c752cceccb386b142018375b2448c2ea43fadd6 (patch)
tree9b4473d8b63fbcbf711a85b88bebfe1abe117211 /tox.ini
parent3b637b43c3fd76a732c98d4468bbe0154362b4b0 (diff)
parenta9d6cceaa427032c35d82123d4b6a72a2084e20d (diff)
downloadglance_store-5c752cceccb386b142018375b2448c2ea43fadd6.tar.gz
Merge "Add base for functional tests"
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini5
1 files changed, 5 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index f38166c..5307d16 100644
--- a/tox.ini
+++ b/tox.ini
@@ -29,6 +29,11 @@ commands = python setup.py testr --coverage --testr-args='^(?!.*test.*coverage).
[testenv:venv]
commands = {posargs}
+[testenv:functional]
+setenv = OS_TEST_PATH=./glance_store/tests/functional
+passenv = OS_*
+commands = python setup.py testr --slowest --testr-args='glance_store.tests.functional'
+
[flake8]
# TODO(dmllr): Analyze or fix the warnings blacklisted below
# H301 one import per line