Enable Tempest in Mistral devstack job
Add Tempest to the enabled services because it's required for tests. Change-Id: Ie2b826b36aa893d8278a98dcd068dcdbfb916e4c
This commit is contained in:
parent
1e936bffd0
commit
d65e9242d7
@ -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
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user