neutron-tempest-plugin 0.6.0 (train)
We contentedly announce the release of: neutron-tempest-plugin 0.6.0: Tempest plugin for Neutron Project This release is part of the train 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 0.5.0..0.6.0 ---------------------------------------------- 81530cd Run FWaaS and SFC jobs on all file changes aa65dfb Add retry decorator to SSH "execute" method 46bd3af Tempest test for Neutron extension: extraroute-atomic 2f467ca Skip multicast test if there is no python3 on VM ee00085 Use _create_admin_router() where possible 0a3705f Clean routers in DvrRoutersNegativeTestExtended d11f4ec Start enforcing E125 flake8 directive 9f868d1 Add new job neutron-tempest-plugin-scenario-openvswitch-iptables_hybrid e5b4350 Add new job neutron-tempest-plugin-scenario-openvswitch Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 137 ++++++++++++++++++++- .../api/admin/test_routers_dvr.py | 25 ++-- neutron_tempest_plugin/api/base.py | 8 ++ neutron_tempest_plugin/api/test_routers.py | 100 +++++++++++---- .../api/test_routers_negative.py | 8 +- neutron_tempest_plugin/common/ssh.py | 18 +++ .../fwaas/common/fwaas_v2_client.py | 2 +- neutron_tempest_plugin/scenario/base.py | 4 +- neutron_tempest_plugin/scenario/test_multicast.py | 49 ++++---- neutron_tempest_plugin/scenario/test_qos.py | 8 +- .../services/network/json/network_client.py | 16 +++ requirements.txt | 1 + tox.ini | 3 +- 13 files changed, 302 insertions(+), 77 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index bb836d1..2febb7e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -15,0 +16 @@ tempest>=17.1.0 # Apache-2.0 +tenacity>=3.2.1 # Apache-2.0
participants (1)
-
no-reply@openstack.org