From 75837ae99758d9a597cdb5c2d454661311f915da Mon Sep 17 00:00:00 2001 From: "john.griffith8@gmail.com" Date: Wed, 22 Feb 2017 10:05:36 -0500 Subject: [PATCH] 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 --- cinder/tests/README.rst | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 cinder/tests/README.rst diff --git a/cinder/tests/README.rst b/cinder/tests/README.rst new file mode 100644 index 00000000000..207a2ee3a54 --- /dev/null +++ b/cinder/tests/README.rst @@ -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 `