Fix for order of commands in live migration job
Need to export hook first, then run devstack gate. TrivialFix Change-Id: I663960bacfae3ffcc3ba4dd6db7a825b89643df6
This commit is contained in:
parent
d5b3baf285
commit
1a17c62e44
@ -2033,12 +2033,12 @@
|
|||||||
if [ "$BRANCH_OVERRIDE" != "default" ] ; then
|
if [ "$BRANCH_OVERRIDE" != "default" ] ; then
|
||||||
export OVERRIDE_ZUUL_BRANCH=$BRANCH_OVERRIDE
|
export OVERRIDE_ZUUL_BRANCH=$BRANCH_OVERRIDE
|
||||||
fi
|
fi
|
||||||
cp devstack-gate/devstack-vm-gate-wrap.sh ./safe-devstack-vm-gate-wrap.sh
|
|
||||||
./safe-devstack-vm-gate-wrap.sh
|
|
||||||
function post_test_hook {{
|
function post_test_hook {{
|
||||||
/opt/stack/new/nova/nova/tests/live_migration/run_tests.sh
|
/opt/stack/new/nova/nova/tests/live_migration/run_tests.sh
|
||||||
}}
|
}}
|
||||||
export -f post_test_hook
|
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
|
||||||
|
|
||||||
publishers:
|
publishers:
|
||||||
- devstack-logs
|
- devstack-logs
|
||||||
|
Loading…
Reference in New Issue
Block a user