Merge "Allow env variable customizations in the Designate DevStack gate"

This commit is contained in:
Jenkins 2014-07-18 11:33:02 +00:00 committed by Gerrit Code Review
commit a2c6e99606

@ -21,6 +21,11 @@
function pre_test_hook {
cd /opt/stack/new/designate/contrib/devstack
if [ -f gate-env.bash ]; then
source gate-env.bash
fi
./pre_test_hook.sh
}
export -f pre_test_hook