kuryr-tempest-plugin/kuryr_tempest_plugin
Michał Dulko fd25366d35 Increase timeout to read pod commands results
exec_command_in_pod was hanging from time to time and we've set a 10
seconds timeout waiting for a response from it. This might be too little
as we very often see empty responses being returned. This commit
attempts to solve the issue by setting default timeout to 60 seconds.
Also the method used is changed from connect_get_namespaced_pod_exec to
connect_post_namespaced_pod_exec. This is what `kubectl` uses to
perform `exec`, so hopefully it'll be more reliable.

Depends-On: I3bbac8e90553be9424fa0ecdb4c05e096da8f2d7
Change-Id: I49ac4d066a0bd0da3833dcbf41655f7c9e374fd9
2020-11-06 12:00:57 +01:00
..
services Initial Commit 2017-05-25 12:56:52 +02:00
tests Increase timeout to read pod commands results 2020-11-06 12:00:57 +01:00
README.rst Initial Commit 2017-05-25 12:56:52 +02:00
__init__.py Initial Commit 2017-05-25 12:56:52 +02:00
config.py Support KuryrLoadbalancer CRD 2020-07-30 19:12:51 +02:00
plugin.py Update port pool with non-default values 2018-11-15 12:42:23 +02:00

README.rst

Tempest Integration of kuryr-tempest-plugin

This directory contains Tempest tests to cover the kuryr-tempest-plugin project.