From c0ecd9f06934e24c6a74fa26b4a6fa483b44a155 Mon Sep 17 00:00:00 2001 From: Tom Barron Date: Fri, 18 Aug 2017 13:18:07 -0400 Subject: [PATCH] remove tempest pin Change [1] removed the tempest pin from the pre test hook in manila proper. Remove it here as well. Closes-Bug: #1711812 [1] Ia402fb79e1de5c9925f575d635b9928475095f86 Change-Id: I7f06610820b81788b3d536a8114c69623ccf0896 --- manila/pre_test_hook.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/manila/pre_test_hook.sh b/manila/pre_test_hook.sh index e7c3c03..9803b00 100755 --- a/manila/pre_test_hook.sh +++ b/manila/pre_test_hook.sh @@ -50,9 +50,6 @@ echo 'ENABLE_ISOLATED_METADATA=True' >> $localconf # incompatibilities for plugin stored in Manila repo. cd $BASE/new/tempest source $BASE/new/manila/contrib/ci/common.sh -# In lack of $MANILA_TEMPEST_COMMIT fall back to the old hardcoded -# Tempest commit. -git checkout ${MANILA_TEMPEST_COMMIT:-3b1bb9be3265f} # Print current Tempest status git status