We are pleased to announce the release of: neutron-tempest-plugin 1.5.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.4.0..1.5.0 ---------------------------------------------- 73cebc9 Fix test to prevent network leak 5be4bea Rewrite stein jobs using tempest_exclude_regex 4b83cee Fix DNS scenario tests 7fbea90 Add QoS negative test, test_rule_create_rule_non_existent_policy 03c795e Skip scenario tests if HA router will not be active edf3cba Wait for HA router to be active on at least one agent c134ea9 Add iptables and listening sockets to debug info 424eacd Add jobs definitions for the stable/wallaby branch ad276cb jobs: remove devstack-gate references ff54bba Switch to new rolevar for run-temepst role Diffstat (except docs and test files) ------------------------------------- neutron_tempest_plugin/api/test_ports_negative.py | 3 + neutron_tempest_plugin/api/test_qos_negative.py | 9 + neutron_tempest_plugin/common/ip.py | 17 ++ neutron_tempest_plugin/scenario/base.py | 33 +++- neutron_tempest_plugin/scenario/test_basic.py | 2 +- .../scenario/test_connectivity.py | 3 + .../scenario/test_dns_integration.py | 2 +- .../scenario/test_internal_dns.py | 1 + neutron_tempest_plugin/scenario/test_multicast.py | 2 +- neutron_tempest_plugin/scenario/test_ports.py | 2 +- .../scenario/test_portsecurity.py | 2 +- zuul.d/base.yaml | 1 - zuul.d/master_jobs.yaml | 9 +- zuul.d/project.yaml | 28 +++ zuul.d/queens_jobs.yaml | 5 - zuul.d/rocky_jobs.yaml | 2 - zuul.d/stein_jobs.yaml | 129 +++++++++++++- zuul.d/ussuri_jobs.yaml | 1 - zuul.d/wallaby_jobs.yaml | 198 +++++++++++++++++++++ 19 files changed, 421 insertions(+), 28 deletions(-)