barbican_tempest_plugin 1.7.0 (zed)
We are amped to announce the release of: barbican_tempest_plugin 1.7.0: OpenStack barbican tempest tests. This release is part of the zed release series. The source is available from: https://opendev.org/openstack/barbican_tempest_plugin Download the package from: https://tarballs.openstack.org/barbican-tempest-plugin/ For more details, please see below. Changes in barbican_tempest_plugin 1.6.0..1.7.0 ----------------------------------------------- a32eaf0 Test secret access via ACL 01da561 Add versioned jobs d0aa2f3 Add "member" role to tempest tests 45dd131 Add RBAC tests for secret consumers 519aa80 Add tests for secret consumers 4e9303e Fix the import of NotFound exception cb6e982 zuul: Declare queue at top level 238cdf1 Set minimal tempest version to 27.0.0 8580430 Update 'Maintained' stable branch jobs on master gate 11c8cfa Enable isolated networks in tempest.conf 5ac5678 Remove create_volume & create_volume_type methods 781850a Remove create_timestamp & get_timestamp methods 6c0902b Remove get_remote_client method f6ea03f Remove create_server and rebuild_server methods 6e39d99 Remove _create_port and create_keypair methods Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 88 ++++--- barbican_tempest_plugin/config.py | 26 ++ barbican_tempest_plugin/plugin.py | 15 +- .../services/key_manager/json/base.py | 10 + .../services/key_manager/v1_1/__init__.py | 23 ++ .../key_manager/v1_1/secret_consumer_client.py | 53 ++++ .../services/key_manager/v1_1/version_client.py | 23 ++ .../scenario/test_ephemeral_disk_encryption.py | 3 +- requirements.txt | 2 +- 17 files changed, 488 insertions(+), 306 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 67ae150..f2e2e43 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7 +7 @@ pbr!=2.1.0,>=2.0.0 # Apache-2.0 -tempest>=17.1.0 # Apache-2.0 +tempest>=27.0.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org