Merge "Update Mistral devstack job"
This commit is contained in:
commit
1e936bffd0
@ -21,16 +21,14 @@
|
|||||||
|
|
||||||
function pre_test_hook {
|
function pre_test_hook {
|
||||||
# Install mistral devstack integration
|
# Install mistral devstack integration
|
||||||
MISTRAL_BASE=/opt/stack/new/mistral/contrib/devstack
|
cd /opt/stack/new/mistral/functionaltests
|
||||||
DEVSTACK_BASE=/opt/stack/new/devstack
|
./pre_test_hook.sh
|
||||||
cp $MISTRAL_BASE/lib/* $DEVSTACK_BASE/lib
|
|
||||||
cp $MISTRAL_BASE/extras.d/* $DEVSTACK_BASE/extras.d
|
|
||||||
}
|
}
|
||||||
export -f pre_test_hook
|
export -f pre_test_hook
|
||||||
|
|
||||||
function post_test_hook {
|
function post_test_hook {
|
||||||
cd /opt/stack/new/mistral/tools
|
cd /opt/stack/new/mistral/functionaltests
|
||||||
bash check_api.sh
|
./post_test_hook.sh
|
||||||
}
|
}
|
||||||
export -f post_test_hook
|
export -f post_test_hook
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user