RETIRED, Tempest plugin for kuryr/kuryr-kubernetes
Go to file
Andreas Jaeger 0b0dd66b2c Switch to newer openstackdocstheme version
Switch to openstackdocstheme 2.2.1 version. Using
this version will allow especially:
* Linking from HTML to PDF document
* Allow parallel building of documents
* Fix some rendering problems

Update Sphinx version as well.

Disable openstackdocs_auto_name to use 'project' variable as name.

Change pygments_style to 'native' since old theme version always used
'native' and the theme now respects the setting and using 'sphinx' can
lead to some strange rendering.

openstackdocstheme renames some variables, so follow the renames
before the next release removes them. A couple of variables are also
not needed anymore, remove them.

See also
http://lists.openstack.org/pipermail/openstack-discuss/2020-May/014971.html

Change-Id: Ib10098b79479aec37d7b34818dcae9deb3bc1742
2020-05-30 18:42:36 +02:00
devstack Install plugin system-wide if INSTALL_TEMPEST is set 2020-05-08 13:51:08 +02:00
doc Switch to newer openstackdocstheme version 2020-05-30 18:42:36 +02:00
kuryr_tempest_plugin Raise timeout exception kuryrnetwork events 2020-05-25 12:51:12 +03:00
releasenotes/notes [ussuri][goal] Drop python 2.7 support and testing 2020-01-23 16:05:26 -06:00
test_container Update rootfs.tar.xz for kuryr/demo 2019-04-17 11:42:02 +02:00
.gitignore Initial Commit 2017-05-25 12:56:52 +02:00
.gitreview OpenDev Migration Patch 2019-04-19 19:32:21 +00:00
.zuul.yaml Add stable branch jobs on the plugins master gate 2020-05-08 13:51:08 +02:00
CONTRIBUTING.rst Update the URL in doc 2018-09-24 20:54:38 +08: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 Update README with installation and test run information 2019-08-21 13:07:10 +00:00
requirements.txt Adapt Network Policy tempest tests for IPv6. 2020-05-07 18:12:55 +02:00
setup.cfg Update docs building, py27 cleanup 2020-05-03 11:32:38 +02:00
setup.py Updated from global requirements 2017-06-27 12:12:07 +00:00
test-requirements.txt Fix hacking min version to 3.0.1 2020-05-12 19:27:50 -05:00
tox.ini Update docs building, py27 cleanup 2020-05-03 11:32:38 +02:00

Team and repository tags

image

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.

For more information about Kuryr see: https://docs.openstack.org/kuryr/latest/

For more information about Kuryr-kubernetes see: https://docs.openstack.org/kuryr-kubernetes/latest/

For more information about Tempest plugins see: https://docs.openstack.org/tempest/latest/plugin.html

Installing

Clone this repository and call from the repo:

$ pip install -e .

Running the tests

To run all the tests from this plugin, call from the tempest repo:

$ tox -e all -- kuryr_tempest_plugin

To run a single test case, call with full path, for example:

$ tox -e all -- kuryr_tempest_plugin.tests.scenario.test_cross_ping.TestCrossPingScenario.test_vm_pod_ping

To retrieve a list of all tempest tests, run:

$ testr list-tests