ironic-tempest-plugin 2.1.0 (victoria)
We are pleased to announce the release of: ironic-tempest-plugin 2.1.0: Tempest plugin for ironic and ironic- inspector This release is part of the victoria 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://storyboard.openstack.org/#!/project/openstack/ironic For more details, please see below. Changes in ironic-tempest-plugin 2.0.0..2.1.0 --------------------------------------------- 7f71d49 Enforce check on flake8 E129 test 0cc7aa9 Test software RAID in deploy-time on Victoria and newer 6ac070b Set min version of tox to 3.2.1 ff9f874 Ramdisk iso boot tempest scenario test 4b0bf2c Fix hacking min version to 3.0.1 d180a3e Improve test_baremetal_basic_ops f8f48d2 Add py38 package metadata 2612a98 Switch to newer openstackdocstheme version 26580f5 Add standalone redfish jobs 6c9bd6c Add stable/ussuri job on master gate 7e2d6f2 Update docs building b827176 Add basic IPv6 support to BaremetalSingleTenant 1609869 Upgrade flake8-import-order version to 0.17.1 Diffstat (except docs and test files) ------------------------------------- ironic_tempest_plugin/config.py | 11 ++ .../services/introspection_client.py | 3 +- .../scenario/ironic_standalone/test_cleaning.py | 10 +- .../scenario/ironic_standalone/test_ramdisk_iso.py | 49 +++++++++ setup.cfg | 9 +- test-requirements.txt | 8 +- tox.ini | 18 +-- zuul.d/project.yaml | 30 ++++- zuul.d/stable-jobs.yaml | 49 +++++++++ 15 files changed, 317 insertions(+), 71 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index 7864a21..138ad35 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -5 +5 @@ -hacking>=3.0.0,<3.1.0 # Apache-2.0 +hacking>=3.0.1,<3.1.0 # Apache-2.0 @@ -9,5 +9 @@ coverage!=4.4,>=4.0 # Apache-2.0 - -sphinx!=1.6.6,!=1.6.7,>=1.6.2 # BSD -openstackdocstheme>=1.20.0 # Apache-2.0 - -reno>=2.5.0 # Apache-2.0 +flake8-import-order>=0.17.1 # LGPLv3
participants (1)
-
no-reply@openstack.org