[release-announce] sushy-tools 0.9.0

no-reply at openstack.org no-reply at openstack.org
Wed Apr 29 12:55:46 UTC 2020


We are pleased to announce the release of:

sushy-tools 0.9.0: A set of tools to support the development and test
of the Sushy library (https://docs.openstack.org/sushy/)

The source is available from:

    https://opendev.org/openstack/sushy-tools

Download the package from:

    https://tarballs.openstack.org/sushy-tools/

For more details, please see below.

Changes in sushy-tools 0.8.0..0.9.0
-----------------------------------

e9373bf Restore default netboot boot option
aa26c4c Fix libvirt test for Python 3.8
a6948c4 Add pep8 import order check
73ad654 Stop configuring install_command in tox.
ab97512 Convert sushy-tools tempest to dib
054ad31 Cleanup py27 support
5112ecc Switch to the new canonical constraints URL on master
f600b61 Bump hacking to 3.0.0
dce6abc Explicitly set ramdisk type
663559c Always log via Flask application
c08a57c Enforce running tox with correct python version based on env


Diffstat (except docs and test files)
-------------------------------------

lower-constraints.txt                              |  6 +-
setup.cfg                                          | 12 +---
setup.py                                           |  9 ---
sushy_tools/emulator/main.py                       | 25 ++++---
sushy_tools/emulator/resources/base.py             |  4 +-
sushy_tools/emulator/resources/chassis/base.py     |  4 +-
.../emulator/resources/chassis/staticdriver.py     |  5 +-
.../emulator/resources/drives/staticdriver.py      | 10 +--
.../emulator/resources/indicators/staticdriver.py  | 11 ++-
sushy_tools/emulator/resources/managers/base.py    |  4 +-
.../emulator/resources/managers/staticdriver.py    |  6 +-
.../emulator/resources/storage/staticdriver.py     | 10 +--
sushy_tools/emulator/resources/systems/base.py     |  1 +
.../emulator/resources/systems/libvirtdriver.py    | 46 ++++++------
.../emulator/resources/systems/novadriver.py       | 17 ++---
.../emulator/resources/vmedia/staticdriver.py      | 14 ++--
.../emulator/resources/volumes/staticdriver.py     | 16 ++---
.../unit/emulator/resources/chassis/test_static.py |  9 +--
.../unit/emulator/resources/drives/test_static.py  | 10 ++-
.../emulator/resources/indicators/test_static.py   | 12 ++--
.../emulator/resources/managers/test_static.py     |  5 +-
.../unit/emulator/resources/storage/test_static.py | 10 ++-
.../emulator/resources/systems/test_libvirt.py     | 23 +++++-
.../unit/emulator/resources/systems/test_nova.py   |  3 +-
.../unit/emulator/resources/vmedia/test_static.py  | 18 +++--
.../unit/emulator/resources/volumes/test_static.py |  9 ++-
test-requirements.txt                              |  8 ++-
tox.ini                                            | 17 +++--
zuul.d/sushy-tools-jobs.yaml                       |  1 +
30 files changed, 221 insertions(+), 186 deletions(-)


Requirements updates
--------------------

diff --git a/test-requirements.txt b/test-requirements.txt
index 3b861cd..8cedfa6 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -5 +5 @@
-hacking>=1.0.0,<1.2.0 # Apache-2.0
+hacking>=3.0.0,<3.1.0 # Apache-2.0
@@ -11 +11 @@ python-subunit>=1.0.0 # Apache-2.0/BSD
-sphinx!=1.6.6,!=1.6.7,>=1.6.2;python_version>='3.4' # BSD
+sphinx!=1.6.6,!=1.6.7,>=1.6.2 # BSD
@@ -14 +14 @@ openstackdocstheme>=1.20.0 # Apache-2.0
-openstacksdk>=0.11.2  # Apache-2.0
+openstacksdk>=0.13.0  # Apache-2.0
@@ -20,0 +21,2 @@ reno>=2.5.0 # Apache-2.0
+flake8-import-order>=0.17.1 # LGPLv3
+






More information about the Release-announce mailing list