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