congress/congress_tempest_tests/tests
Takashi NATSUME fb921a86d3 Fix string interpolation at logging call
Skip creating the formatted log message
if the message is not going to be emitted
because of the log level.

See the oslo i18n guideline.

* http://docs.openstack.org/developer/oslo.i18n/guidelines.html#\
  adding-variables-to-log-messages

Change-Id: Ie9f3c9179cdae57ee298149f829811a5422fb9aa
Closes-Bug: #1596829
2016-08-10 06:15:19 +00:00
..
api Change to use tempest plugin framework 2015-09-21 15:29:12 +08:00
scenario Fix string interpolation at logging call 2016-08-10 06:15:19 +00:00
README.rst Update readme on tox commands to run tempest tests 2015-11-19 12:18:09 +05:30
__init__.py Change to use tempest plugin framework 2015-09-21 15:29:12 +08:00

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_tests.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_tests.tests.scenario.test_congress_basic_ops.TestPolicyBasicOps.test_policy_basic_op