Add README section about API stability
This commit adds a section to the README outlining that tempest tests
should only be added for stable APIs. If the API is tested the
expectation is that it complies with the API stability guidelines.
Change-Id: I02a93f66ff45e4d687b7395fb24ee5bda6e52fb0
diff --git a/README.rst b/README.rst
index 0e933cc..ea36619 100644
--- a/README.rst
+++ b/README.rst
@@ -176,3 +176,11 @@
of the projects then the only concern is that the API behavior is the same
across all the versions of the project being tested. If the behavior is not
consistent the test will not be able to merge.
+
+API Stability
+-------------
+
+For new tests being added to Tempest the assumption is that the API being
+tested is considered stable and adheres to the OpenStack API stability
+guidelines. If an API is still considered experimental or in development then
+it should not be tested by Tempest until it is considered stable.