
This patch disables test_list_user_groups temepst test for Ubuntu distro installs, as T packages we do install now don't have new keystone membership_expires_at attribute which is expected by tempest. So instead of bumping tempest to specific tag we just disable this single test. Change-Id: Ifdc598dfb9c610794bf9a3a3925c737e7b5b7c58
54 lines
1.4 KiB
YAML
54 lines
1.4 KiB
YAML
---
|
|
# Copyright 2015, 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.
|
|
|
|
packages_install:
|
|
- apt-transport-https
|
|
- bridge-utils
|
|
- btrfs-tools
|
|
- build-essential
|
|
- chrony
|
|
- curl
|
|
- dbus
|
|
- ethtool
|
|
- git-core
|
|
- iptables
|
|
- iputils-tracepath
|
|
- ipython
|
|
- lvm2
|
|
- parted
|
|
- python2.7
|
|
- python-dev
|
|
- sshpass
|
|
- vim
|
|
- vlan
|
|
- xfsprogs
|
|
|
|
packages_install_zfs:
|
|
- zfsutils-linux
|
|
|
|
packages_remove:
|
|
- libmysqlclient18
|
|
- mysql-common
|
|
|
|
rc_local: /etc/rc.local
|
|
rc_local_insert_before: "^exit 0$"
|
|
|
|
# NOTE (noonedeadpunk): We disable this as ubuntu distro packages until U release do
|
|
# not have membership_expires_at attribute which is already in
|
|
# tempest since [1]
|
|
# [1] https://opendev.org/openstack/tempest/commit/30638b53a4f9a277a821f7988d8c18b6de52bf77
|
|
_tempest_test_distro_blacklist:
|
|
- 'tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_list_user_groups'
|