neutron-tempest-plugin 3.1.0 (gazpacho)
We are stoked to announce the release of: neutron-tempest-plugin 3.1.0 This release is part of the gazpacho 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 2024.1-last..3.1.0 ---------------------------------------------------- 673feca Revert marking ``neutron-tempest-plugin-dynamic-routing`` non-voting ca71574 Add 2026.1 (Gazpacho) stable jobs 742754c Add FWaaS scenario test for SSH via FIP e49b99c Enable logging API in the fwaas-openvswitch scenario job e5aa9ea [hotplug ipv6] Add workaround for the test race 284d6a1 Fix 2024.1 job definitions cfa5c40 Replace deprecated method ``testtools.try_import`` a198248 Fix issues related to pkg_resources module e4417ad Pass tenant_id argument to create_router_by_client 472181a Update python version in setup.cfg 7834f46 Fix unused log import in tap-as-a-service test 648a601 Add both direction tap-as-a-service test to OVN 01efd55 Add comment highlighting taas is ML2/OVS only 2c85054 Fix FloatingIpTestCasesAdmin.test_two_vms_fips b58f82a Update jobs for unmaintained/2024.1 6e76854 Update the tunnelled networks ranges f198c45 Skip functional tests for pre-commit config update 36cfcc7 Wait for tenant VM netcat server start on fast setups 3d12da1 Remove Caracal 2024.1 jobs in check/gate queues e4af1f5 Make neutron-tempest-plugin-dynamic-routing job non-voting 27c0c5b Remove useless cover target 2609bfc Remove 2025.2 (Flamingo) ubuntu jobs 8271085 Add 2025.2 (Flamingo) stable jobs e14331b Remove explicit adding QoS policy to the cleianup Diffstat (except docs and test files) ------------------------------------- .coveragerc | 6 - neutron_tempest_plugin/common/ip.py | 5 + neutron_tempest_plugin/common/utils.py | 2 +- neutron_tempest_plugin/config.py | 2 +- .../fwaas/scenario/test_fwaas_v2.py | 124 ++++++++++- .../scenario/admin/test_floatingip.py | 40 +++- neutron_tempest_plugin/scenario/base.py | 2 +- .../scenario/test_dns_integration.py | 21 +- neutron_tempest_plugin/scenario/test_ipv6.py | 22 +- neutron_tempest_plugin/scenario/test_qos.py | 6 +- .../tap_as_a_service/scenario/test_tap_mirror.py | 56 ++++- requirements.txt | 2 +- setup.cfg | 5 +- test-requirements.txt | 3 +- tox.ini | 10 - zuul.d/2024_1_jobs.yaml | 31 +-- zuul.d/2025_1_jobs.yaml | 3 + zuul.d/2025_2_jobs.yaml | 242 +++++++++++++++++++++ zuul.d/2026_1_jobs.yaml | 242 +++++++++++++++++++++ zuul.d/master_jobs.yaml | 28 ++- zuul.d/project.yaml | 57 ++++- 21 files changed, 829 insertions(+), 80 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index eee78f8..7c8b715 100644 --- a/requirements.txt +++ b/requirements.txt @@ -14 +14 @@ ddt>=1.0.1 # MIT -testtools>=2.2.0 # MIT +testtools>=2.8.4 # MIT diff --git a/test-requirements.txt b/test-requirements.txt index 924f9ae..d23827a 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -3,2 +3 @@ hacking>=6.1.0,<6.2.0 # Apache-2.0 -coverage>=4.4.1 # Apache-2.0 -flake8-import-order>=0.18.0,<0.19.0 # LGPLv3 +flake8-import-order>=0.19.0 # LGPLv3
participants (1)
-
no-reply@openstack.org