neutron-tempest-plugin 1.6.0 (xena)
We enthusiastically announce the release of: neutron-tempest-plugin 1.6.0: Tempest plugin for Neutron Project This release is part of the xena 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 1.5.0..1.6.0 ---------------------------------------------- 9115c8e Fix test_allocate_ips_are_from_correct_subnet on ML2/OVN backend d32821b Changed minversion in tox to 3.18.0 70be7ac Cleanup Security Group rules after TC execution 25df8e2 Add a test for overlapping SG rules a5cdede Fix required extensions for the subnet's service type API tests bb1532a Revert "Skip scenario tests if HA router will not be active" 12e5469 Enable tls-proxy support for test jobs 3eb483b Remove allowed_address_pair API tests bd2bfd4 Added test for reattached security groups 2e68c7a New API test for subnet's service types 1536b57 Remove "active" attribute from the allowed_address_pairs 8de8b99 Change way how tcpdump result is checked in multicast test 3d7420a Explicitly set jobs sfc and bgpvpn to ML2/OVS 99d8ae2 Remove train jobs from the project's CI queues 20eb967 Switch neutron-tempest-plugin-api job to be ML2/OVS dbb0b48 QoS rule negative tests 4a91784 Move back designate scenario job to the check queue a4cb807 Unset new rolevar for run-tempest role for rocky jobs 913c306 Add test for default DNS zone per tenant Diffstat (except docs and test files) ------------------------------------- neutron_tempest_plugin/api/base.py | 9 + .../api/test_allowed_address_pair.py | 121 --------- neutron_tempest_plugin/api/test_qos_negative.py | 118 +++++++-- neutron_tempest_plugin/api/test_security_groups.py | 4 +- neutron_tempest_plugin/api/test_subnets.py | 42 ++++ neutron_tempest_plugin/common/utils.py | 71 ++++++ neutron_tempest_plugin/scenario/base.py | 18 +- .../scenario/test_dns_integration.py | 53 ++++ neutron_tempest_plugin/scenario/test_multicast.py | 3 +- .../scenario/test_security_groups.py | 87 +++++++ tox.ini | 4 +- zuul.d/master_jobs.yaml | 67 ++++- zuul.d/project.yaml | 42 +--- zuul.d/queens_jobs.yaml | 1 + zuul.d/rocky_jobs.yaml | 272 ++++++++++++++++++++- zuul.d/stein_jobs.yaml | 1 + zuul.d/train_jobs.yaml | 14 ++ zuul.d/ussuri_jobs.yaml | 1 + zuul.d/victoria_jobs.yaml | 1 + zuul.d/wallaby_jobs.yaml | 1 + 20 files changed, 723 insertions(+), 207 deletions(-)
participants (1)
-
no-reply@openstack.org