[release-announce] neutron-tempest-plugin 2.2.0 (antelope)

no-reply at openstack.org no-reply at openstack.org
Thu Mar 9 10:33:05 UTC 2023


We are psyched to announce the release of:

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

This release is part of the antelope 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 wallaby-last..2.2.0
-----------------------------------------------------

bf1b701 Move test_dhcp_port_status_active to tempest
7b8fa63 Fix the way how default SG for project if found in SG scenario test
23700da [Ussuri] Fix broken gate
0ea053c Drop stateless_sg property check from base method
2833797 [Wallaby] Fix tempest_exclude for ovs iptables_hybrid
6a074c9 [Secure RBAC] Add scope enforcement enabled job for master branch
387d1b1 [Stateless SG] Fix usage of the default stateless SG
481f19f Do not use ubuntu minimal image in ussuri scenario jobs
7362b85 Drop Train designate scenario job
fea6b0b Bump Cirros version used in CI jobs to 0.6.1
40b9bbb Do not override nodeset for stable scenario jobs
587ef9d Clean definitions of the CI jobs for EOL'ed branches
661d1ff [Stateless SG] Add negative API tests for Stateless SG
d8e48b3 Pin neutron-tempest-plugin for stable/wallaby jobs
a20bcdd Stateful SG tests without ingress metadata rule
d179684 Add the requirements.txt file to the tox deps
58c5d47 Make dns_domain value configurable
d829323 [taas] Use ubuntu minimal as advanced image
92dcce4 Fix nested virt job variant for EM releases
c6faa51 [ovn] Use ubuntu minimal as advanced image
0302a8e Fix tox.ini with tox4
83979b9 Run security group scenario tests against stateless security groups too
4dee1c2 Run security group api tests against stateless security groups too
0ef04fe Remove note about migration from lib/neutron-legacy to lib/neutron
667d655 Pin stable branch jobs (victoria to zed) nodeset to Ubuntu Focal (20.04)


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

.../api/admin/test_dhcp_agent_scheduler.py         | 110 ----
neutron_tempest_plugin/api/base.py                 |   5 +-
neutron_tempest_plugin/api/test_ports.py           |   2 +-
neutron_tempest_plugin/api/test_security_groups.py | 166 +++--
.../api/test_security_groups_negative.py           |  63 ++
neutron_tempest_plugin/config.py                   |   4 +
neutron_tempest_plugin/scenario/base.py            |  20 +
.../scenario/test_internal_dns.py                  |   5 +-
.../scenario/test_security_groups.py               | 552 ++++++++++++-----
.../services/network/json/network_client.py        |   6 +-
tox.ini                                            |   8 +-
zuul.d/base-nested-switch.yaml                     |  15 +-
zuul.d/master_jobs.yaml                            |  71 +--
zuul.d/project.yaml                                |  63 +-
zuul.d/queens_jobs.yaml                            | 275 ---------
zuul.d/rocky_jobs.yaml                             | 667 ---------------------
zuul.d/stein_jobs.yaml                             | 383 ------------
zuul.d/train_jobs.yaml                             |  25 -
zuul.d/ussuri_jobs.yaml                            |  33 +-
zuul.d/victoria_jobs.yaml                          |   9 +-
zuul.d/wallaby_jobs.yaml                           |  34 ++
zuul.d/xena_jobs.yaml                              |   7 +
zuul.d/yoga_jobs.yaml                              |   7 +
zuul.d/zed_jobs.yaml                               |  13 +-
24 files changed, 752 insertions(+), 1791 deletions(-)







More information about the Release-announce mailing list