Merge "Unbreak stable neutron functional jobs"
This commit is contained in:
commit
10e7fa2efa
@ -26,12 +26,22 @@
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
function gate_hook {{
|
function gate_hook {{
|
||||||
bash -xe $BASE/new/neutron/neutron/tests/contrib/gate_hook.sh dsvm-functional
|
if [[ -e $BASE/new/neutron/neutron/tests/contrib/gate_hook.sh ]]; then
|
||||||
|
bash -xe $BASE/new/neutron/neutron/tests/contrib/gate_hook.sh dsvm-functional
|
||||||
|
else
|
||||||
|
# Before kilo
|
||||||
|
bash -xe $BASE/new/neutron/neutron/tests/functional/contrib/gate_hook.sh
|
||||||
|
fi
|
||||||
}}
|
}}
|
||||||
export -f gate_hook
|
export -f gate_hook
|
||||||
|
|
||||||
function post_test_hook {{
|
function post_test_hook {{
|
||||||
bash -xe $BASE/new/neutron/neutron/tests/contrib/post_test_hook.sh dsvm-functional
|
if [[ -e $BASE/new/neutron/neutron/tests/contrib/post_test_hook.sh ]]; then
|
||||||
|
bash -xe $BASE/new/neutron/neutron/tests/contrib/post_test_hook.sh dsvm-functional
|
||||||
|
else
|
||||||
|
# Before kilo
|
||||||
|
bash -xe $BASE/new/neutron/neutron/tests/functional/contrib/post_test_hook.sh
|
||||||
|
fi
|
||||||
}}
|
}}
|
||||||
export -f post_test_hook
|
export -f post_test_hook
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user