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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user