trove_tempest_plugin 1.0.0 (ussuri)
We exuberantly announce the release of: trove_tempest_plugin 1.0.0: Tempest plugin for Trove project This release is part of the ussuri release series. The source is available from: https://opendev.org/openstack/trove_tempest_plugin Download the package from: https://tarballs.openstack.org/trove-tempest-plugin/ For more details, please see below. 1.0.0 ^^^^^ Upgrade Notes * Python 2.7 support has been dropped. Last release of trove- tempest- plugin to support py2.7 is OpenStack Train. The minimum version of Python now supported by trove-tempest-plugin is Python 3.6. Changes in trove_tempest_plugin 0.3.0..1.0.0 -------------------------------------------- 702d4a9 Drop python 2.7 support and testing f5a0e84 Add instance upgrade API test a5183e9 Support HEALTHY status 18e399b Improve the basic test case for mysql 605a0d3 Refactor trove-tempest-plugin Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 77 +++++- .../notes/drop-py-2-7-c3f42fa06d0485d9.yaml | 6 + requirements.txt | 12 +- setup.cfg | 6 +- test-requirements.txt | 8 +- tox.ini | 11 +- trove_tempest_plugin/clients.py | 34 --- trove_tempest_plugin/config.py | 71 +++-- trove_tempest_plugin/plugin.py | 8 +- trove_tempest_plugin/services/client.py | 79 ++++++ trove_tempest_plugin/services/database/__init__.py | 26 -- .../services/database/base_client.py | 47 ---- .../services/database/flavors_client.py | 28 -- .../services/database/limits_client.py | 25 -- .../services/database/versions_client.py | 30 --- 28 files changed, 758 insertions(+), 536 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 5346b78..0e6ac0f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6 +5,0 @@ pbr!=2.1.0,>=2.0.0 # Apache-2.0 -six>=1.10.0 # MIT @@ -8,2 +7,6 @@ oslo.config>=5.2.0 # Apache-2.0 -oslo.serialization!=2.19.1,>=2.18.0 # Apache-2.0 -testtools>=2.2.0 # MIT +oslo.log>=3.44.1 # Apache-2.0 +oslo.serialization>=2.29.1 # Apache-2.0 +oslo.service>=1.40.1 # Apache-2.0 +oslotest>=3.2.0 # Apache-2.0 +requests>=2.14.2 # Apache-2.0 +six>=1.10.0 # MIT @@ -10,0 +14,3 @@ tempest>=17.1.0 # Apache-2.0 +tenacity>=5.1.1 # Apache-2.0 +SQLAlchemy!=1.1.5,!=1.1.6,!=1.1.7,!=1.1.8,>=1.0.10 # MIT +PyMySQL>=0.7.6 # MIT License \ No newline at end of file diff --git a/test-requirements.txt b/test-requirements.txt index e4c2478..47c128f 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -5 +5 @@ -hacking<0.13,>=0.12.0 # Apache-2.0 +hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0 @@ -6,0 +7,6 @@ hacking<0.13,>=0.12.0 # Apache-2.0 +coverage!=4.4,>=4.0 # Apache-2.0 +python-subunit>=1.0.0 # Apache-2.0/BSD +oslotest>=3.2.0 # Apache-2.0 +stestr>=2.0.0 # Apache-2.0 +testscenarios>=0.4 # Apache-2.0/BSD +testtools>=2.2.0 # MIT
participants (1)
-
no-reply@openstack.org