From 5b4dd3cc7035d337ce6d520c02223026424b042f Mon Sep 17 00:00:00 2001 From: Ramana Raja Date: Mon, 23 Nov 2015 21:30:24 +0530 Subject: [PATCH] manila: Update tempest code used by CI The tempest code base used by the CI is outdated. So update tempest tests as done for the generic driver CI in the Manila code base, https://github.com/openstack/manila/commit/6b8319e32a94c228ff4258cf31dcd6c271350e1c?diff=unified#diff-e0705abec56bf0f83781d686e109d63eR63 Change-Id: Ide7966b44482dd13aadd5ef34a97c980e5752bfb Closes-Bug: #1519012 --- manila/pre_test_hook.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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