Decrease amount of threads for Tempest tests

There are cases when Cinder volume quota is exceeded with
high load in gate tests with generic driver, that uses Cinder.

Until we have proper way to increase Cinder volume quota, amount
of threads is decreased for better stability of gate tests.

Change-Id: I2c74aee51aa6c1c3cb4fb4ccd9f28d5a05290b52
This commit is contained in:
Valeriy Ponomaryov 2014-08-13 23:34:15 +03:00
parent fa24580fcf
commit 76160f66b0

View File

@ -31,7 +31,7 @@ fi
set +o errexit
cd $BASE/new/tempest
export TEMPEST_CONCURRENCY=8
export TEMPEST_CONCURRENCY=6
export MANILA_TESTS='tempest.cli.*manila*'
if [[ ! "$ZUUL_PROJECT" =~ python-manilaclient ]]; then
MANILA_TESTS+=' tempest.api.share*';