|
5 days ago | |
---|---|---|
devstack | 2 months ago | |
doc | 7 months ago | |
kuryr_tempest_plugin | 5 days ago | |
releasenotes/notes | 1 year ago | |
test_container | 1 month ago | |
.gitignore | 3 years ago | |
.gitreview | 1 year ago | |
.zuul.yaml | 1 week ago | |
CONTRIBUTING.rst | 2 years ago | |
HACKING.rst | 2 years ago | |
LICENSE | 3 years ago | |
README.rst | 1 year ago | |
requirements.txt | 8 months ago | |
setup.cfg | 7 months ago | |
setup.py | 3 years ago | |
test-requirements.txt | 7 months ago | |
tox.ini | 3 months ago |
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
Clone this repository and call from the repo:
$ pip install -e .
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