[designate] designate-tempest-plugin 0.3.0
We are excited to announce the release of: designate-tempest-plugin 0.3.0: OpenStack DNS As A Service (Designate) Functional Tests Download the package from: https://pypi.python.org/pypi/designate-tempest-plugin For more details, please see below. Changes in designate-tempest-plugin 0.2.0..0.3.0 ------------------------------------------------ ba12886 Updated from global requirements 9c3c7a3 Updated from global requirements 945b9c6 Fix test incompatibilities with py35 f4b0724 Replace deprecated test.attr with decorators.attr 6583b5f Declare compatibility with python 3.5 afaac35 Updated from global requirements 0e09e0f update designate tempest link 1527338 Updated from global requirements b990d6f Fix doc typos and hacking requirement c28a33c Fix the removal of skip_unless_config decorator in Tempest c392cf9 Add Docs for plugin 12bd71d Bump test timeout 854ba28 V1 API is removed by dfault now f90cfcf Remove tempest tests for APIv1 as smoke tests ade0492 Use the new tempest module 0d7625a Updated from global requirements Diffstat (except docs and test files) ------------------------------------- README.rst | 2 +- designate_tempest_plugin/common/waiters.py | 14 +- designate_tempest_plugin/config.py | 4 +- designate_tempest_plugin/services/dns/json/base.py | 2 +- requirements.txt | 3 +- setup.cfg | 2 + setup.py | 2 +- test-requirements.txt | 4 +- tox.ini | 7 +- 23 files changed, 586 insertions(+), 42 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 13d92fc..3d6be99 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8 +8,2 @@ ddt>=1.0.1 # MIT -tempest>=12.1.0 # Apache-2.0 +testtools>=1.4.0 # MIT +tempest>=16.1.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 57b0999..f3e74e0 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -6 +6,3 @@ -hacking<0.10,>=0.9.2 +hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0 +openstackdocstheme>=1.17.0 # Apache-2.0 +sphinx>=1.6.2 # BSD
participants (1)
-
no-reply@openstack.org