octavia-tempest-plugin 3.0.0 (epoxy)
We are thrilled to announce the release of: octavia-tempest-plugin 3.0.0 This release is part of the epoxy release series. The source is available from: https://opendev.org/openstack/octavia-tempest-plugin Download the package from: https://tarballs.openstack.org/octavia-tempest-plugin/ Please report issues through: https://storyboard.openstack.org/#!/project/908 For more details, please see below. 3.0.0 ^^^^^ Upgrade Notes * The default tempest tests will now expect the keystone default roles RBAC enabled. The legacy behavior can be enabled by setting "RBAC_test_type: advanced" in the [load_balancer] section of your tempest.conf. This change also removes the ability to test system scoped tokens with Octavia. * Support for Python 3.8 has been dropped. Latest release of octavia- tempest-plugin to support python 3.8 is 2.8.0. The minimum version of Python now supported is Python 3.9. Changes in octavia-tempest-plugin 2.9.0..3.0.0 ---------------------------------------------- b596997 Use the correct parameters for role assignements list e8441d7 Update gate jobs as per the 2025.1 cycle testing runtime 5f36fab Remove system scope token usage c324300 Fixing httpx requests with http2 035e8b1 Re-enabling tempest-plugin-jobs (pep8) 77b8bae Update hacking b139fe9 Update octavia-tempest-plugin configref e25f95c Remove stable/2023.1 job from master gate 4af9bae Remove support for Pyton 3.8 and older Diffstat (except docs and test files) ------------------------------------- .../common/barbican_client_mgr.py | 4 +- octavia_tempest_plugin/config.py | 2 +- octavia_tempest_plugin/hacking/checks.py | 19 +-- octavia_tempest_plugin/opts.py | 21 +++ .../act_stdby_scenario/v2/test_active_standby.py | 2 +- .../v2/test_active_standby_iptables.py | 2 +- .../api/v2/test_availability_zone_capabilities.py | 17 +- .../barbican_scenario/v2/test_tls_barbican.py | 40 ++--- .../spare_pool_scenario/v2/test_spare_pool.py | 2 +- .../drop-python38-support-c5d27b136d2222b9.yaml | 6 + setup.cfg | 11 +- test-requirements.txt | 2 +- tox.ini | 1 - zuul.d/jobs.yaml | 180 +++++++++++++++------ zuul.d/projects.yaml | 14 +- 36 files changed, 651 insertions(+), 1038 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index 2125ea0..bb4fcfe 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -5 +5 @@ -hacking>=3.0.1,<3.1.0;python_version>='3.5' # Apache-2.0 +hacking>=6.1.0,<6.2.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org