summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorLouis Taylor <louis@kragniz.eu>2015-11-27 15:34:44 +0000
committerNiall Bunting <niall.bunting@hpe.com>2016-02-18 17:02:14 +0000
commita9d6cceaa427032c35d82123d4b6a72a2084e20d (patch)
tree93ff68cb0ef733de44912d0d680c10644b8db272 /tox.ini
parent2660ea96532f6b077f3deb67d857d12ada30aaf4 (diff)
downloadglance_store-a9d6cceaa427032c35d82123d4b6a72a2084e20d.tar.gz
Add base for functional tests
This adds the basic functional testing structure and initial support for the filesystem driver. Change-Id: Ia7f03b9ed91cc38a12d33479f75af167b45caeb0
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 a79a57c..4f78238 100644
--- a/tox.ini
+++ b/tox.ini
@@ -26,6 +26,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