Fill additional concurrencies for keystone tests.

This commit is contained in:
Alex Krzos 2015-10-02 17:13:35 -04:00
parent 9c00e0eddc
commit e8fcbda458
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ TIMES["keystone"]=5000
TIMES["nova"]=128
declare -A CONCURRENCY
CONCURRENCY["keystone"]="64 96 128 256"
CONCURRENCY["keystone"]="64 96 128 160 192 224 256"
CONCURRENCY["nova"]="32 64 128"
log()