Bump tempest sha

Going from tempest tag 3 to tempest sha 7c73dd5 in 49cfbb2 resulted in
the following smoke tests failing:

AccountQuotasNegativeTest.test_user_modify_quota
ObjectACLsNegativeTest.test_delete_object_without_write_rights
ObjectACLsNegativeTest.test_read_object_without_rights
ObjectACLsNegativeTest.test_write_object_without_rights
ObjectACLsNegativeTest.test_write_object_without_write_rights

This issue is worked around in tempest commit b8c2d7c (merge commit
17f81d4).

Change-Id: I2df65e6656ed65cc3a50c46ac4f9a1da1b43db48
Closes-Bug: #1431052
This commit is contained in:
Matt Thompson 2015-03-12 13:32:06 +00:00
parent f7c2e363ff
commit 19c18931b3
1 changed files with 1 additions and 1 deletions

View File

@ -80,5 +80,5 @@ swift_git_dest: "/opt/swift_{{ swift_git_install_branch | replace('/', '_') }}"
## Tempest service
# using a sha to match the other branches and also include fixes after the tag '3'
tempest_git_repo: https://github.com/openstack/tempest
tempest_git_install_branch: 7c73dd5b18d29f0f3f3be0088514121dade53c8f
tempest_git_install_branch: 17f81d4cc83569438fe11b1ee6ee2afe74c0b501
tempest_git_dest: "/opt/tempest_{{ tempest_git_install_branch | replace('/', '_') }}"