We are jazzed to announce the release of: blazar_tempest_plugin 0.2.0: Tempest plugin for Blazar Project This release is part of the stein release series. The source is available from: https://git.openstack.org/cgit/openstack/blazar-tempest-plugin Download the package from: https://tarballs.openstack.org/blazar-tempest-plugin/ Please report issues through: https://bugs.launchpad.net/blazar/+bugs For more details, please see below. Changes in blazar_tempest_plugin 0.1.0..0.2.0 --------------------------------------------- a661ec4 Add API tests for List and Get Allocation API 2e6d779 Change end date in test_update_host_reservation b719662 Import TimeoutException from tempest.lib.exceptions module 73ab5db Wait before lease status transition 1c305f5 Update hacking version d1d4a15 Change openstack-dev to openstack-discuss 126fee8 Add a lease update scenario for instance reservation 23cb846 Add a lease expiration scenario for instance reservation 8bb9575 Implement scenario test for the new instance reservation feature 1b1bcee [Trivial Fix] update home-page url a81b8ff Update Python 3 classifiers 94cc514 import zuul job settings from project-config Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 4 + .../scenario/resource_reservation_scenario.py | 57 ++++- setup.cfg | 7 +- test-requirements.txt | 2 +- 8 files changed, 289 insertions(+), 156 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index 1fda7fb..f4b6f8e 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -5 +5 @@ -hacking<0.13,>=0.12.0 # Apache-2.0 +hacking>=1.1.0,<1.2.0 # Apache-2.0