Updates Kuryr tempest README
Updates the steps and commands for running the kuryr-tempest-plugin tests. Change-Id: I171a2ddd58626717e1c35ebf4134f11be1942c7e
This commit is contained in:
parent
a9114ee09a
commit
e38e432306
13
README.rst
13
README.rst
@ -42,14 +42,19 @@ Clone this repository and call from the repo::
|
||||
Running the tests
|
||||
-----------------
|
||||
|
||||
To run all the tests from this plugin, call from the tempest repo::
|
||||
To verify the functionality of Kuryr by running tests from this plugin;
|
||||
From the tempest repo, initialize stestr::
|
||||
|
||||
$ tox -e all -- kuryr_tempest_plugin
|
||||
$ stestr init
|
||||
|
||||
Then, to run all the tests from this plugin, call::
|
||||
|
||||
$ tempest run -r 'kuryr_tempest_plugin.*'
|
||||
|
||||
To run a single test case, call with full path, for example::
|
||||
|
||||
$ tox -e all -- kuryr_tempest_plugin.tests.scenario.test_cross_ping.TestCrossPingScenario.test_vm_pod_ping
|
||||
$ tempest run -r 'kuryr_tempest_plugin.tests.scenario.test_cross_ping.TestCrossPingScenario.test_vm_pod_ping*'
|
||||
|
||||
To retrieve a list of all tempest tests, run::
|
||||
|
||||
$ testr list-tests
|
||||
$ tempest run -l
|
||||
|
Loading…
Reference in New Issue
Block a user