kuryr-tempest-plugin/kuryr_tempest_plugin
Antoni Segura Puimedon 177dab22a2 Use ThreadPool and requests instead of subprocess
This way in less than a second we can check 100 times the service
and reduce the test flakiness.

In addition this patch also gets pod execution error
information, curl -Ss displays errors on stderr but the
streaming facility was swallowing them.

This patch adds the following:

* stderr for pod execution,
* status_code for pod execution,
* refactoring of service backend utility functions.

Change-Id: Ide6674c250cb2a7300ef8a77648f77e0d9c589bc
Signed-off-by: Antoni Segura Puimedon <celebdor@gmail.com>
2018-08-19 13:01:27 +03:00
..
services Initial Commit 2017-05-25 12:56:52 +02:00
tests Use ThreadPool and requests instead of subprocess 2018-08-19 13:01:27 +03: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 Testing VM to loadBalancer service connectivity 2018-08-12 10:06:13 +03:00
plugin.py Add kubernetes_project_name config option 2018-07-15 11:45:37 +03:00

README.rst

Tempest Integration of kuryr-tempest-plugin

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