We enthusiastically announce the release of: glance-tempest-plugin 0.5.0: Tempest plugin tests for Glance. This release is part of the zed release series. The source is available from: https://opendev.org/openstack/glance-tempest-plugin Download the package from: https://tarballs.openstack.org/glance-tempest-plugin/ Please report issues through: https://bugs.launchpad.net/glance/+bugs For more details, please see below. Changes in glance-tempest-plugin 0.4.0..0.5.0 --------------------------------------------- 770da7d Update Image APIs tests to check system user is not permitted 3f874ff Fix incorrect run command and add stestr config file. efdd697 Refactor rbac metadef tests structure Diffstat (except docs and test files) ------------------------------------- .gitignore | 1 + .stestr.conf | 3 + test-requirements.txt | 2 +- tox.ini | 2 +- 13 files changed, 1507 insertions(+), 1553 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index 4ae1046..5cd4546 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -10 +10 @@ oslotest>=3.2.0 # Apache-2.0 -testrepository>=0.0.18 # Apache-2.0/BSD +stestr>=2.0.0 # Apache-2.0/BSD