neutron-tempest-plugin 2.7.0 (caracal)
We are glad to announce the release of: neutron-tempest-plugin 2.7.0: Tempest plugin for Neutron Project This release is part of the caracal 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 yoga-last..2.7.0 -------------------------------------------------- ad4ddcb [Stateless SG] Add test for port security and stateless SGs ec162e0 Remove usage of testscenarios and replace it with ddt library 9286588 [OVN] Do not check L3 agents state with ML2/OVN 4528027 [OVN] Use the OVN agent in "neutron-tempest-plugin-ovn" fc274a0 Skip HA router tests when not meant for OVN driver 780d81e Add router check, subnet attached gateway IP update or deletion 84d56d0 Remove train and ussuri jobs 815b0d2 Replace usage of deprecated path for test decorators ff96cde Stop running yoga jobs in check/gate 88d1d57 Makes "segmentation_id" configurable Diffstat (except docs and test files) ------------------------------------- neutron_tempest_plugin/api/admin/test_logging.py | 3 - .../api/admin/test_routers_ha.py | 10 + neutron_tempest_plugin/api/base.py | 29 +- neutron_tempest_plugin/api/test_qos.py | 37 +-- neutron_tempest_plugin/api/test_revisions.py | 3 + neutron_tempest_plugin/api/test_routers.py | 32 ++ neutron_tempest_plugin/config.py | 11 + .../fwaas/scenario/test_fwaas_v2.py | 3 - neutron_tempest_plugin/scenario/base.py | 15 +- .../scenario/test_dns_integration.py | 9 +- neutron_tempest_plugin/scenario/test_floatingip.py | 52 ++- .../scenario/test_portsecurity.py | 22 +- neutron_tempest_plugin/vpnaas/api/test_vpnaas.py | 4 +- requirements.txt | 1 - zuul.d/2023_1_jobs.yaml | 3 + zuul.d/2023_2_jobs.yaml | 3 + zuul.d/base-nested-switch.yaml | 6 +- zuul.d/master_jobs.yaml | 4 +- zuul.d/project.yaml | 44 --- zuul.d/train_jobs.yaml | 266 --------------- zuul.d/ussuri_jobs.yaml | 356 --------------------- zuul.d/victoria_jobs.yaml | 3 + zuul.d/wallaby_jobs.yaml | 3 + zuul.d/xena_jobs.yaml | 3 + zuul.d/yoga_jobs.yaml | 45 ++- zuul.d/zed_jobs.yaml | 3 + 26 files changed, 219 insertions(+), 751 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 34531e9..9423079 100644 --- a/requirements.txt +++ b/requirements.txt @@ -19 +18,0 @@ testtools>=2.2.0 # MIT -testscenarios>=0.4 # Apache-2.0/BSD
participants (1)
-
no-reply@openstack.org