Fix wrong zuul_project name in mistral gate script

$ZUUL_PROJECT should be openstack/mistral

Change-Id: Ice2440ee4cacfa09d662403a20944ac4d0df9e0e
Closes-Bug: #1468572
(cherry picked from commit d0521883ff)
This commit is contained in:
LingxianKong 2015-06-25 09:51:34 +08:00 committed by Nikolay Mahotkin
parent d70a26508a
commit bbf2e73afb
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ cd /opt/stack/new/
echo "Repository: $ZUUL_PROJECT"
#Run API tests only for mistral repository
if [[ "$ZUUL_PROJECT" == "stackforge/mistral" ]]; then
if [[ "$ZUUL_PROJECT" == "openstack/mistral" ]]; then
cd mistral/
echo "Run mistral API tests"
sudo bash ./functionaltests/run_tests.sh