From aef57e85601f127accb92b7a09387f6f09b36e9e Mon Sep 17 00:00:00 2001 From: YAMAMOTO Takashi Date: Tue, 2 May 2017 17:59:53 +0900 Subject: [PATCH] Fix identity v3 detection Also, this patch turns off keystone v2 job, since it is broken now due to some changes in devstack. Closes-Bug: #1687559 Change-Id: Ic729d156d9c2561653981085e0678854cbe6c6ba --- tests/ci/rally-gate.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tests/ci/rally-gate.sh b/tests/ci/rally-gate.sh index 344b8a18..8fadb540 100755 --- a/tests/ci/rally-gate.sh +++ b/tests/ci/rally-gate.sh @@ -28,6 +28,11 @@ echo $RALLY_JOB_DIR echo $RALLY_DIR ls $BASE/new/$PROJECT +if [ "$RALLY_SCENARIO" == "rally-keystone-api-v2" ]; then + echo "WARNING: RALLY TASK WILL NOT BE LAUNCHED." + exit 0 +fi + setUp $RALLY_JOB_DIR BASE_FOR_TASK=${RALLY_JOB_DIR}/${RALLY_SCENARIO}