1c39a2af38
When deploying a complex AIO with several services enabled, currently duplicate definitions are made for the tempest test include and exclude lists. It is down to ansible variable precedence to determine which one is actually used. This patch uses the changes made in [1] to allow tempest include and exlude lists to be defined in many variables and aggregated at the point the config files for tempest are written. [1] https://review.opendev.org/c/openstack/openstack-ansible-os_tempest/+/891579 Change-Id: If047578c283e85b38e73a5f117289f42150f3daf
15 lines
640 B
Django/Jinja
15 lines
640 B
Django/Jinja
# 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.
|
|
|
|
tempest_test_includelist_sahara:
|
|
- sahara_tempest_plugin.tests.api.test_job_binary_internals
|