Add a README in tests dir linked to devref html

We have been adding docs and doing better at documenting
things under the docs section, but there are a number of
things still commonly missed by folks.  Testing info is
one of the more common, so let's just link the existing
testing doc to a README file in the tests directory to
make things more prominent.

Change-Id: I005309c50b7874da37ae5ab1180c2c8c6905c643
This commit is contained in:
john.griffith8@gmail.com 2017-02-22 10:05:36 -05:00
parent bf20ff6c36
commit 75837ae997
1 changed files with 8 additions and 0 deletions

8
cinder/tests/README.rst Normal file
View File

@ -0,0 +1,8 @@
IMPORTANT DEFINITION OF TESTS IN CINDER
=======================================
Cinder has a number of different test types, PLEASE be sure to refer
to the Cinder Testing Docs to familiarize yourself with the various
options before creating any new tests.
Please check `Cinder-Testing <https://docs.openstack.org/developer/cinder/devref/testing.html>`