diff --git a/contrib/ci/pre_test_hook.sh b/contrib/ci/pre_test_hook.sh index 28c0cdae0e..60cb04071d 100755 --- a/contrib/ci/pre_test_hook.sh +++ b/contrib/ci/pre_test_hook.sh @@ -36,5 +36,14 @@ else echo "MANILA_MULTI_BACKEND=False" >> $localrc_path fi -# Install manila tempest integration +# Go to Tempest dir and checkout stable commit to avoid possible +# incompatibilities for plugin stored in Manila repo. +TEMPEST_COMMIT="128bbed7" # 23 Dec, 2014 +cd $BASE/new/tempest +git checkout $TEMPEST_COMMIT + +# Print current Tempest status +git status + +# Install Manila Tempest integration cp -r $BASE/new/manila/contrib/tempest/tempest/* $BASE/new/tempest/tempest