We are psyched to announce the release of: designate-tempest-plugin 0.12.0: OpenStack DNS As A Service (Designate) Functional Tests This release is part of the xena 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.11.0..0.12.0 -------------------------------------------------- 65ebf4b Fix list-all-project tests for pagination limit fa6f78c Properly clean up transfer requests add7311 Fix docs reqs for new pip cddf415 Improve the zone import API tests e8ba5cc Fixed multiple leaking tests ce1a26c Re-enable zone export list filter test bd1d725 New negative test cases for "pool" test suite 474df5c New test cases for "zone transfer accept" suite. 7986b46 Test cases for: "FloatingIPs PTR" resords. c944141 Adding "wait_for_zone_import_status" to stable: 5a26edc New test case for a "list export zone", filter listed results. 729acd3 New API test cases for a Zone test suite. 40322f3 Adding four new test cases to "import zone" test suite d5ccda2 Negative test cases for "Create a zone" 868a840 New API test - "Get Designate Limits" 4852d4f Adding 4 "False Positive" test cases for a zone suite. 3eef048 New test cases for "zone recordsets" test suite 5ec7328 Adding new test cases to: "Zone Ownership Transfers" test suite. 5e9466d New API test - test_list_service_statuses e87eca4 Adding 2 new test cases into a zone suite 0548849 Adding five test cases into the 'zone export' test suite. bbecd88 Adding "attributes" parameter to be covered in Zone's tests. dedb906 Improving "_create_client_recordset" function 5eafd1b Adding two API test cases to: Accepted Zone Transfer test suite Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 1 + designate_tempest_plugin/clients.py | 8 + designate_tempest_plugin/common/constants.py | 25 ++ designate_tempest_plugin/services/dns/json/base.py | 56 +++- .../services/dns/v2/json/designate_limit_client.py | 27 ++ .../services/dns/v2/json/ptr_client.py | 85 ++++++ .../services/dns/v2/json/recordset_client.py | 12 +- .../services/dns/v2/json/service_client.py | 27 ++ .../dns/v2/json/transfer_accepts_client.py | 24 +- .../dns/v2/json/transfer_request_client.py | 12 +- .../services/dns/v2/json/zone_exports_client.py | 10 +- .../services/dns/v2/json/zone_imports_client.py | 10 +- .../services/dns/v2/json/zones_client.py | 102 ++++++- releasenotes/source/_static/.placeholder | 0 releasenotes/source/_templates/.placeholder | 0 releasenotes/source/conf.py | 268 ++++++++++++++++++ releasenotes/source/index.rst | 18 ++ test-requirements.txt | 2 - tox.ini | 10 +- 34 files changed, 2244 insertions(+), 102 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index df0e096..c0a7610 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -7,2 +6,0 @@ hacking>=3.0.1,<3.1.0 # Apache-2.0 -openstackdocstheme>=2.2.1 # Apache-2.0 -sphinx>=2.0.0,!=2.1.0 # BSD