Remove designate tests from admin-plugins job

Currently tests from designate-tempest-plugin fail when the
[dns].nameservers value is missing in tempest.conf. The failure
is caused by this patch [1].

This patch removes the designate tests from the admin-plugins job
for now. Once we fix the issue (either by fixing it in
designate-tempest-plugin or in python-tempestconf) we can
add the designate tests back.

[1] https://review.opendev.org/c/openstack/designate-tempest-plugin/+/860116

Change-Id: I6a4ca43db2ffe602318141b0981f287d15cda3ac
This commit is contained in:
Lukas Piwowarski 2022-10-27 13:17:11 +00:00
parent d5fc8ad86b
commit 29cc5000c6
1 changed files with 4 additions and 1 deletions

View File

@ -177,8 +177,11 @@
# creator role is required for Barbican tests
additional_tempestconf_params: "auth.tempest_roles creator image_signature_verification.enforced False"
test_regex:
# TODO(lpiwowar) Uncomment once designate-tempest-plugin works with python-tempestconf. Currently almost
# every test from the plugin fails when the [dns].nameservers value is not set
# (see: https://review.opendev.org/c/openstack/designate-tempest-plugin/+/860116)
# - 'designate_tempest_plugin'
- 'heat_tempest_plugin'
- 'designate_tempest_plugin'
- 'barbican_tempest_plugin'
exclude_regex:
# TODO(lpiwowar) Remove once the test is fixed. (Bug: https://bugs.launchpad.net/designate/+bug/1968717)