Add unit test section to the field guide index

The unit tests are another class of tests in tempest, but they were
excluded from the field guide index. This commit adds a section at the
bottom of the index for the unit test field guide.

Change-Id: I0f081c7a94bca46322381f8a5d28d7cadf334bbc
This commit is contained in:
Matthew Treinish 2014-07-25 16:07:20 -04:00
parent a9aef878f0
commit 817a8087bd
2 changed files with 9 additions and 1 deletions

View File

@ -73,3 +73,11 @@ Many openstack components include 3rdparty API support. It is
completely legitimate for Tempest to include tests of 3rdparty APIs,
but those should be kept separate from the normal OpenStack
validation.
:ref:`unit_tests_field_guide`
-----------------------------
Unit tests are the self checks for Tempest. They provide functional
verification and regression checking for the internal components of tempest.
They should be used to just verify that the individual pieces of tempest are
working as expected.

View File

@ -1,4 +1,4 @@
.. _unit_tests.rst:
.. _unit_tests_field_guide:
Tempest Field Guide to Unit tests
=================================