[release-announce] neutron-tempest-plugin 0.7.0 (ussuri)

no-reply at openstack.org no-reply at openstack.org
Thu Nov 14 04:41:14 UTC 2019


We are delighted to announce the release of:

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

This release is part of the ussuri release series.

The source is available from:

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

Download the package from:

    https://tarballs.openstack.org/null/

Please report issues through:

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

For more details, please see below.

Changes in neutron-tempest-plugin 0.6.0..0.7.0
----------------------------------------------

047a020 Add stable/train jobs definitions
526f537 Mark port_forwarding scenario test as unstable temporary
193f171 Mark multicast scenario test as unstable for now
d583236 Switch neutron-dynamic-routing job to be non-voting temporaray
70f7b32 Check parameters returned in "list_network_segment_ranges"
c4e963e Add scenario test for port forwarding and UDP
a05c50e Fix list of API extensions for dvr and designate jobs
4dbe80b Switch bagpipe-bgpvpn job to be run using Python3
23b44ad Add test to create and update DSCP values
b57453f Make one agent untouchable in test_agent_management
6232926 Disable scenario test for trunk subports connectivity on Queens
0a48f51 Add stadium projects jobs to the gate queue
53cc0c3 Fix errors in designate scenarios jobs
c9782fa Add tests for L3 conntrack helper
2201953 Move neutron-dynamic-routing BGP tests from stadium
778cacc Update the constraints url


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

.zuul.yaml                                         | 252 +++++++++++++-
.../api/admin/test_agent_management.py             |  12 +-
.../api/admin/test_network_segment_range.py        |  28 +-
neutron_tempest_plugin/api/base.py                 |  54 +++
.../api/test_conntrack_helper.py                   | 135 ++++++++
neutron_tempest_plugin/api/test_qos.py             |  66 ++++
.../neutron_dynamic_routing/__init__.py            |   0
.../neutron_dynamic_routing/api/__init__.py        |   0
.../api/test_bgp_speaker_extensions.py             | 325 ++++++++++++++++++
.../api/test_bgp_speaker_extensions_negative.py    | 126 +++++++
.../neutron_dynamic_routing/scenario/README        |  36 ++
.../neutron_dynamic_routing/scenario/__init__.py   |   0
.../neutron_dynamic_routing/scenario/base.py       | 373 +++++++++++++++++++++
.../scenario/base_test_proto.py                    | 146 ++++++++
.../scenario/basic/__init__.py                     |   0
.../neutron_dynamic_routing/scenario/basic/base.py | 105 ++++++
.../scenario/basic/test_4byte_asn.py               | 132 ++++++++
.../scenario/basic/test_basic.py                   | 115 +++++++
.../scenario/ipv4/__init__.py                      |   0
.../scenario/ipv4/test_ipv4.py                     | 132 ++++++++
.../scenario/ipv6/__init__.py                      |   0
.../scenario/ipv6/test_ipv6.py                     | 133 ++++++++
.../scenario/test_simple_bgp.py}                   |   7 +-
neutron_tempest_plugin/scenario/base.py            |  35 +-
neutron_tempest_plugin/scenario/test_multicast.py  |   1 +
.../scenario/test_port_forwardings.py              |  61 +++-
neutron_tempest_plugin/services/bgp/__init__.py    |   0
neutron_tempest_plugin/services/bgp/bgp_client.py  | 143 ++++++++
.../services/network/json/network_client.py        |  43 +++
playbooks/dynamic-routing-pre-run.yaml             |   3 +
requirements.txt                                   |   1 +
roles/docker-setup/files/52_docker_for_tempest     |   1 +
roles/docker-setup/files/docker_apparmor           |  34 ++
roles/docker-setup/tasks/main.yml                  |  36 ++
tox.ini                                            |   2 +-
35 files changed, 2495 insertions(+), 42 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index 2febb7e..9a5e99f 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -9,0 +10 @@ netaddr>=0.7.18 # BSD
+os-ken>=0.3.0 # Apache-2.0






More information about the Release-announce mailing list