congress-tempest-plugin/tests
Zhenzan Zhou 955fa96f1f Change to use tempest plugin framework
Tempest plugin framework provides more flexibility for projects.
With this plugin, it's not requiring the tests live in the tempest
tree.

Change-Id: I8681140d02926b4b3e6af84b8f03b9385e62cc72
2015-09-21 15:29:12 +08:00
..
api Change to use tempest plugin framework 2015-09-21 15:29:12 +08:00
scenario Change to use tempest plugin framework 2015-09-21 15:29:12 +08:00
README.rst Change to use tempest plugin framework 2015-09-21 15:29:12 +08:00
__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 -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