congress-tempest-plugin/congress_tempest_plugin/tests
Zuul 068fa1ea8c Merge "Remove alarm_rule from aodh tests" 2018-01-25 04:42:38 +00:00
..
api Initial CookieCutter commit 2017-12-04 11:06:55 +05:30
scenario Merge "Remove alarm_rule from aodh tests" 2018-01-25 04:42:38 +00:00
README.rst Initial setup changes of congress-tempest-plugin 2018-01-04 11:31:41 +00:00
__init__.py Initial CookieCutter commit 2017-12-04 11:06:55 +05:30

README.rst

Tempest Integration

This directory contains Tempest tests to cover Congress project.

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

$ testr list-tests congress

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

$ ./run_tempest.sh -N -- congress

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

$ ./run_tempest.sh -N -- congress_tempest_plugin.tests.scenario.test_congress_basic_ops.TestPolicyBasicOps.test_policy_basic_op

Alternatively, to run congress tempest plugin tests using tox, go to tempest directory, then run:

$ tox -eall-plugin congress

And, to run a specific test:

$ tox -eall-plugin congress_tempest_plugin.tests.scenario.test_congress_basic_ops.TestPolicyBasicOps.test_policy_basic_op