CHANGES
=======

0.4.0
-----

* Fix credential naming
* Zuul: Remove project name
* Updated from global requirements
* Updated from global requirements
* Implement get\_service\_clients interface
* Run neutron-tempest-plugin designate integration test
* Do not create networks for API tests
* Avoid tox\_install.sh for constraints support
* Remove zone\_id on import compare
* Run tests from designate repo
* Add \_\_all\_\_ to \_\_init\_\_ for service clients
* Updated from global requirements

0.3.0
-----

* Updated from global requirements
* Updated from global requirements
* Fix test incompatibilities with py35
* Replace deprecated test.attr with decorators.attr
* Declare compatibility with python 3.5
* Updated from global requirements
* update designate tempest link
* Updated from global requirements
* Fix doc typos and hacking requirement
* Fix the removal of skip\_unless\_config decorator in Tempest
* Add Docs for plugin
* Bump test timeout
* V1 API is removed by dfault now
* Remove tempest tests for APIv1 as smoke tests
* Use the new tempest module
* Updated from global requirements

0.2.0
-----

* Fix tempest removing variables
* Add Constraints support
* Show team and repo badges on README
* Add Tempest hacking checks
* Add more Zone Transfer tests
* Add \_\_ne\_\_ built-in function
* Updated from global requirements
* Allow 200 as a response from /v2/zone/recordsets
* Skip failing tests
* Fix duplicate Idempotent ID's
* Port 'RecordsetCrossZoneTest' to plugin
* Migrate the recordset validation functional test
* Clean imports in code
* Remove logging import unused
* Move RecordsetOwnershipTests to plugin
* Add tests for wildcard RRSets
* Add tests for various RRSet types
* Add several negative RecordSet tests
* Bump test timeout to 4 min
* Test that updating recordset TTL only modifies TTL
* Unauthed tests support both v2/v3 identity
* Add negative testcases for ownership transfer\_request and tsigkey
* Add functional testing for the v2 API quotas endpoint
* Reuse zone during recordset tests
* Reduce the number of "smoke" tests
* Use tempest.lib data\_utils
* Updated from global requirements
* Updated from global requirements
* Migrate the "unauthed" tests
* Migrate negative tests for pools, tlds, blacklists
* Replace idempotent\_id decorator with tempest.lib version
* Add a zone import scenario test
* Add a zone export scenario test
* Updated from global requirements
* Add client's methods and testcases for tsigkey

0.1.0
-----

* Add data driven RecordSet tests
* Increase default build timeout to 120sec
* Replace assertEqual(a>b) with  assertGreater(a, b)
* Skip nameserver propagation tests when no NS's in conf
* Add client's method and test cases for /v2/recordsets API
* Ensure V1 Records tests calls parent teardown
* Correctly parse IP:Port nameserver pairs
* Updated from global requirements
* Add zones ownership transfer accept to Designate tempest plugin
* Add zones ownership transfer request to Designate tempest plugin
* Add a client for querying nameservers
* Remove unintended comment
* Updated from global requirements
* Port V1 Tempest test from designate's contrib folder
* expected\_success should be a classmethod
* Add a config for a minimum ttl
* Add tld\_client's methods and tests to Designate tempest plugin
* Add pool\_client's methods and tests to Designate tempest plugin
* Add recordset\_client's methods and tests to Designate tempest plugin
* Add zones\_export\_client's methods and tests to Designate tempest plugin
* Add quotas client + tests, for the admin api
* Add blacklist client + smoke tests
* Add zones\_import\_client's methods and tests to Designate tempest plugin
* Assert with integer status codes to avoid hidden errors
* Move assertExpected fucntion to base class
* Several test cleanups
* Add a test for deleting pending zones
* API tests should be fast, Scenario tests slow
* Adds zone client's methods and tests to Designate tempest plugin
* Initial layout of Designate tempest plugin
* Added .gitreview
