move neutron-api job to use gate hooks

This change is dependent on [1,2] being merged first

[1] https://review.openstack.org/#/c/142558/
[2] https://review.openstack.org/#/c/142601/

Change-Id: I140d60ca8903b0f392dbb301ee0fccd68a03b1ed
This commit is contained in:
armando-migliaccio
2014-12-17 13:56:05 -08:00
parent 40b786bf55
commit 9c87abeeee
2 changed files with 9 additions and 14 deletions

View File

@@ -26,12 +26,12 @@
fi
function gate_hook {{
bash -xe $BASE/new/neutron/neutron/tests/functional/contrib/gate_hook.sh
bash -xe $BASE/new/neutron/neutron/tests/contrib/gate_hook.sh dsvm-functional
}}
export -f gate_hook
function post_test_hook {{
bash -xe $BASE/new/neutron/neutron/tests/functional/contrib/post_test_hook.sh
bash -xe $BASE/new/neutron/neutron/tests/contrib/post_test_hook.sh dsvm-functional
}}
export -f post_test_hook