Fixed path for nova-hook

fixed path for execution nova hook for live-migration

Change-Id: Ie5950f2c207bdd3c2177eae849202a4b97662a36
This commit is contained in:
Timofey Durakov 2015-11-13 13:49:31 +03:00
parent 1a17c62e44
commit 09000de733

View File

@ -2034,7 +2034,7 @@
export OVERRIDE_ZUUL_BRANCH=$BRANCH_OVERRIDE
fi
function post_test_hook {{
/opt/stack/new/nova/nova/tests/live_migration/run_tests.sh
/opt/stack/new/nova/nova/tests/live_migration/hooks/run_tests.sh
}}
export -f post_test_hook
cp devstack-gate/devstack-vm-gate-wrap.sh ./safe-devstack-vm-gate-wrap.sh