summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2016-07-30 21:55:53 +0000
committerGerrit Code Review <review@openstack.org>2016-07-30 21:55:54 +0000
commit016351b36778892750661ebb08acd749c7072474 (patch)
treecd7f03ba7c989523fdc14bb6b4d8844578ab82be /tox.ini
parent9ae22b445a838551efdf3f4de130a06620bccb22 (diff)
parent57cea8d0dd4789f3b5ccc622b84f59980f3ac2a7 (diff)
downloadglance_store-016351b36778892750661ebb08acd749c7072474.tar.gz
Merge "Split functional tests apart"
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini11
1 files changed, 8 insertions, 3 deletions
diff --git a/tox.ini b/tox.ini
index 2b9d5d4..b33f971 100644
--- a/tox.ini
+++ b/tox.ini
@@ -54,10 +54,15 @@ commands = python setup.py testr --coverage --testr-args='^(?!.*test.*coverage).
install_command = pip install --allow-all-external --allow-insecure netaddr -U {opts} {packages}
commands = {posargs}
-[testenv:functional]
+[testenv:functional-swift]
sitepackages = True
-setenv = OS_TEST_PATH=./glance_store/tests/functional
-commands = python setup.py testr --slowest --testr-args='glance_store.tests.functional'
+setenv = OS_TEST_PATH=./glance_store/tests/functional/swift
+commands = python setup.py testr --slowest --testr-args='glance_store.tests.functional.swift'
+
+[testenv:functional-filesystem]
+sitepackages = True
+setenv = OS_TEST_PATH=./glance_store/tests/functional/filesystem
+commands = python setup.py testr --slowest --testr-args='glance_store.tests.functional.filesystem'
[flake8]
# TODO(dmllr): Analyze or fix the warnings blacklisted below