summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorZuul <zuul@review.openstack.org>2018-02-28 18:15:42 +0000
committerGerrit Code Review <review@openstack.org>2018-02-28 18:15:42 +0000
commit5585eb388c87d9749f1054c2f3c0fa60a38f4a9d (patch)
treee461e497ea7d6d0be1bd20f943ba38d2fd2f6a9f /tox.ini
parent7fa5c57222bc7310abd19eea3e6ac430cb4d6ca5 (diff)
parent33e6b01642131526c9359254ac6491dbe070cfc2 (diff)
downloadglance_store-5585eb388c87d9749f1054c2f3c0fa60a38f4a9d.tar.gz
Merge "Migrate legacy jobs to project repository"
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini6
1 files changed, 4 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index 4bc6e56..ab4f0b8 100644
--- a/tox.ini
+++ b/tox.ini
@@ -46,15 +46,17 @@ commands = python setup.py testr --coverage --testr-args='^(?!.*test.*coverage).
[testenv:venv]
commands = {posargs}
+# See glance_store/tests/functional/README.rst for information on writing or
+# running functional tests.
[testenv:functional-swift]
sitepackages = True
setenv = OS_TEST_PATH=./glance_store/tests/functional/swift
-commands = python setup.py testr --slowest --testr-args='glance_store.tests.functional.swift'
+commands = ostestr --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'
+commands = ostestr --slowest --testr-args='glance_store.tests.functional.filesystem'
[doc8]
ignore-path = .venv,.git,.tox,*glance_store/locale*,*lib/python*,glance_store.egg*,doc/build,*requirements.txt