Modifying README for installation and test run information
Change-Id: I999f3d4108151992e791ec179b52e956f7de3d39
This commit is contained in:
parent
ed63a24bdb
commit
eebbf698a1
25
README.rst
25
README.rst
@ -23,3 +23,28 @@ https://docs.openstack.org/tempest/latest/#using-plugins
|
||||
Bugs
|
||||
----
|
||||
Please report bugs to: https://storyboard.openstack.org/#!/project/890
|
||||
|
||||
Installing
|
||||
----------
|
||||
|
||||
Clone this repository and call from the repo::
|
||||
|
||||
$ pip install -e .
|
||||
|
||||
Running the tests
|
||||
-----------------
|
||||
|
||||
To run all the tests from this plugin, call from the tempest repo::
|
||||
|
||||
$ cd <Tempest Directory>
|
||||
$ tox -e all -- cloudkitty_tempest_plugin
|
||||
|
||||
To run a single test case, call with full path, for example::
|
||||
|
||||
$ cd <Tempest Directory>
|
||||
$ tox -e all -- cloudkitty_tempest_plugin.tests.api.test_cloudkitty_api.CloudkittyAdminAPITest.test_get_collector_mappings
|
||||
|
||||
To retrieve a list of all tempest tests, run::
|
||||
|
||||
$ cd <Tempest Directory>
|
||||
$ testr list-tests
|
||||
|
Loading…
x
Reference in New Issue
Block a user