Merge "Enable Tempest in Mistral devstack job"

This commit is contained in:
Jenkins 2014-05-08 13:34:19 +00:00 committed by Gerrit Code Review
commit 705ec7a984

View File

@ -16,11 +16,10 @@
#!/bin/bash -xe
export PYTHONUNBUFFERED=true
export DEVSTACK_GATE_TIMEOUT=60
export ENABLED_SERVICES=mistral
export ENABLED_SERVICES=mistral,tempest
export PROJECTS="stackforge/mistral $PROJECTS"
function pre_test_hook {
# Install mistral devstack integration
cd /opt/stack/new/mistral/functionaltests
./pre_test_hook.sh
}