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

no-reply at openstack.org no-reply at openstack.org
Thu Feb 27 14:14:23 UTC 2020


We are satisfied to announce the release of:

neutron-tempest-plugin 0.9.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/neutron-tempest-plugin/

Please report issues through:

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

For more details, please see below.

0.9.0
^^^^^


New Features
************

* Enhanced the "test_multicast_between_vms_on_same_network" adding
  IGMP test coverage to it. A new VM running tcpdump is spawned as
  part of the test to verify whether the traffic is reaching it or
  not.


Upgrade Notes
*************

* Add a new configuration option called "is_igmp_snooping_enabled"
  to enable/disable IGMP testing as part of the
  "test_multicast_between_vms_on_same_network" test case.

Changes in neutron-tempest-plugin 0.8.0..0.9.0
----------------------------------------------

1eaa24f Disable security group quotas in NetworkSecGroupTest
a4bb258 Increase default security group quota up to 150
bd0f371 Fix intermittent port_forwarding test failures
af83e83 Fix how nc client and server are run in scenario tests
95d84db Pin designate-tempest-plugin for Stein/Rocky/Queens branches
328edc8 Add port-range remote_group security group testcase
b5114e0 Enhance the test_multicast_between_vms_on_same_network test
cc92cc9 Remove references to "tenant_id" in test_security_groups
d44ac53 Modify rocky jobs to run with correct py version
e2d062f Remove references to "tenant_id" in test_qos
2a71a89 Fix test_connectivity_dvr_and_no_dvr_routers_in_same_subnet test
de95271 Drop all Rocky jobs from both check and gate queues
86620da Stop using not existing ShellCommandError exception class
1d30f61 Change the default multicast group range
4dea806 Remove "unstable_test" decorator local implementation
f2b6054 Adding pattern to check_remote_connectivity function
a18815d Negative tests for security group quota
ea283cc Security group assignment negative tests
25eb6b7 Use default cirros image to reap the benefits of infra cache


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

.zuul.yaml                                         | 167 ++++++++++++++++++---
neutron_tempest_plugin/api/base.py                 |   4 +-
neutron_tempest_plugin/api/test_qos.py             |  55 ++++---
neutron_tempest_plugin/api/test_security_groups.py |  14 +-
.../api/test_security_groups_negative.py           |  56 +++++++
neutron_tempest_plugin/common/shell.py             |  14 +-
neutron_tempest_plugin/common/utils.py             |  37 ++---
neutron_tempest_plugin/config.py                   |   8 +-
neutron_tempest_plugin/exceptions.py               |   2 +-
neutron_tempest_plugin/scenario/base.py            |  72 +++++++--
.../scenario/test_connectivity.py                  |  15 +-
neutron_tempest_plugin/scenario/test_floatingip.py |   7 +-
neutron_tempest_plugin/scenario/test_migration.py  |   7 +-
neutron_tempest_plugin/scenario/test_multicast.py  |  76 ++++++++--
.../scenario/test_port_forwardings.py              |  33 ++--
neutron_tempest_plugin/scenario/test_qos.py        |  13 +-
.../scenario/test_security_groups.py               | 103 +++++++++++++
.../services/network/json/network_client.py        |   6 +-
.../notes/igmp-snooping-8d6d85608df8880a.yaml      |  11 ++
19 files changed, 555 insertions(+), 145 deletions(-)







More information about the Release-announce mailing list