commit | 8db8f38c65d7d0f2c79e78794b974966b4e3f68d | [log] [tgz] |
---|---|---|
author | Jenkins <jenkins@review.openstack.org> | Tue Aug 27 17:54:44 2013 +0000 |
committer | Gerrit Code Review <review@openstack.org> | Tue Aug 27 17:54:44 2013 +0000 |
tree | 09d4ac9656da689e0380306ab0378fabf4139fd8 | |
parent | 005b59d4e7f908dcfa47ddc5582a24ca7bad46b2 [diff] | |
parent | bb8c6d42a4628f2a696babcc960e293786f67af6 [diff] |
Merge "add TEMPEST_LARGE_OPS_NUMBER to option"
diff --git a/lib/tempest b/lib/tempest index 0d4f370..50289b6 100644 --- a/lib/tempest +++ b/lib/tempest
@@ -282,6 +282,9 @@ # 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