RETIRED, Tempest plugin for kuryr/kuryr-kubernetes
Go to file
Michał Dulko 8d66ca382a Mark test_namespace_sg_isolation as unstable
We have issues with this test, most likely due to Neutron bug [1]. This
commit marks it as unstable, so it gets skipped on failure.

[1] https://bugzilla.redhat.com/show_bug.cgi?id=1688323

Change-Id: I8a1bfab6e4b6c0e08d8cd2b7e8c6a5efdd87bbd3
2019-11-25 10:23:16 +01:00
devstack Add possibility to build with podman/buildah 2018-12-03 13:35:27 +01:00
doc update sphinx requirement to match upstream 2019-08-20 13:32:35 -05:00
kuryr_tempest_plugin Mark test_namespace_sg_isolation as unstable 2019-11-25 10:23:16 +01: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 Use kuryr-kubernetes-tempest-jobs project template 2018-12-06 11:55:10 +01: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 Remove dependency on openshift Python client 2019-08-21 17:39:16 +00:00
setup.cfg Change openstack-dev to openstack-discuss 2018-12-04 17:14:10 +08:00
setup.py Updated from global requirements 2017-06-27 12:12:07 +00:00
test-requirements.txt Remove usage of oslosphinx 2019-04-16 09:56:20 +02:00
tox.ini Update the constraints url 2019-09-25 15:11:53 +08: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