kuryr-tempest-plugin/kuryr_tempest_plugin
Antoni Segura Puimedon c7ebfeadc6
test_container: Add non-layered demo test image
Often our tests are based on kuryr/demo. That image used to be based on
python and alpine and was taking a very long time to pull for already
slow tests. This change makes this repository have the authoritative
version of the kuryr/demo build.

The way it is built is just by running mkrootfs.sh. But that only needs
to be run if we change the version of curl or modify server.go.
Otherwise, to run test it just needs:

    docker build -t kuryr/demo . -f Dockerfile

This build will not need to go to Docker Hub for anything so we also
eliminate one source of flakiness.

Depends-On: https://review.openstack.org/#/c/547390/
Change-Id: Iab5799e22c3b353a4f2adbaa280ab4a9904ecd95
Signed-off-by: Antoni Segura Puimedon <antonisp@celebdor.com>
2018-02-23 13:43:54 +01:00
..
services Initial Commit 2017-05-25 12:56:52 +02:00
tests test_container: Add non-layered demo test image 2018-02-23 13:43:54 +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 Testing port pool feature 2018-02-15 16:10:13 +02:00
plugin.py Testing port pool feature 2018-02-15 16:10:13 +02:00

README.rst

Tempest Integration of kuryr-tempest-plugin

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