
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
85 lines
3.1 KiB
YAML
85 lines
3.1 KiB
YAML
---
|
|
# Copyright 2014, Rackspace US, Inc.
|
|
#
|
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
# you may not use this file except in compliance with the License.
|
|
# You may obtain a copy of the License at
|
|
#
|
|
# http://www.apache.org/licenses/LICENSE-2.0
|
|
#
|
|
# Unless required by applicable law or agreed to in writing, software
|
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
# See the License for the specific language governing permissions and
|
|
# limitations under the License.
|
|
|
|
|
|
## NOTICE on items in this file:
|
|
## * If you use anything in the *._git_install_branch field that is not a TAG
|
|
## make sure to leave an in-line comment as to "why".
|
|
|
|
## For the sake of anyone else editing this file:
|
|
## * If you add services to this file please do so in alphabetical order.
|
|
## * Every entry should be name spaced with the name of the client followed by an "_"
|
|
## * All items with this file should be separated by `name_` note that the name of the
|
|
## package should be one long name with no additional `_` separating it.
|
|
|
|
|
|
### Before this is shipped all of these services should have a tag set as the branch,
|
|
### or have a comment / reason attached to them as to why a tag can not work.
|
|
|
|
## Cinder service
|
|
cinder_git_repo: https://github.com/openstack/cinder
|
|
cinder_git_install_branch: 2014.2.2
|
|
cinder_git_dest: "/opt/cinder_{{ cinder_git_install_branch | replace('/', '_') }}"
|
|
|
|
|
|
## Glance service
|
|
glance_git_repo: https://github.com/openstack/glance
|
|
glance_git_install_branch: 2014.2.2
|
|
glance_git_dest: "/opt/glance_{{ glance_git_install_branch | replace('/', '_') }}"
|
|
|
|
|
|
## Heat service
|
|
heat_git_repo: https://github.com/openstack/heat
|
|
heat_git_install_branch: 2014.2.2
|
|
heat_git_dest: "/opt/heat_{{ heat_git_install_branch | replace('/', '_') }}"
|
|
heat_repo_plugins:
|
|
- { path: "contrib", package: "extraroute" }
|
|
|
|
## Horizon service
|
|
horizon_git_repo: https://github.com/openstack/horizon
|
|
horizon_git_install_branch: 2014.2.2
|
|
horizon_git_dest: "/opt/horizon_{{ horizon_git_install_branch | replace('/', '_') }}"
|
|
|
|
|
|
## Keystone service
|
|
keystone_git_repo: https://github.com/openstack/keystone
|
|
keystone_git_install_branch: 2014.2.2
|
|
keystone_git_dest: "/opt/keystone_{{ keystone_git_install_branch | replace('/', '_') }}"
|
|
|
|
|
|
## Neutron service
|
|
neutron_git_repo: https://github.com/openstack/neutron
|
|
neutron_git_install_branch: 2014.2.2
|
|
neutron_git_dest: "/opt/neutron_{{ neutron_git_install_branch | replace('/', '_') }}"
|
|
|
|
|
|
## Nova service
|
|
nova_git_repo: https://github.com/openstack/nova
|
|
nova_git_install_branch: 2014.2.2
|
|
nova_git_dest: "/opt/nova_{{ nova_git_install_branch | replace('/', '_') }}"
|
|
|
|
|
|
## Swift service
|
|
swift_git_repo: https://github.com/openstack/swift
|
|
swift_git_install_branch: 2.2.1
|
|
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: 17f81d4cc83569438fe11b1ee6ee2afe74c0b501
|
|
tempest_git_dest: "/opt/tempest_{{ tempest_git_install_branch | replace('/', '_') }}"
|