tengqm 4e992e2bd3 Temporary fix for api tests
Temporary fixes for debugging gate jobs in senlin.

Change-Id: Ibf074f6edb69eb5fcddfef34f238bfa92477b75b
2018-01-22 02:02:22 -05:00
2017-09-06 23:21:19 -04:00
2018-01-11 05:10:05 -05:00
2017-09-06 23:21:19 -04:00
2017-05-03 17:11:10 +08:00
2017-09-06 23:21:19 -04:00
2014-12-10 15:32:50 +08:00
2018-01-20 18:40:52 +01:00
2017-03-02 11:56:05 +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