Support to execute specific fullstack test

In order to execute someone specific test case

Change-Id: I4e91176402f9fbaff7d6dbc5073071367c56e33d
Co-authored-by: xiangxinyong <xiangxinyong@huawei.com>
(cherry picked from commit 539e2c8bb0)
This commit is contained in:
zhangshuai 2017-02-10 09:42:19 +08:00 committed by xiangxinyong
parent 23812aec34
commit a58d4298eb
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ commands = python setup.py test --slowest --testr-args='{posargs}'
basepython = python2.7
setenv = OS_TEST_PATH=./karbor/tests/fullstack
OS_TEST_TIMEOUT=3600
commands = python setup.py test --slowest --testr-args="--concurrency=1"
commands = python setup.py test --slowest --testr-args="--concurrency=1 {posargs}"
[testenv:pep8]
commands = flake8