We eagerly announce the release of: octavia-tempest-plugin 1.1.0: Tempest plugin for Octavia This release is part of the train release series. The source is available from: https://opendev.org/openstack/octavia-tempest-plugin Download the package from: https://tarballs.openstack.org/octavia-tempest-plugin/ Please report issues through: https://storyboard.openstack.org/#!/project/908 For more details, please see below. Changes in octavia-tempest-plugin 1.0.0..1.1.0 ---------------------------------------------- 070297f Save amphora logs in gate 0f6c647 Fix tests not honoring the provider setting. 7c5b901 Fix the IPv6 tests for no ipv6-public-subnet 980f5de Replace git.openstack.org URLs with opendev.org URLs 2b9432f Fix ipv6 multinode gate (use private subnet) 564facf Add TLS Barbican jobs against stable branches 9777f11 Drop requirement on octavia-lib eed1c6b OpenDev Migration Patch ccf5254 Add octavia-v2-dsvm-scenario-ubuntu-xenial job cc7dbcd Add config option for pool algorithms c2e1216 Add iptables-based active/standby scenario test 37c9302 Add the provider flavor capabilities service client. 9028bd8 Run octavia-tempest-plugin against stable/stein bdf01df Fix octavia-tempest-plugin releasenotes theme 3bfe791 Adapt protocol and skip tests depending on config Diffstat (except docs and test files) ------------------------------------- .gitreview | 2 +- README.rst | 2 +- octavia_tempest_plugin/clients.py | 5 + octavia_tempest_plugin/common/constants.py | 2 + octavia_tempest_plugin/config.py | 25 +- .../load_balancer/v2/flavor_capabilities_client.py | 76 ++++++ .../v2/test_active_standby_iptables.py | 303 +++++++++++++++++++++ .../barbican_scenario/v2/test_tls_barbican.py | 4 +- playbooks/act_stby_iptables/pre.yaml | 16 ++ releasenotes/source/conf.py | 47 ++-- requirements.txt | 1 - tox.ini | 6 +- zuul.d/jobs.yaml | 124 ++++++++- zuul.d/projects.yaml | 23 ++ 23 files changed, 641 insertions(+), 64 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index c9f839c..3b78bc3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9 +8,0 @@ pbr!=2.1.0,>=2.0.0 # Apache-2.0 -octavia-lib>=1.0.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org