ironic-tempest-plugin 2.13.0 (epoxy)
We contentedly announce the release of: ironic-tempest-plugin 2.13.0 This release is part of the epoxy release series. The source is available from: https://opendev.org/openstack/ironic-tempest-plugin Download the package from: https://tarballs.openstack.org/ironic-tempest-plugin/ Please report issues through: https://bugs.launchpad.net/ironic/+bugs For more details, please see below. 2.13.0 ^^^^^^ Upgrade Notes * Support for Python 3.8 has been dropped. Latest release of ironic- tempest-plugin to support python 3.8 is 2.11.0. The minimum version of Python now supported is Python 3.9. Changes in ironic-tempest-plugin 2.12.0..2.13.0 ----------------------------------------------- bf454e4 Add tests to validate trunks 286273f Add retries while waiting for SSH on server 9ecdf90 Mark BaremetalDriverAnsibleWholedisk as unstable efd5fb8 CI: Dial back the non-voting jobs abd2e74 Inspector tests need not provision afterwards 514d394 Improve check_vm_connectivity 5564cee enable pre-commit lints from main ironic repo a736e82 fix spelling mistakes found by codespell 4a405c5 add pyproject.toml to support pip 23.1 2a0fe06 Testing bad microversions on v1/nodes/{uuid}/firmware 2728cdd Testing bad microversions on v1/allocations 26bf3b5 Remove reboot from basic baremetal ops f020ce7 Validate automatic lessee e8b6e91 Microversion Test Generator e91d4f5 Testing microversions on v1/shards 658f79d Fix failure cases around test_ports 2c87dd4 Use the correct exception when checking for HTTP 406 dc5ba3f Remove stable/2023.1 job from master gate 84f2142 Remove support for Python 3.8 and older Diffstat (except docs and test files) ------------------------------------- .pre-commit-config.yaml | 66 ++++++++ ironic_tempest_plugin/common/waiters.py | 2 +- ironic_tempest_plugin/config.py | 4 + ironic_tempest_plugin/exceptions.py | 2 +- .../services/baremetal/v1/json/baremetal_client.py | 16 ++ .../api/admin/test_microversion_enforcement.py | 158 ++++++++++++++++++ .../scenario/ironic_standalone/test_basic_ops.py | 3 +- pyproject.toml | 18 ++ .../drop-python38-support-8bfac4d85b4b19e2.yaml | 6 + requirements.txt | 2 +- setup.cfg | 7 +- setup.py | 2 +- tox.ini | 10 +- zuul.d/project.yaml | 33 +--- zuul.d/stable-jobs.yaml | 30 ---- 27 files changed, 575 insertions(+), 131 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index bfafa58..ff7b704 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1 @@ -pbr>=2.0.0 # Apache-2.0 +pbr>=6.0.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org