We enthusiastically announce the release of: neutron-tempest-plugin 1.0.0: Tempest plugin for Neutron Project This release is part of the ussuri 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. 1.0.0 ^^^^^ Upgrade Notes * Python 2.7 support has been dropped. Last release of neutron- tempest-plugin to support py2.7 is OpenStack Train. The minimum version of Python now supported by neutron-tempest-plugin is Python 3.6. Changes in neutron-tempest-plugin 0.9.0..1.0.0 ---------------------------------------------- baf14a5 Test connectivity after migration of the server with trunk fd4141f Fix how nc is called in qos test 4e932ab Fixed test_sg_quota_increased test 383be49 Added description to test_sg_rules_quota_increased. 5451fab Add test "test_create_instance_in_network_with_attached_policy" 41b8019 QoS - Change the way we measure bw limits 4e329cf Adding new test of security group rules quota increased. 55f2ee6 Add test "attach_previously_used_port_to_new_instance" 188f06a Disable trunk subports connectivity test on Rocky iptables_hybrid job abe828d Rocky jobs will now be run with same version of plugin 1b896ca Helper class for BaseSecGroupRulesQuota tests. cff7923 Fix logging of console output in scenario tests 247c127 Add tagging of ports during bulk creation e58219b Log vms' console output in scenario tests 31c0006 Add list security group rules API test 42aac38 [ussuri][goal] Drop python 2.7 support and testing f81c8c6 Make bgpvpn-bagpipe tempest job voting again. Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 52 ++++-- neutron_tempest_plugin/api/test_ports.py | 61 +++++++ neutron_tempest_plugin/api/test_security_groups.py | 139 ++++++++++++++-- neutron_tempest_plugin/common/utils.py | 8 + .../scenario/admin/test_floatingip.py | 7 +- neutron_tempest_plugin/scenario/base.py | 34 +++- .../scenario/test_connectivity.py | 16 +- neutron_tempest_plugin/scenario/test_floatingip.py | 13 +- .../scenario/test_internal_dns.py | 9 +- neutron_tempest_plugin/scenario/test_mtu.py | 3 +- .../scenario/test_port_forwardings.py | 6 +- neutron_tempest_plugin/scenario/test_qos.py | 182 +++++++++++++++++---- .../scenario/test_security_groups.py | 14 +- neutron_tempest_plugin/scenario/test_trunk.py | 85 +++++++++- .../services/network/json/network_client.py | 9 + .../notes/drop-py-2-7-74b8379cab4cdc5a.yaml | 6 + requirements.txt | 1 - setup.cfg | 3 +- test-requirements.txt | 3 +- tox.ini | 10 +- 20 files changed, 553 insertions(+), 108 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 9a5e99f..d3fa3eb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8 +7,0 @@ oslo.config>=5.2.0 # Apache-2.0 -ipaddress>=1.0.17;python_version<'3.3' # PSF diff --git a/test-requirements.txt b/test-requirements.txt index 8b251f6..905420c 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -10,2 +10 @@ python-subunit>=1.0.0 # Apache-2.0/BSD -sphinx!=1.6.6,!=1.6.7,>=1.6.2,<2.0.0;python_version=='2.7' # BSD -sphinx!=1.6.6,!=1.6.7,!=2.1.0,>=1.6.2;python_version>='3.4' # BSD +sphinx!=1.6.6,!=1.6.7,!=2.1.0,>=1.6.2 # BSD
participants (1)
-
no-reply@openstack.org