Merge "Update readme on tox commands to run tempest tests"

This commit is contained in:
Jenkins 2015-11-25 23:50:34 +00:00 committed by Gerrit Code Review
commit 766e905e7d
1 changed files with 9 additions and 1 deletions

View File

@ -10,8 +10,16 @@ To list all Congress tempest cases, go to tempest directory, then run::
To run only these tests in tempest, go to tempest directory, then run::
$ ./run_tempest -N -- congress
$ ./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