From bbf2e73afbdb7896813349dfc2247edb55372067 Mon Sep 17 00:00:00 2001 From: LingxianKong Date: Thu, 25 Jun 2015 09:51:34 +0800 Subject: [PATCH] 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 d0521883ff01c01073806d960203d30e22b7f281) --- functionaltests/post_test_hook.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functionaltests/post_test_hook.sh b/functionaltests/post_test_hook.sh index 8a8f9c500..c91aa90e5 100755 --- a/functionaltests/post_test_hook.sh +++ b/functionaltests/post_test_hook.sh @@ -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