We are excited to announce the release of: kuryr-tempest-plugin 0.7.0: Kuryr Tempest Plugin This release is part of the victoria release series. The source is available from: https://opendev.org/openstack/kuryr-tempest-plugin Download the package from: https://tarballs.openstack.org/kuryr-tempest-plugin/ Please report issues through: https://bugs.launchpad.net/kuryr/+bugs For more details, please see below. Changes in kuryr-tempest-plugin 0.6.0..0.7.0 -------------------------------------------- bc8b216 Fail get_controller_pod_names when no pods found 53f01c4 Support for vifs being in 'spec' and 'status' objects. 2fe1791 Remove skip of test_service_udp_ping 2b388b8 Support KuryrLoadbalancer CRD 5dc54de Adapt NP tests to new CRD format 8456f2f Fix test in order to work with new kuryrport CRD. 6760376 Skip service_udp_ping until Bug 1886909 is fixed a916c0f Workaround missing DIB on stable jobs 07b2267 Retrieve KuryrNets CR when supported 58ca0d1 Use unittest.mock instead of mock 0b0dd66 Switch to newer openstackdocstheme version fe8af6c Add py38 package metadata c281c48 Raise timeout exception kuryrnetwork events 952fce3 Fix a typo in base 3cc3a5d Raise Time out exception for Network policy events Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 6 + kuryr_tempest_plugin/config.py | 5 + setup.cfg | 1 + test-requirements.txt | 1 - 11 files changed, 621 insertions(+), 423 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index cf070f5..c7981e5 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -9 +8,0 @@ coverage!=4.4,>=4.0 # Apache-2.0 -mock>=2.0.0 # BSD