Merge "Add a gate_hook to gate-designate-devstack-dsvm"
This commit is contained in:
commit
b63a96079e
@ -19,13 +19,14 @@
|
||||
export PROJECTS="openstack/designate $PROJECTS"
|
||||
export PROJECTS="openstack/python-designateclient $PROJECTS"
|
||||
|
||||
function gate_hook {
|
||||
cd /opt/stack/new/designate/contrib/devstack
|
||||
./gate_hook.sh
|
||||
}
|
||||
export -f gate_hook
|
||||
|
||||
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user