Fix Horizon integration job definition

While job templates need double brackets, for a regular job definition
there should only be one. Also, remove statements that only apply to
job templates.

Change-Id: I31348a2b3d7d7a62844553a0ff7a5afa00aa1f49
Closes-Bug: #1379256
This commit is contained in:
Julie Pichon 2014-10-09 11:12:42 +01:00
parent 0f2d6928d1
commit 7abf51b37d
1 changed files with 2 additions and 6 deletions

View File

@ -62,15 +62,11 @@
export DEVSTACK_GATE_TEMPEST=0
export DEVSTACK_GATE_EXERCISES=0
export DEVSTACK_GATE_INSTALL_TESTONLY=1
export BRANCH_OVERRIDE={branch-override}
if [ "$BRANCH_OVERRIDE" != "default" ] ; then
export OVERRIDE_ZUUL_BRANCH=$BRANCH_OVERRIDE
fi
function post_test_hook {{
function post_test_hook {
cd /opt/stack/new/horizon
tox -e py27integration
}}
}
export -f post_test_hook
cp devstack-gate/devstack-vm-gate-wrap.sh ./safe-devstack-vm-gate-wrap.sh
./safe-devstack-vm-gate-wrap.sh