senlin-tempest-plugin/senlin_tempest_plugin
Duc Truong c7fbb42f17 Skip health policy tests that are failing
Add skip decorator for health policy functional and integration tests
until they are fixed.

Partial-Bug: #1797270
Change-Id: Idbdaec647ced911ea9a05231ab037e2cfb7686f8
2018-10-11 03:16:30 +00:00
..
2017-09-06 23:21:19 -04:00
2017-09-06 23:24:30 -04:00
2018-10-03 17:51:44 +00:00
2017-09-06 23:24:30 -04:00

Tempest Integration

This directory contains Tempest tests to cover senlin project.

To list all senlin tempest cases, go to tempest directory, then run:

$ testr list-tests senlin

To run only these tests in tempest, go to tempest directory, then run:

$ ./run_tempest.sh -N -- senlin

To run a single test case, go to tempest directory, then run with test case name, e.g.:

$ ./run_tempest.sh -N -- senlin_tempest_plugin.tempest.api.test_cluster_basic.TestClusterBasic.test_cluster_create_delete

If you can't find run_tempest.sh script in tempest directory, that means the script has been removed in a certain version. Then you can use "nosetests -v" to replace "./run_tempest.sh -N" in above command. More information about running tempest test can be found here: https://docs.openstack.org/tempest/latest/