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
This commit is contained in:
Andrey Kurilin 2015-08-27 18:34:37 +03:00
parent 0485e89b14
commit 6f4f3f40cc

View File

@ -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}'