Fixed times in keystone-cc, adjusted concurrency of keystone tests, pad concurrency in task output log/html file.
This commit is contained in:
parent
6f87504109
commit
ade979e4ed
@ -13,7 +13,7 @@ TIMES["keystone"]=5000
|
|||||||
TIMES["nova"]=128
|
TIMES["nova"]=128
|
||||||
|
|
||||||
declare -A CONCURRENCY
|
declare -A CONCURRENCY
|
||||||
CONCURRENCY["keystone"]="128 256 384"
|
CONCURRENCY["keystone"]="64 96 128 256"
|
||||||
CONCURRENCY["nova"]="32 64 128"
|
CONCURRENCY["nova"]="32 64 128"
|
||||||
|
|
||||||
check_controllers()
|
check_controllers()
|
||||||
@ -116,7 +116,8 @@ run_rally()
|
|||||||
do
|
do
|
||||||
times=${TIMES[${osp_service}]}
|
times=${TIMES[${osp_service}]}
|
||||||
task_dir=$osp_service
|
task_dir=$osp_service
|
||||||
test_name="${test_prefix}-${task_file}-${concur}"
|
concur_padded="$(printf "%04d" ${concur})"
|
||||||
|
test_name="${test_prefix}-${task_file}-${concur_padded}"
|
||||||
echo "${test_name}"
|
echo "${test_name}"
|
||||||
sed -i "s/\"concurrency\": 1,/\"concurrency\": ${concur},/g" ${task_dir}/${task_file}
|
sed -i "s/\"concurrency\": 1,/\"concurrency\": ${concur},/g" ${task_dir}/${task_file}
|
||||||
sed -i "s/\"times\": 1,/\"times\": ${times},/g" ${task_dir}/${task_file}
|
sed -i "s/\"times\": 1,/\"times\": ${times},/g" ${task_dir}/${task_file}
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
},
|
},
|
||||||
"runner": {
|
"runner": {
|
||||||
"concurrency": 1,
|
"concurrency": 1,
|
||||||
"times": 5000,
|
"times": 1,
|
||||||
"type": "constant"
|
"type": "constant"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user