From 19c18931b3b508ef40fe582bc7275a2a66d366cd Mon Sep 17 00:00:00 2001 From: Matt Thompson Date: Thu, 12 Mar 2015 13:32:06 +0000 Subject: [PATCH] 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 --- playbooks/vars/repo_packages/openstack_services.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/vars/repo_packages/openstack_services.yml b/playbooks/vars/repo_packages/openstack_services.yml index 9f9981ad58..83bf6795ca 100644 --- a/playbooks/vars/repo_packages/openstack_services.yml +++ b/playbooks/vars/repo_packages/openstack_services.yml @@ -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('/', '_') }}"