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:
parent
cd84e2ed92
commit
c883ee2862
@ -15,10 +15,10 @@
|
|||||||
export PYTHONUNBUFFERED=true
|
export PYTHONUNBUFFERED=true
|
||||||
export DEVSTACK_GATE_TEMPEST=0
|
export DEVSTACK_GATE_TEMPEST=0
|
||||||
export DEVSTACK_GATE_EXERCISES=0
|
export DEVSTACK_GATE_EXERCISES=0
|
||||||
|
export BRANCH_OVERRIDE={branch-override}
|
||||||
if [ "$BRANCH_OVERRIDE" != "default" ] ; then
|
if [ "$BRANCH_OVERRIDE" != "default" ] ; then
|
||||||
export ZUUL_BRANCH=$BRANCH_OVERRIDE
|
export ZUUL_BRANCH=$BRANCH_OVERRIDE
|
||||||
fi
|
fi
|
||||||
cp devstack-gate/devstack-vm-gate-wrap.sh ./safe-devstack-vm-gate-wrap.sh
|
|
||||||
|
|
||||||
function post_test_hook {{
|
function post_test_hook {{
|
||||||
cd /opt/stack/new/swift
|
cd /opt/stack/new/swift
|
||||||
|
Loading…
x
Reference in New Issue
Block a user