Merge "Update README.rst"

This commit is contained in:
Zuul 2018-01-26 20:55:20 +00:00 committed by Gerrit Code Review
commit 5ab8c3ed6a
2 changed files with 16 additions and 29 deletions

View File

@ -2,14 +2,26 @@
congress-tempest-plugin
===============================
Tempest Plugin for Congress project
Tempest Plugin for Congress project.
This project covers Tempest tests for Congress project.
* Free software: Apache license
* Documentation: https://docs.openstack.org/congress-tempest-plugin/latest
* Source: https://git.openstack.org/cgit/openstack/congress-tempest-plugin
* Bugs: https://bugs.launchpad.net/congress
Features
--------
Tempest Integration
-------------------
To list all Congress tempest cases, go to tempest directory, then run::
$ testr list-tests congress
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
* TODO

View File

@ -1,25 +0,0 @@
====================
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