Update Mistral devstack job
Mistral devstack job is reconfigured to execute Tempest tests Change-Id: Ibc560493c0be5a92100dca4a28e9c4a11dd1bc38
This commit is contained in:
parent
917dca388c
commit
0f80364123
@ -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