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:
parent
84833a37de
commit
3283e4e2c5
2
tox.ini
2
tox.ini
@ -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]
|
||||
|
Loading…
Reference in New Issue
Block a user