Go to file
Ghanshyam Mann dadcdeb7ea 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: I6437f79587ac28c7926f995ba64ddd5c9fa32cdd
2023-06-09 05:06:32 +00:00
2021-12-14 05:20:53 +00:00
2017-09-06 23:21:19 -04:00
2021-11-29 05:08:52 +00:00
2019-04-19 19:45:03 +00:00
2021-11-29 05:08:52 +00:00
2014-12-10 15:32:50 +08:00
2020-05-10 14:24:21 +02:00
2020-05-10 14:24:21 +02:00
2021-12-14 05:20:53 +00:00
2021-12-14 05:20:53 +00:00

Team and repository tags

image

Tempest integration of Senlin

This project contains the Tempest plugin for the Senlin project for OpenStack Clustering.

For more information about Senlin see: https://docs.openstack.org/senlin/latest/

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

Installing

Clone this repository to the destination machine, and call from the tempest repo:

$ tox -e venv-tempest -- pip install (path to the senlin-tempest-plugin directory)

Running the tests

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

$ tox -e all -- senlin_tempest_plugin

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

$ tox -e all -- senlin_tempest_plugin.tests.api.policies.test_policy_update.TestPolicyUpdate.test_policy_update

To retrieve a list of all tempest tests, run:

$ testr list-tests
Description
RETIRED, Tempest plugin for the Senlin project
Readme 1.7 MiB