[release-announce] kuryr-tempest-plugin 0.4.0 (stein)

no-reply at openstack.org no-reply at openstack.org
Tue Jan 15 01:34:27 UTC 2019


We eagerly announce the release of:

kuryr-tempest-plugin 0.4.0: Kuryr Tempest Plugin

This release is part of the stein release series.

Download the package from:

    https://tarballs.openstack.org/kuryr-tempest-plugin/

For more details, please see below.

Changes in kuryr-tempest-plugin 0.3.0..0.4.0
--------------------------------------------

a82c55f Add a cloud provider config option
e1e69bf Making sure all the pods reside on the same node for port_pool
bec3f7f Multi worker tests
c91a5db Log info in case of failure at parsing curl response
248d077 Enhance wait_service_status function
8ec2c70 Synchronize port pool tests
3683907 Use kuryr-kubernetes-tempest-jobs project template
f4d2f62 Fixup kuryr_daemon_enabled option description
cf74c2a Change openstack-dev to openstack-discuss
2b5d401 Add possibility to build with podman/buildah
86addce Add network policy gate to experimental pipeline
e5c84c7 Check the number of neutron ports after controller restart
9d15498 Moving delete_namespace to addCleanup in port_pool testing
b645fa1 Add timeout to calls for ws_client.py functions
a27fe3d Add timeout parameter to 'connect_get_namespaced_pod_exec'
28a141f Update port pool with non-default values
fc679d4 Add connectivity test for service UDP
6e23790 Update service functions to support UDP
da75113 Function for updating configMap
3532be1 Update EP LBaaS state annotation check
3ae7eef Add support for UDP in  kuryr/demo container
7a5f337 A/P HA tests
0c5fb3b Sync up with kuryr-kubernetes gates
16062f9 Merging port pool and namespace gates
1cc8d8c Limit the scope of try-except block
3432ed7 Use read_namespaced_pod to get a pod
3bfaa82 fix tox python3 overrides
e5fdfb9 Update the URL in doc
5b6df79 Do not rely on ps to check the daemon
a50900d Fixing wait_for_pod_status function
32944d5 Check that kuryr-cni runs as a daemon
6ffd99b Remove direct calls to os_client for SGs
a1f22ef Refactor options definitons
5a07663 Add Network Policy tests
5de7553 OCP-Router - add support for OCP routes
427b168 Using pod ready condition for pod readiness check
ed892fc Add kuryr-controller restart test to ports pool
adcd2f7 switch documentation job to new PTI
d46651b import zuul job settings from project-config
aa89116 Fix test namespace request to include schema
177dab2 Use ThreadPool and requests instead of subprocess
f53c37a NPWG multi-vif driver tempest tests
f2c9485 Create service with UDP protocol
d9f7f96 Namespace tests: use requests instead of subprocess


Diffstat (except docs and test files)
-------------------------------------

.zuul.yaml                                         |  32 +-
CONTRIBUTING.rst                                   |   4 +-
devstack/plugin.sh                                 |   9 +-
kuryr_tempest_plugin/config.py                     |  86 +--
kuryr_tempest_plugin/plugin.py                     |  32 +-
requirements.txt                                   |   2 +
setup.cfg                                          |   4 +-
test_container/Dockerfile.builder                  |   2 +
test_container/server.go                           |  68 ++-
test_container/udp_client.go                       |  30 +
tox.ini                                            |   3 +
22 files changed, 1472 insertions(+), 215 deletions(-)


Requirements updates
--------------------

diff --git a/requirements.txt b/requirements.txt
index 9224728..021fa62 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -13,0 +14,2 @@ kubernetes>=5.0.0 # Apache-2.0
+openshift>=0.7.0
+oslo.concurrency>=3.26.0 # Apache-2.0






More information about the Release-announce mailing list