octavia-tempest-plugin 1.3.0 (ussuri)
We are tickled pink to announce the release of: octavia-tempest-plugin 1.3.0: Tempest plugin for Octavia This release is part of the ussuri 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. 1.3.0 ^^^^^ New Features * Added test scenarios for UDP traffic. * Adds scenario tests for listener client authentication. Changes in octavia-tempest-plugin 1.2.0..1.3.0 ---------------------------------------------- 0ae7f10 Use same flake8 extensions as Octavia eec4229 Use TLSv1.2 SSL context for barbican tests bbddf4b Fix octavia-v2-dsvm-scenario-ubuntu-xenial 29d1790 Add UDP test scenario 2c59777 Add tests for mixed IP networks UDP members 03e35bb Fix test pool to prevent immutability state errors ebf9010 Switch octavia-two-node nodeset to Bionic e474c3e Fix timezones in certificate revocation list dates b6df5f8 Run tests with algorithm supported by provider driver c2aa20c Test the Availability Zone [Profile] admin API 658fdec Add octavia-v2-dsvm-scenario-centos-8 70c90ff Disable py2 jobs on master 0476294 Add a mixed HTTP and HTTPS scenario test 6378663 Add listener client authentication scenario tests 402de7d Add TLS SNI scenario tests 1c8e476 Handle NotImplemented flavor exception 7d0b582 Add amphorav2 to provider list 6a508ce Add an option to reuse connections cccc262 [train][goal] Define new 'octavia-v2-dsvm-scenario-ipv6-only' job cf5d79d Enable fail-fast on the gate queue f6ec945 Remove act-stdby-iptables scenario jobs in Stein+ abb87c5 Enable tempest jobs for stable/train 63bd050 Fix placement of VRRP failover check 26853ac Added tests for creation of listeners on same port 791fefb Generate PDF documentation 9891de0 Fix positional formatting and add skip check 8d42080 Fix the health monitor traffic test member ERROR 97dcb81 Add a test job for cinder volume backed amps 6d99fc6 Add an active/standby scenario test Diffstat (except docs and test files) ------------------------------------- README.rst | 6 +- octavia_tempest_plugin/clients.py | 14 + .../common/barbican_client_mgr.py | 8 +- octavia_tempest_plugin/common/cert_utils.py | 87 ++ octavia_tempest_plugin/common/constants.py | 39 +- octavia_tempest_plugin/config.py | 20 +- octavia_tempest_plugin/contrib/httpd/README.md | 6 - octavia_tempest_plugin/contrib/httpd/httpd.bin | Bin 6421240 -> 0 bytes .../contrib/test_server/README.rst | 26 + .../contrib/{httpd => test_server}/__init__.py | 0 .../contrib/test_server/test_server.bin | Bin 0 -> 4286240 bytes .../{httpd/httpd.go => test_server/test_server.go} | 50 +- .../v2/availability_zone_capabilities_client.py | 79 ++ .../load_balancer/v2/availability_zone_client.py | 274 +++++++ .../v2/availability_zone_profile_client.py | 281 +++++++ .../load_balancer/v2/flavor_profile_client.py | 4 +- .../services/load_balancer/v2/listener_client.py | 32 +- .../act_stdby_scenario/v2/test_active_standby.py | 287 +++++++ .../v2/test_active_standby_iptables.py | 24 +- .../api/v2/test_availability_zone_capabilities.py | 93 +++ .../barbican_scenario/v2/test_tls_barbican.py | 912 ++++++++++++++++++++- .../spare_pool_scenario/v2/test_spare_pool.py | 4 +- octavia_tempest_plugin/version.py | 32 + .../add-udp-test-scenario-cdd131d1ef7bf8e9.yaml | 4 + .../client-auth-scenario-bffa420a2fd38159.yaml | 4 + tox.ini | 23 +- zuul.d/jobs.yaml | 226 ++++- zuul.d/projects.yaml | 33 +- 53 files changed, 4433 insertions(+), 348 deletions(-)
participants (1)
-
no-reply@openstack.org