[release-announce] neutron-tempest-plugin 0.5.0 (train)

no-reply at openstack.org no-reply at openstack.org
Thu Aug 8 09:54:43 UTC 2019


We are overjoyed to announce the release of:

neutron-tempest-plugin 0.5.0: Tempest plugin for Neutron Project

This release is part of the train release series.

The source is available from:

    https://opendev.org/openstack/neutron-tempest-plugin

Download the package from:

    https://tarballs.openstack.org/neutron-tempest-plugin/

Please report issues through:

    https://bugs.launchpad.net/neutron/+bugs

For more details, please see below.

Changes in neutron-tempest-plugin 0.4.0..0.5.0
----------------------------------------------

31993d5 Force the kill of the "nc" process only if timeout
fa5ebc4 Refactor the test_qos.QoSTestMixin._check_bw function
88ff743 Bump the openstackdocstheme extension to 1.20
7d5bf8d Blacklist sphinx 2.1.0 (autodoc bug)
031fd5a Test updating FIP with a different port
ffe9be8 Add tempest tests for DVR router state management
a2aad94 Test multi-cast messaging between VMs.
b7238bd Add API tests for subnet pool prefix operations


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

.zuul.yaml                                         |   2 +
neutron_tempest_plugin/api/test_routers.py         |  56 ++++
.../api/test_routers_negative.py                   |  50 ++++
.../api/test_subnetpool_prefix_ops.py              |  97 +++++++
neutron_tempest_plugin/common/socat.py             | 105 --------
neutron_tempest_plugin/config.py                   |   6 +
neutron_tempest_plugin/scenario/base.py            |  27 ++
neutron_tempest_plugin/scenario/test_floatingip.py |  55 ++++
neutron_tempest_plugin/scenario/test_multicast.py  | 297 +++++++++++++++++++++
.../scenario/test_port_forwardings.py              |  19 +-
neutron_tempest_plugin/scenario/test_qos.py        |  73 ++---
.../services/network/json/network_client.py        |  17 ++
releasenotes/source/conf.py                        |  22 --
test-requirements.txt                              |   4 +-
15 files changed, 656 insertions(+), 182 deletions(-)


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

diff --git a/test-requirements.txt b/test-requirements.txt
index 20b29f4..8b251f6 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -11 +11 @@ sphinx!=1.6.6,!=1.6.7,>=1.6.2,<2.0.0;python_version=='2.7'  # BSD
-sphinx!=1.6.6,!=1.6.7,>=1.6.2;python_version>='3.4'  # BSD
+sphinx!=1.6.6,!=1.6.7,!=2.1.0,>=1.6.2;python_version>='3.4'  # BSD
@@ -15 +15 @@ testtools>=2.2.0 # MIT
-openstackdocstheme>=1.18.1 # Apache-2.0
+openstackdocstheme>=1.20.0 # Apache-2.0






More information about the Release-announce mailing list