Duc Truong c3bb3bfa88 Remove deletion policy 1.0 from tests
Modify policy show type tests from using deletion policy to using
scaling policy.  This change is needed to pass test cases for
the commit which increments to deletion policy 1.1

Change-Id: Id7804abc351c063563b58fb69a66074d0d854ecf
2018-01-29 22:44:22 -08:00
2017-09-06 23:21:19 -04:00
2018-01-22 22:09:33 -08:00
2018-01-11 05:10:05 -05:00
2017-09-06 23:21:19 -04:00
2018-01-27 17:38:05 -08: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
2018-01-24 00:30:49 -05: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