ironic-tempest-plugin 3.0.0 (gazpacho)
We enthusiastically announce the release of: ironic-tempest-plugin 3.0.0 This release is part of the gazpacho 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. 3.0.0 ^^^^^ Deprecation Notes * Support for ironic-inspector has been deprecated, because ironic- inspector was already retired. Due to this deprecation, the following options are also deprecated. * "[service_available] ironic_inspector" * "[enforce_scope] ironic_inspector" * All options in the "[baremetal_introspection]" section. Changes in ironic-tempest-plugin 2.16.0..3.0.0 ---------------------------------------------- e8ac2c3 Remove flavor dependency from InspectorBasicTest 051071e Dial back the multi-tenancy testing 22e39ee Remove idrac-wsman tests 29cd41e Revert "Add graphical console validate to basic ops scenario" 3ae903c Remove MANIFEST.in d4f7ca7 Test graphical console novnc connection f78da1a Add graphical console validate to basic ops scenario d54d9cc Enable ironic-tempest-bios-ipmi-direct in check/gate 210d70c Add project badge dc72db4 Relax assertion in test_get_all_shards dba9f95 ci: fix and log errors on advanced tests disqualification 5933b56 Deprecate options for ironic-inspector tests b23bb10 Remove useless cover target f04e9ca Replace deprecated assertItemsEqual 95503b6 list detailed ports by node Diffstat (except docs and test files) ------------------------------------- MANIFEST.in | 6 --- README.rst | 15 +++--- ironic_tempest_plugin/config.py | 37 ++++++++++++++ .../services/baremetal/v1/json/baremetal_client.py | 16 ++++-- .../ironic_standalone/test_advanced_ops.py | 34 ++++++++----- .../scenario/ironic_standalone/test_basic_ops.py | 12 ----- .../scenario/ironic_standalone/test_cleaning.py | 12 ----- .../ironic_standalone/test_inspection_basic.py | 4 -- .../deprecate-inspector-0de255090cd2cb82.yaml | 10 ++++ test-requirements.txt | 1 - tox.ini | 10 ---- zuul.d/project.yaml | 3 ++ 18 files changed, 182 insertions(+), 90 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index 0ce003e..a080de9 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -2 +1,0 @@ stestr>=1.0.0 # Apache-2.0 -coverage>=4.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org