Tempest plugin for kuryr/kuryr-kubernetes
Go to file
Michał Dulko d8c3bf13ec Get rid of cmp() usage and randomize pod labels
cmp() builtin is not available in Python 3. This commit removes its
usages. It also turns out we were comparing int to string in
assertNotEqual() in Services tests, so that was always passing.

Also tests were interfering with each other as labels added for pods in
Services tests were hardcoded. That's fixed here as well.

Change-Id: I37a5805f7670f905db24ddf86d3a4b4839453a6d
2018-07-30 17:53:57 +03:00
devstack Move tempest plugin install to the end 2018-05-31 15:02:50 +02:00
doc/source Add scenario test manager 2017-10-27 09:28:58 +00:00
kuryr_tempest_plugin Get rid of cmp() usage and randomize pod labels 2018-07-30 17:53:57 +03:00
test_container Upgrade musl(from alpine) and busybox versions 2018-07-06 17:39:34 +02:00
.gitignore Initial Commit 2017-05-25 12:56:52 +02:00
.gitreview Change gerrit remote to openstack infra 2017-06-14 15:43:52 +02:00
.zuul.yaml Add new octavia serial experimental job 2018-07-09 10:26:12 +03:00
CONTRIBUTING.rst Initial Commit 2017-05-25 12:56:52 +02:00
HACKING.rst Update url in HACKING.rst 2018-06-21 21:43:09 +08:00
LICENSE Initial Commit 2017-05-25 12:56:52 +02:00
README.rst Add scenario test manager 2017-10-27 09:28:58 +00:00
requirements.txt Updated from global requirements 2018-03-22 09:41:05 +00:00
setup.cfg Initial Commit 2017-05-25 12:56:52 +02:00
setup.py Updated from global requirements 2017-06-27 12:12:07 +00:00
test-requirements.txt Updated from global requirements 2018-03-15 07:06:47 +00:00
tox.ini Apply cap from upper reqs 2018-04-16 09:25:10 +00:00

README.rst

Tempest Integration of Kuryr

Overview

This project defines a tempest plugin containing tests used to verify the functionality of a kuryr installation. The plugin will automatically load these tests into tempest.