From 2324391aaf2531901123ddf309d061561bbc2a8e Mon Sep 17 00:00:00 2001 From: Ivan Kolodyazhny Date: Tue, 1 Nov 2016 14:54:08 +0100 Subject: [PATCH] Use 'ostestr {posargs}' to run functional tests This patch allows us to pass such params like concurrency, test name, etc for ostestr to run functional tests. Change-Id: Icb17309a148dfebf6b679107bab1514ab3dec729 Related-Bug: #1638302 --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index 23bf8c463..0545daca7 100644 --- a/tox.ini +++ b/tox.ini @@ -39,6 +39,7 @@ commands= commands = sphinx-build -a -E -W -d releasenotes/build/doctrees -b html releasenotes/source releasenotes/build/html [testenv:functional] +commands = ostestr {posargs} setenv = OS_TEST_PATH = ./cinderclient/tests/functional OS_VOLUME_API_VERSION = 2