Doc update
Change-Id: I8d0c6789b5b2d866430a6941460f02c762874b6d
This commit is contained in:
parent
9cf0b4610c
commit
3bb3507c97
25
README.rst
25
README.rst
@ -12,17 +12,15 @@ to execute. Additionally tests may be tuned dynamically in command-line.
|
||||
|
||||
Features
|
||||
--------
|
||||
|
||||
* User-defined topology via Heat templates
|
||||
* Simultaneously test execution on multiple instances
|
||||
* Interactive report with stats and charts
|
||||
* Built-in SLA verification
|
||||
* User-defined topology via Heat templates
|
||||
* Simultaneously test execution on multiple instances
|
||||
* Interactive report with stats and charts
|
||||
* Built-in SLA verification
|
||||
|
||||
Deployment Requirements
|
||||
-----------------------
|
||||
|
||||
* Shaker server routable from OpenStack cloud
|
||||
* Admin-user access to OpenStack API is preferable
|
||||
* Shaker server routable from OpenStack cloud
|
||||
* Admin-user access to OpenStack API is preferable
|
||||
|
||||
Run in Python Environment
|
||||
-------------------------
|
||||
@ -46,7 +44,7 @@ Full list of parameters is available in `documentation <http://pyshaker.readthed
|
||||
Shaker in Container
|
||||
-------------------
|
||||
|
||||
Shaker is available as container a container at Docker Hub at
|
||||
Shaker is available as container at Docker Hub at
|
||||
`shakhat/shaker <https://hub.docker.com/r/shakhat/shaker/>`_
|
||||
|
||||
.. code-block:: bash
|
||||
@ -64,8 +62,7 @@ where:
|
||||
|
||||
Links
|
||||
-----
|
||||
|
||||
* PyPi - https://pypi.python.org/pypi/pyshaker/
|
||||
* Docker - https://hub.docker.com/r/shakhat/shaker/
|
||||
* Docs - http://pyshaker.readthedocs.io/
|
||||
* Bugtracker - https://launchpad.net/shaker/
|
||||
* PyPi - https://pypi.python.org/pypi/pyshaker/
|
||||
* Docker - https://hub.docker.com/r/shakhat/shaker/
|
||||
* Docs - http://pyshaker.readthedocs.io/
|
||||
* Bugtracker - https://launchpad.net/shaker/
|
||||
|
@ -276,6 +276,7 @@ def act():
|
||||
aggregated = utils.merge_dicts(outputs)
|
||||
|
||||
utils.write_file(json.dumps(aggregated, indent=2), cfg.CONF.output)
|
||||
LOG.info('Raw output is stored to: %s', cfg.CONF.output)
|
||||
|
||||
report.generate_report(aggregated, cfg.CONF.report_template,
|
||||
cfg.CONF.report, cfg.CONF.subunit, cfg.CONF.book)
|
||||
|
Loading…
x
Reference in New Issue
Block a user