remove tempest pin
Change [1] removed the tempest pin from the pre test hook in manila proper. Remove it here as well. Closes-Bug: #1711814 [1] Ia402fb79e1de5c9925f575d635b9928475095f86 Change-Id: If2d5712b6dbbf46b02763573eae6828359809484
This commit is contained in:
parent
a83f2030ca
commit
95c6b4466d
@ -32,15 +32,11 @@ echo "MANILA_SERVICE_IMAGE_ENABLED=False" >> $localconf
|
||||
# created vm's in scenario tests.
|
||||
echo 'ENABLE_ISOLATED_METADATA=True' >> $localconf
|
||||
|
||||
# Go to Tempest dir and checkout stable commit to avoid possible
|
||||
# incompatibilities for plugin stored in Manila repo.
|
||||
cd $BASE/new/tempest
|
||||
TEMPEST_COMMIT="3b1bb9be3265f" # 28 Aug, 2015 - for stable/liberty only
|
||||
if [[ -f $BASE/new/manila/contrib/ci/common.sh ]]; then
|
||||
# M+ branch
|
||||
source $BASE/new/manila/contrib/ci/common.sh
|
||||
fi
|
||||
git checkout ${MANILA_TEMPEST_COMMIT:-$TEMPEST_COMMIT}
|
||||
|
||||
# Print current Tempest status
|
||||
git status
|
||||
|
Loading…
Reference in New Issue
Block a user