summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorNiall Bunting <niall.bunting@hpe.com>2016-04-06 10:27:05 +0000
committerNiall Bunting <niall.bunting@hpe.com>2016-05-09 14:44:17 +0000
commit1e87dfdec82764ee93eda42489e77b47df103f8c (patch)
tree0497862e08d59675f2fd05d0d531c67d5003eca7 /tox.ini
parent25e5d198ada054bbe5515823d70da9849dd9e816 (diff)
downloadglance_store-1e87dfdec82764ee93eda42489e77b47df103f8c.tar.gz
Add functional tests for swift
This change adds functional tests for swift. Co-Authored-By: Louis Taylor <louis@kragniz.eu> Change-Id: Ibdd17eebb49a5d96c5cfb02c0ec6bac4826aac7f
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 9659dad..d38f492 100644
--- a/tox.ini
+++ b/tox.ini
@@ -10,6 +10,7 @@ install_command = pip install --allow-all-external --allow-insecure netaddr -U {
deps = -r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
.[s3,vmware,swift,cinder]
+passenv = OS_TEST_*
commands = ostestr --slowest {posargs}
[testenv:docs]
@@ -30,8 +31,8 @@ commands = python setup.py testr --coverage --testr-args='^(?!.*test.*coverage).
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]