Go to file
Ghanshyam Mann a922ca138d Drop python 2.7 support and testing
OpenStack is dropping the py2.7 support in ussuri cycle.

senlin-tempest-plugin is ready with python 3 and ok to drop the
python 2.7 support.

Complete discussion & schedule can be found in
- http://lists.openstack.org/pipermail/openstack-discuss/2019-October/010142.html
- https://etherpad.openstack.org/p/drop-python2-support

Ussuri Communtiy-wide goal - https://review.opendev.org/#/c/691178/

Change-Id: I53e47c4cf7446c38eb47ad1c889483197a3d8698
2020-03-15 18:43:52 +00:00
2017-09-06 23:21:19 -04:00
2018-01-22 22:09:33 -08:00
2019-04-19 19:45:03 +00:00
2017-09-06 23:21:19 -04:00
2020-03-15 18:43:52 +00:00
2017-05-03 17:11:10 +08:00
2014-12-10 15:32:50 +08:00
2019-08-26 17:40:23 +08:00
2019-02-05 17:48:32 +00:00
2020-03-15 18:43:52 +00:00
2017-03-02 11:56:05 +00:00
2020-03-15 18:43:52 +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 repo:

$ pip install -e .

Running the tests

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

$ tox -e all-plugin -- senlin_tempest_plugin

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

$ tox -e all-plugin -- 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