Set BRANCH_OVERRIDE in swift functional tests.

BRANCH_OVERRIDE was not set in the swift functional tests making those
tests fail horribly. Set the variable so that the comparison that sets
ZUUL_BRANCH does the right thing.

Change-Id: If1c4e347dc75b9f760b5726407f69a219abaa938
This commit is contained in:
Clark Boylan 2013-12-02 13:46:34 -08:00
parent cd84e2ed92
commit c883ee2862

View File

@ -15,10 +15,10 @@
export PYTHONUNBUFFERED=true
export DEVSTACK_GATE_TEMPEST=0
export DEVSTACK_GATE_EXERCISES=0
export BRANCH_OVERRIDE={branch-override}
if [ "$BRANCH_OVERRIDE" != "default" ] ; then
export ZUUL_BRANCH=$BRANCH_OVERRIDE
fi
cp devstack-gate/devstack-vm-gate-wrap.sh ./safe-devstack-vm-gate-wrap.sh
function post_test_hook {{
cd /opt/stack/new/swift