Ghanshyam Mann 160b9a208b Add stable/2023.1 jobs on master gate
As 2023.1 is released, we should add its job on master
gate to keep branchless tempest plugins compatible
to stable branch.

Ref: Tempest plugins guide for stable branch testing:
- https://docs.openstack.org/tempest/latest/stable_branch_testing_policy.html

Change-Id: I2d80915b78ac024c5db5fa21d9e71f7904a58c3f
2023-06-09 05:05:49 +00:00
2021-01-22 18:30:18 +01:00
2017-05-25 12:56:52 +02:00
2019-04-19 19:32:21 +00:00
2018-09-24 20:54:38 +08:00
2018-06-21 21:43:09 +08:00
2017-05-25 12:56:52 +02:00
2021-02-05 11:47:44 +01:00
2017-06-27 12:12:07 +00:00
2023-01-02 11:53:25 +01: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 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
Description
RETIRED, Tempest plugin for kuryr/kuryr-kubernetes
Readme 50 MiB