Tempest plugin for kuryr/kuryr-kubernetes
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Go to file
Zuul 4af87c6e91 Merge "Setting security context for kuryr demo pod" 2 months ago
devstack Adds Kuryr-sctp-demo application 2 years ago
doc Switch to newer openstackdocstheme version 3 years ago
kuryr_tempest_plugin Setting security context for kuryr demo pod 3 months ago
releasenotes/notes [ussuri][goal] Drop python 2.7 support and testing 3 years ago
test_container Test container: use UID instead of name 3 months ago
.gitignore Initial Commit 6 years ago
.gitreview OpenDev Migration Patch 4 years ago
.zuul.yaml Add stable/zed jobs on master gate 8 months ago
CONTRIBUTING.rst Update the URL in doc 5 years ago
HACKING.rst Update url in HACKING.rst 5 years ago
LICENSE Initial Commit 6 years ago
README.rst Updates Kuryr tempest README 2 years ago
requirements.txt Adapt Network Policy tempest tests for IPv6. 3 years ago
setup.cfg setup.cfg: Replace dashes with underscores 2 years ago
setup.py Updated from global requirements 6 years ago
test-requirements.txt Use unittest.mock instead of mock 3 years ago
tox.ini Update tox.ini for new tox version 5 months ago

README.rst

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 verify the functionality of Kuryr by running tests from this plugin; From the tempest repo, initialize stestr:

$ stestr init

Then, to run all the tests from this plugin, call:

$ tempest run -r 'kuryr_tempest_plugin.*'

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

$ tempest run -r 'kuryr_tempest_plugin.tests.scenario.test_cross_ping.TestCrossPingScenario.test_vm_pod_ping*'

To retrieve a list of all tempest tests, run:

$ tempest run -l