kuryr-tempest-plugin/kuryr_tempest_plugin
Michał Dulko e6c01efdc4 Fix `create_pod` for 4.0 kubernetes client
4.0 version of kubernetes pypi package was released. It changes the
V1Container and V1PodSpec parameter validation and now requires name and
containers fields respectively to always be provided to the
constructors. This commit fixes that.

A successful run of the fix agains kuryr-kubernetes repo can be seen on
Ie282feac157f454b61fd259a3e122fbf97199950.

Closes-Bug: 1733538
Change-Id: I96d2ad16033fa0ebac0f97b0f7d28ed3f933e227
2017-11-21 11:22:49 +01:00
..
services Initial Commit 2017-05-25 12:56:52 +02:00
tests Fix `create_pod` for 4.0 kubernetes client 2017-11-21 11:22:49 +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 Initial Commit 2017-05-25 12:56:52 +02:00
plugin.py Add kuryr base test class 2017-05-26 13:21:40 +02:00

README.rst

Tempest Integration of kuryr-tempest-plugin

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