Merge "Enable convergence in zuul functional testing"

This commit is contained in:
Jenkins 2015-06-26 09:51:15 +00:00 committed by Gerrit Code Review
commit d7f668ac98
1 changed files with 4 additions and 0 deletions

View File

@ -24,3 +24,7 @@ echo -e 'notification_driver=messagingv2\n' >> $localconf
echo -e 'num_engine_workers=2\n' >> $localconf
echo -e 'plugin_dirs=$HEAT_DIR/heat_integrationtests/common/test_resources\n' >> $localconf
echo -e 'hidden_stack_tags=hidden\n' >> $localconf
if [ "$ENABLE_CONVERGENCE" == "true" ] ; then
echo -e 'convergence_engine=true\n' >> $localconf
fi