We are tickled pink to announce the release of: heat-tempest-plugin 2.1.0: OpenStack Orchestration Tempest Plugin This release is part of the caracal release series. The source is available from: https://opendev.org/openstack/heat-tempest-plugin Download the package from: https://tarballs.openstack.org/heat-tempest-plugin/ Please report issues through: https://bugs.launchpad.net/heat/+bugs For more details, please see below. Changes in heat-tempest-plugin 2.0.0..2.1.0 ------------------------------------------- 70e516a Bump hacking 3943da9 Update stable branch jobs 3dbadbc Remove unnecessary setup_hook 0f0f893 Remove note about old pip's behavior 5047e21 Remove tests requiring Neutron LBaaS 1e6b388 Execute volume tests only when cinder is available dfb9739 Remove six Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 14 +- heat_tempest_plugin/common/remote_client.py | 8 +- heat_tempest_plugin/common/test.py | 27 +++- .../templates/app_server_lbv2_neutron.yaml | 76 ---------- .../templates/test_autoscaling_lb_neutron.yaml | 117 --------------- .../templates/test_autoscaling_lbv2_neutron.yaml | 120 ---------------- setup.cfg | 16 +-- test-requirements.txt | 10 +- 20 files changed, 45 insertions(+), 825 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index 23614af..68f7957 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,4 +0,0 @@ -# The order of packages is significant, because pip processes them in the order -# of appearance. Changing the order has an impact on the overall integration -# process, which may cause wedges in the gate later. - @@ -6,5 +2 @@ -hacking>=2.0,<2.1.0 # Apache-2.0 -# remove this pyflakes from here once you bump the -# hacking to 3.2.0 or above. hacking 3.2.0 takes -# care of pyflakes version compatibilty. -pyflakes>=2.1.1 +hacking>=6.1.0,<6.2.0 # Apache-2.0