Enable pre_test_hook for Senlin functional test

This patch enables pre_test_hook for functional test of Senlin
project.

Change-Id: Ieec6095d3256348552f2c7eae5df5cf30cd3f588
This commit is contained in:
yanyanhu 2015-11-12 02:21:55 -05:00
parent a5e47bdf58
commit 7ab990bed8

View File

@ -23,6 +23,12 @@
export OVERRIDE_ZUUL_BRANCH=$BRANCH_OVERRIDE
fi
function pre_test_hook {{
cd /opt/stack/new/senlin/senlin/tests/functional/
./pre_test_hook.sh
}}
export -f pre_test_hook
function post_test_hook {{
cd /opt/stack/new/senlin/senlin/tests/functional/
./post_test_hook.sh