trove_tempest_plugin 1.1.0 (victoria)
We are thrilled to announce the release of: trove_tempest_plugin 1.1.0: Tempest plugin for Trove project This release is part of the victoria 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. Changes in trove_tempest_plugin 1.0.0..1.1.0 -------------------------------------------- 2581bc0 Update access test fa57416 Support PostgreSQL 4624bc5 Disable upgrade test if not configured 4e10f9e Add rebuild test 5371dbb Add volume resize functional test for replication 177648d Add config database_restore_timeout 96c552f Clean up object storage for test user 2970fb8 Fix configuration test 34e4d77 Move replication test to separate file 00ddc03 Add tests: resize fb79b00 Add tests: replication f0caa53 Add tests: configuration 8d0e734 Add tests: user management 6186071 Add tests: datastore upgrade 76a3612 Add tests: Backup and restore 4863257 Add py38 package metadata 8f00607 Fix upgrade instance test 0b78b7b Switch to newer openstackdocstheme and reno versions d584c23 Fix getting database address c91fbd1 Cleanup cruft Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 12 +- babel.cfg | 2 - releasenotes/source/conf.py | 9 +- requirements.txt | 3 +- setup.cfg | 26 +- setup.py | 9 - test-requirements.txt | 2 +- tox.ini | 9 +- trove_tempest_plugin/config.py | 38 +++ trove_tempest_plugin/services/client.py | 24 +- .../{api/test_instance_actions.py => constants.py} | 9 +- 26 files changed, 1870 insertions(+), 247 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 0e6ac0f..931cce0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -16 +16,2 @@ 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 +PyMySQL>=0.7.6 # MIT License +psycopg2-binary>=2.6.2 # LGPL/ZPL \ No newline at end of file diff --git a/test-requirements.txt b/test-requirements.txt index 47c128f..1e278d1 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -5 +5 @@ -hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0 +hacking>=3.0,<3.1.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org