Remove tempest_test_distro_blacklist
We already should have fixed packages, so no need in carrying that. Also setting tempest_test_blacklist here causes ignorance in case blacklist is specified in user_variables_{{ service }}.yml Change-Id: Iecb6cb9474ba02c04768f2d81f4673abe177d760
This commit is contained in:
parent
f4cfe5f7e6
commit
3522e34d8a
@ -27,9 +27,6 @@ tempest_public_subnet_allocation_pools: "172.29.243.110-172.29.243.200"
|
||||
tempest_public_subnet_cidr: "172.29.248.0/22"
|
||||
tempest_public_subnet_allocation_pools: "172.29.249.110-172.29.249.200"
|
||||
{% endif %}
|
||||
{% if bootstrap_host_install_method == 'distro' %}
|
||||
tempest_test_blacklist: {{ _tempest_test_distro_blacklist | default([]) }}
|
||||
{% endif %}
|
||||
|
||||
## Galera settings
|
||||
galera_monitoring_allowed_source: "0.0.0.0/0"
|
||||
|
@ -44,10 +44,3 @@ packages_remove:
|
||||
|
||||
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'
|
||||
|
Loading…
x
Reference in New Issue
Block a user