summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorAndrey Kurilin <akurilin@mirantis.com>2015-08-27 18:34:37 +0300
committerAndrey Kurilin <akurilin@mirantis.com>2015-08-28 18:28:38 +0300
commit6f4f3f40cc9f4969c31937b156e4229b1b51344a (patch)
treef54b199cd324a949652a0c7e850b3bc6c32aa5df /tox.ini
parent0485e89b14f81c378fa3362a3660555dd604e818 (diff)
downloadpython-novaclient-6f4f3f40cc9f4969c31937b156e4229b1b51344a.tar.gz
Launch functional tests serially
Currently, functional tests are not isolated and each test has access to resources from parallel launched tests. This patch is a hack to isolate tests and give ability to create as many resources as tenant quotas allow. Change-Id: Idc0a60d350e408bdbd67a7a527698be9f4d6b27b
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini1
1 files changed, 1 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index 9f17a0e3..3ac09aef 100644
--- a/tox.ini
+++ b/tox.ini
@@ -35,6 +35,7 @@ commands =
[testenv:functional]
setenv =
OS_TEST_PATH = ./novaclient/tests/functional
+commands = python setup.py testr --testr-args='--concurrency=1 {posargs}'
[testenv:cover]
commands = python setup.py testr --coverage --testr-args='{posargs}'