Skip to content

Commit

Permalink
Run Nova post_test_hook on placement job
Browse files Browse the repository at this point in the history
Runs the Nova post_test_hook which will be used for functional testing
that depends on a real dataset in the db and may be expanded for further
use.

Change-Id: I782e3b62d5d41e18f0341db180dff589830f24c5
Depends-On: I16b2e00eede6af455cb74ca4e6ca951d56fdbcbc
  • Loading branch information
alaski committed Sep 27, 2016
1 parent ab6fd86 commit df865a4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions jenkins/jobs/nova.yaml
Expand Up @@ -75,6 +75,10 @@
if [ "$BRANCH_OVERRIDE" != "default" ] ; then
export OVERRIDE_ZUUL_BRANCH=$BRANCH_OVERRIDE
fi
function post_test_hook {{
/opt/stack/new/nova/tools/hooks/post_test_hook.sh
}}
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
Expand Down

0 comments on commit df865a4

Please sign in to comment.