Remove concurrency in tox.ini

When specify --concurrency=4 in the stestr command, we can
not execute a specify test case. This patch remove it.

Change-Id: I7cf40faf7c7ca1f458000c418d509c159fa69614
This commit is contained in:
jiaopengju 2018-10-06 15:19:25 +08:00
parent 84833a37de
commit 3283e4e2c5
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ setenv = OS_TEST_PATH=./karbor/tests/fullstack
OS_TEST_TIMEOUT=3600
commands =
oslo-config-generator --config-file etc/oslo-config-generator/karbor.conf --output-file etc/karbor.conf
stestr --test-path=./karbor/tests/fullstack run '--concurrency=4 {posargs}'
stestr --test-path=./karbor/tests/fullstack run '{posargs}'
stestr slowest
[testenv:pep8]