summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2016-06-07 13:15:03 +0000
committerGerrit Code Review <review@openstack.org>2016-06-07 13:15:03 +0000
commit7417f253844aefdecf443c75912d7b42115fe9da (patch)
treeee4edbf4c446e490dc8023d5e8b919c8d47bb71e /tox.ini
parentea4483c0bfb39a39d6d4c4634d04cbfaca4de7f5 (diff)
parent1e87dfdec82764ee93eda42489e77b47df103f8c (diff)
downloadglance_store-7417f253844aefdecf443c75912d7b42115fe9da.tar.gz
Merge "Add functional tests for swift"
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini3
1 files changed, 2 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 91bffd6..16d02a6 100644
--- a/tox.ini
+++ b/tox.ini
@@ -10,6 +10,7 @@ install_command = {toxinidir}/tools/tox_install.sh -c{env:UPPER_CONSTRAINTS_FILE
deps = -r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
.[s3,vmware,swift,cinder]
+passenv = OS_TEST_*
commands = ostestr --slowest {posargs}
[testenv:docs]
@@ -39,8 +40,8 @@ install_command = pip install --allow-all-external --allow-insecure netaddr -U {
commands = {posargs}
[testenv:functional]
+sitepackages = True
setenv = OS_TEST_PATH=./glance_store/tests/functional
-passenv = OS_*
commands = python setup.py testr --slowest --testr-args='glance_store.tests.functional'
[flake8]