Remove tempest pin

Change-Id: Ia402fb79e1de5c9925f575d635b9928475095f86
This commit is contained in:
Tom Barron 2017-08-04 14:05:10 -04:00
parent 4610aa3628
commit 345021d7ea
2 changed files with 0 additions and 4 deletions

View File

@ -1,6 +1,5 @@
# Environment variables
export MANILA_TEMPEST_COMMIT="30bbd2d" # 24 July, 2017
# ----------------------------------------------
# Functions

View File

@ -185,11 +185,8 @@ if [[ -d "$BASE/old/devstack" ]]; then
cp $localconf $BASE/old/devstack/local.conf
fi
# Go to Tempest dir and checkout stable commit to avoid possible
# incompatibilities for plugin stored in Manila repo.
cd $BASE/new/tempest
source $BASE/new/manila/contrib/ci/common.sh
git checkout $MANILA_TEMPEST_COMMIT
# Print current Tempest status
git status