We are satisfied to announce the release of: neutron-tempest-plugin 1.1.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. Changes in neutron-tempest-plugin 1.0.0..1.1.0 ---------------------------------------------- 5719f99 Update docs building eb35423 Set higher timeout for tests in scenario jobs 649c018 Add tempest api tests for subnet pools RBAC 345bb5e Added new API test_sg_rules_quota_values. b80f1d0 Add tempest api tests for address scopes RBAC e09f5ae Replace old requires-python with python-requires a33bd6e Disable negative subnetpool test 167a578 Protect vs unordered results in TrunkTestInheritJSONBase 29c2dff Add test_reuse_ip_address_with_other_fip... Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 10 ++ neutron_tempest_plugin/api/base.py | 9 +- neutron_tempest_plugin/api/test_address_scopes.py | 139 +++++++++++++++++ neutron_tempest_plugin/api/test_security_groups.py | 16 ++ neutron_tempest_plugin/api/test_subnetpools.py | 170 +++++++++++++++++++++ .../api/test_subnetpools_negative.py | 5 + neutron_tempest_plugin/api/test_trunk.py | 4 +- neutron_tempest_plugin/scenario/test_floatingip.py | 122 +++++++++++++++ .../services/network/json/network_client.py | 11 ++ setup.cfg | 25 +-- test-requirements.txt | 4 +- tox.ini | 4 +- 12 files changed, 486 insertions(+), 33 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index 905420c..6cff185 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -10 +10 @@ python-subunit>=1.0.0 # Apache-2.0/BSD -sphinx!=1.6.6,!=1.6.7,!=2.1.0,>=1.6.2 # BSD +sphinx>=2.0.0,!=2.1.0 # BSD @@ -14 +14 @@ testtools>=2.2.0 # MIT -openstackdocstheme>=1.20.0 # Apache-2.0 +openstackdocstheme>=2.0.0 # Apache-2.0