[release-announce] designate-tempest-plugin 0.14.0 (zed)
no-reply at openstack.org
no-reply at openstack.org
Fri Sep 23 08:53:44 UTC 2022
We high-spiritedly announce the release of:
designate-tempest-plugin 0.14.0: OpenStack DNS As A Service
(Designate) Functional Tests
This release is part of the zed release series.
The source is available from:
https://opendev.org/openstack/designate-tempest-plugin
Download the package from:
https://tarballs.openstack.org/designate-tempest-plugin/
Please report issues through:
https://bugs.launchpad.net/designate/+bugs
For more details, please see below.
Changes in designate-tempest-plugin 0.13.0..0.14.0
--------------------------------------------------
ea0b668 New quota boundray test:"test_zone_quota_boundary"
310f1db Adds TLD cleanup to "test_recordset_validation" test suite
407b60f Disable admin API tests by default
a2b08ee Recordset scenario test suite changes
aa88bc6 Fix the test_list_enabled_api_versions
ced8704 Transfer Request - refactoring and new test cases
0657d24 Remove "skip_because" decorator - Launchpad:1934252
4054a22 Adds new test case to validate min_ttl equal to Zero
356c5ae Adding new test cases to "quota" scenario test suite
3b5d149 Zone Imports - refactoring and new test cases
cd0f76e Expand Designate RBAC testing - zones import
0b82092 Expand Designate RBAC testing - zone export
cc3fb1e Expand Designate RBAC testing - zone transfer acc
568dc60 Expand Designate RBAC testing - zone transfer req
62c46b9 Expand Designate RBAC testing - tsigkeys
5f95d7c Expand Designate RBAC testing - recordset
1eb2c4f Expand Designate RBAC testing - Quotas
8060d1c Test "NOTIFY" message is sent to Nameservers
b0c55aa Expand Designate RBAC testing - Designate Limits
37a442c Expand Designate RBAC testing - Pools
fdb7b51 Expand Designate RBAC testing - Zone Abandon
ef021cb Expand Designate RBAC testing - Service Statuses
0fbbccd Expand Designate RBAC testing - TLDs
3ff84af Expand Designate RBAC testing - zones
bf2379b Expand Designate RBAC testing
ade263c Fix TLD issues for test concurrency
a5ac52d Replace deprecated whitelist_externals
a08d5c3 Update zuul queue configuration
5076600 Re-enable test_admin_sets_invalid_quota_values
1ac9925 Temp disable test_admin_sets_not_existing_quota_type
37e2326 Adds new scenario test to the Zones suite + minor refactoring
3c66e7c Add "cleanup" for created recordsets + NEW delete zone test
37925b2 New test cases for tsigkey tests suite
c136230 Remove six
df81fe6 Changes in "test_quotas.py" API script
3bfce9b Enable unset ptr test and add inactive value to floating ip status
b83ec1e Update tempest stable branch testing
e5957b6 Zone Export - some refactoring and new test case to scenario test suite
d2afc45 Adding a test to cover: "Show the status of a service" API
6d6b27d New scenario test case for TLD + re-factoring
ceb0c0e Adding new test case for zone test suite
ed18eaa Add test coverage for update: SOA and NS managed records
Diffstat (except docs and test files)
-------------------------------------
.zuul.yaml | 21 +-
designate_tempest_plugin/common/constants.py | 18 +-
designate_tempest_plugin/common/waiters.py | 26 +-
designate_tempest_plugin/config.py | 14 +-
designate_tempest_plugin/data_utils.py | 35 +-
designate_tempest_plugin/services/dns/json/base.py | 20 +-
.../services/dns/query/query_client.py | 3 +-
.../services/dns/v2/json/quotas_client.py | 27 +-
.../services/dns/v2/json/recordset_client.py | 42 +-
.../services/dns/v2/json/service_client.py | 11 +
.../dns/v2/json/transfer_accepts_client.py | 12 +-
.../dns/v2/json/transfer_request_client.py | 6 +-
.../services/dns/v2/json/tsigkey_client.py | 23 +-
.../services/dns/v2/json/zone_exports_client.py | 14 +-
.../services/dns/v2/json/zone_imports_client.py | 16 +-
.../services/dns/v2/json/zones_client.py | 12 +-
tox.ini | 6 +-
45 files changed, 3907 insertions(+), 661 deletions(-)
More information about the Release-announce
mailing list