diff --git a/manila/pre_test_hook.sh b/manila/pre_test_hook.sh index c11c0c1..c48f8c3 100755 --- a/manila/pre_test_hook.sh +++ b/manila/pre_test_hook.sh @@ -46,9 +46,9 @@ echo 'ENABLE_ISOLATED_METADATA=True' >> $localrc_path # Go to Tempest dir and checkout stable commit to avoid possible # incompatibilities for plugin stored in Manila repo. -TEMPEST_COMMIT="3b1bb9be3265f" # 28 Aug, 2015 cd $BASE/new/tempest -git checkout $TEMPEST_COMMIT +source $BASE/new/manila/contrib/ci/common.sh +git checkout $MANILA_TEMPEST_COMMIT # Print current Tempest status git status