neutron-tempest-plugin 2.6.0 (caracal)
We eagerly announce the release of: neutron-tempest-plugin 2.6.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 2.5.0..2.6.0 ---------------------------------------------- ffcc017 devstack: Update enabled services 71a7324 Fix network sorting in API tests 873b715 Remove duplicate setup in NetworksIpAvailabilityIPv6Test class 63396f0 Add API test for normalized CIDR attribute in the SG rule eec234d Add test_port_shut_down API test 366a515 [ovn] Enable IPv6 metadata tests for OVN a1f654a [Default SG rules] Test to check if SG rules are created from template 969d66e Update the contributor information 052808c Fix importing security group tests 17c48d6 Add VNaaS OVN job to the project f2e985e Add test documentation for docs tox target bc84489 Remove test duplication between tempest and ntp NetworksTestDHCPv6 7944b08 Use default RBAC policies in other projects together with Neutron policies af70af3 Test job for VPNaaS on OVN 608b85f Revert "Revert "[S-RBAC] Switch to new policies by default"" 9aa8eb4 Replace cirros image versions not cached in the CI 1945f92 Revert "Temporary turn off l3_ha in ovs/lb master/bobcat jobs" 55f1f92 Add playbooks to irrelevant-files 7f679d3 Include legacy_ebtables for LinuxBridge Jammy jobs aa22c9e New basic API tests for the default SG rules templates CRUDs e4a1f53 Turn off host-passthrough in scenario jobs a2dff86 Add job definitions for 2023.2 (Bobcat) branch 97409c6 Use RE2 compatible regex for branches 209d363 Temporary turn off l3_ha in ovs/lb master/bobcat jobs 99c85da Remove test duplications between tempest and n-t-p plugin d8ed3fb Remove test duplication between tempest and n-t-p RoutersDVRTest Diffstat (except docs and test files) ------------------------------------- .gitignore | 3 +- CONTRIBUTING.rst | 21 +- README.rst | 2 +- .../api/admin/test_default_security_group_rules.py | 313 +++++++++++++++++++++ .../api/admin/test_routers_dvr.py | 105 ------- neutron_tempest_plugin/api/base.py | 32 ++- neutron_tempest_plugin/api/test_dhcp_ipv6.py | 101 ------- .../api/test_extra_dhcp_options.py | 106 ------- .../api/test_network_ip_availability.py | 5 - neutron_tempest_plugin/api/test_ports.py | 42 ++- neutron_tempest_plugin/api/test_security_groups.py | 51 +++- neutron_tempest_plugin/common/shell.py | 12 +- neutron_tempest_plugin/common/ssh.py | 2 +- neutron_tempest_plugin/common/utils.py | 2 +- .../scenario/test_simple_bgp.py | 38 +-- .../scenario/test_connectivity.py | 27 +- neutron_tempest_plugin/scenario/test_floatingip.py | 2 +- .../scenario/test_internal_dns.py | 4 +- .../scenario/test_security_groups.py | 19 +- .../services/network/json/network_client.py | 32 +++ neutron_tempest_plugin/vpnaas/api/test_vpnaas.py | 7 +- .../vpnaas/scenario/test_vpnaas.py | 58 ++-- playbooks/linuxbridge-scenario-pre-run.yaml | 2 +- tox.ini | 9 +- zuul.d/2023_2_jobs.yaml | 269 ++++++++++++++++++ zuul.d/base-nested-switch.yaml | 8 +- zuul.d/master_jobs.yaml | 161 +++++++++-- zuul.d/project.yaml | 31 +- 32 files changed, 1042 insertions(+), 449 deletions(-)
participants (1)
-
no-reply@openstack.org