Merge "Enable Tempest in Mistral devstack job"
This commit is contained in:
commit
705ec7a984
@ -16,11 +16,10 @@
|
|||||||
#!/bin/bash -xe
|
#!/bin/bash -xe
|
||||||
export PYTHONUNBUFFERED=true
|
export PYTHONUNBUFFERED=true
|
||||||
export DEVSTACK_GATE_TIMEOUT=60
|
export DEVSTACK_GATE_TIMEOUT=60
|
||||||
export ENABLED_SERVICES=mistral
|
export ENABLED_SERVICES=mistral,tempest
|
||||||
export PROJECTS="stackforge/mistral $PROJECTS"
|
export PROJECTS="stackforge/mistral $PROJECTS"
|
||||||
|
|
||||||
function pre_test_hook {
|
function pre_test_hook {
|
||||||
# Install mistral devstack integration
|
|
||||||
cd /opt/stack/new/mistral/functionaltests
|
cd /opt/stack/new/mistral/functionaltests
|
||||||
./pre_test_hook.sh
|
./pre_test_hook.sh
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user