ironic-tempest-plugin 2.10.0 (dalmatian)
We eagerly announce the release of: ironic-tempest-plugin 2.10.0: Tempest plugin for ironic and ironic- inspector This release is part of the dalmatian 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. Changes in ironic-tempest-plugin 2.9.0..2.10.0 ---------------------------------------------- b639340 Remove agent_ipmitool/pxe_ipmitool tests 2a765f0 Remove old excludes d199a6e CI: Increment stable jobs for 2024.1/drop Zed 450c3db Fix vif tests 80c6b51 Unprovision iso ramdisk boot from test 2053f02 Delete the CUSTOM_RAID template after test has finished 0eb9ae7 Leverage the remote microversion without requiring human config 7241770 Invoke tests with fake interfaces Diffstat (except docs and test files) ------------------------------------- ironic_tempest_plugin/services/baremetal/base.py | 14 ++++ .../services/baremetal/v1/json/baremetal_client.py | 9 ++- .../scenario/ironic_standalone/test_basic_ops.py | 90 ---------------------- .../scenario/ironic_standalone/test_cleaning.py | 30 -------- requirements.txt | 8 +- test-requirements.txt | 6 +- zuul.d/project.yaml | 41 +++++----- zuul.d/stable-jobs.yaml | 45 +++++++++++ 18 files changed, 254 insertions(+), 208 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index cde72ba..bfafa58 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1 @@ -# 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. - -pbr!=2.1.0,>=2.0.0 # Apache-2.0 +pbr>=2.0.0 # Apache-2.0 @@ -8 +4 @@ oslo.log>=3.36.0 # Apache-2.0 -oslo.serialization!=2.19.1,>=2.18.0 # Apache-2.0 +oslo.serialization>=2.18.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 33a724b..0ce003e 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 +2 @@ stestr>=1.0.0 # Apache-2.0 -coverage!=4.4,>=4.0 # Apache-2.0 +coverage>=4.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org