Merge "Allow env variable customizations in the Designate DevStack gate"
This commit is contained in:
commit
a2c6e99606
@ -21,6 +21,11 @@
|
|||||||
|
|
||||||
function pre_test_hook {
|
function pre_test_hook {
|
||||||
cd /opt/stack/new/designate/contrib/devstack
|
cd /opt/stack/new/designate/contrib/devstack
|
||||||
|
|
||||||
|
if [ -f gate-env.bash ]; then
|
||||||
|
source gate-env.bash
|
||||||
|
fi
|
||||||
|
|
||||||
./pre_test_hook.sh
|
./pre_test_hook.sh
|
||||||
}
|
}
|
||||||
export -f pre_test_hook
|
export -f pre_test_hook
|
||||||
|
Loading…
x
Reference in New Issue
Block a user