summaryrefslogtreecommitdiff
path: root/doc/source/index.rst
Commit message (Collapse)AuthorAgeFilesLines
* Add tempest config guide docMatthew Treinish2015-02-241-0/+9
| | | | | | | | | | This commit adds a new doc page to the tempest documentation to provide a guide to configuring tempest. It currently contains one section to elaborate on the credentials and auth options in the config file. This doc will be expanded in the future to add details around other pieces of tempest configuration. Change-Id: Iaf7cefc6a5e508437e4b4620ba5bfaa221f3611b
* Adds documentation for JavelinJoe H. Rahme2014-12-181-0/+1
| | | | | | | I followed what's done for the cleanup.py script and re-used parts of what was described in the javelin spec. Change-Id: I57adc3764e75784d4614b6c03996433a4ee4332f
* Add tempest post-run cleanup scriptDavid Paterson2014-09-191-0/+9
| | | | | | | Implemented all features defined in blueprint. Change-Id: If3c9b82f85095eeb22bbf32841be534024213567 Implements: blueprint post-run-cleanup
* Add REVIEWING.rstMatthew Treinish2014-08-211-0/+1
| | | | | | | This commit adds a file to outline what to look for as a tempest code reviewer. Change-Id: I945469842183d0e5022cd41f823d4892adff333f
* Merge "cleaning up index.rst file"Jenkins2014-07-171-5/+0
|\
| * cleaning up index.rst fileChristian Berendt2014-05-291-5/+0
| | | | | | | | | | | | Removed notes about the generation of the file. Change-Id: I70bf5438a8fea9ca4f785313db4975b328f3a749
* | Fix warnings from build_sphinxMatthew Treinish2014-06-041-8/+0
|/ | | | | | | This commit fixes a couple of issues with build_sphinx in the tempest docs. Change-Id: Id8572455616e9be94a8c5794328eb9c1791db5b3
* Remove Whitebox testsMatthew Treinish2013-09-121-1/+0
| | | | | | | | | This commit removes the whitebox tests from tempest. The proper place for this type of testing is in nova unit tests not in tempest. Fixes bug 1222852 Change-Id: I0fac7b030c51985f9d6d93129bf9bab75c18cd11
* Add unittest framework + tests for wrapper scriptsMatthew Treinish2013-08-271-0/+1
| | | | | | | | | This commit adds a framework for running unittests on tempest to verify that tempest works as expect. The first tests added are to verify the response codes of the test runner wrapper scripts we use on jenkins jobs. Change-Id: If8e91238054593999e7b5bc34da499bd0ac02311
* Generate temepst API doc from sourceAttila Fazekas2013-08-011-0/+7
| | | | | | | | | | | | This change adds an rst file for every tempest module, with the 'automodule' macro. The root of the API documetation will be in the 'API and test cases' section on the main page. https://review.openstack.org/39427 Change-Id: I4065a24328dc85bb158b15bdfddb10ee0839916b
* Fix index link in footer barMichael Chapman2013-06-281-2/+0
| | | | | | | | | | bug 1192692 Sphinx isn't configured to load the tempest modules, so the easiest fix is to remove the links to the general and module indices (which don't exist). Change-Id: Ic33e0b6ce56cb31fa51b4cdce25524d40191235d
* Tempest Coding GuideAttila Fazekas2013-06-091-5/+5
| | | | | | | * Adding HACKING.rst as Tempest Coding Guide * Fixing the section/title formater markup's length Change-Id: Ic61d287cd3bbf3adc5f7d98b17957a5be125f613
* update docs for consistencySean Dague2013-05-241-2/+9
| | | | | | | | | | | adjust the index file to be more readable for the field guide adjust titles to make more sense when displayed in top level index change theme to 'nature', which is closer to the openstack default style. Will eventually write our own style here. Change-Id: I4f5fed65f9e26a4e4d333b1be4ed02c9ec246b9a
* initial seed for tempest doc directorySean Dague2013-05-221-0/+36
This is a first bit of experiment to get a doc tree for tempest that will publish our doc content to the web as part of a larger QA doc guide. Update some of the base READMEs to be a little more accurate, now that we're going to be pushing them to the web. Added tox [venv] to ensure that docs get built Change-Id: Id54e8fbc1d884525087630106e17b37dc1206cc9