Merge "add TEMPEST_LARGE_OPS_NUMBER to option"

This commit is contained in:
Jenkins 2013-08-27 17:54:44 +00:00 committed by Gerrit Code Review
commit 8db8f38c65
1 changed files with 3 additions and 0 deletions

View File

@ -282,6 +282,9 @@ function configure_tempest() {
# Scenario
iniset $TEMPEST_CONF scenario img_dir "$FILES/images/cirros-0.3.1-x86_64-uec"
# Large Ops Number
iniset $TEMPEST_CONF scenario large_ops_number ${TEMPEST_LARGE_OPS_NUMBER:-0}
# Volume
CINDER_MULTI_LVM_BACKEND=$(trueorfalse False $CINDER_MULTI_LVM_BACKEND)
if [ $CINDER_MULTI_LVM_BACKEND == "True" ]; then