summaryrefslogtreecommitdiff
path: root/tempest/test_discover
diff options
context:
space:
mode:
authorStephen Finucane <sfinucan@redhat.com>2017-03-22 12:35:10 +0000
committerStephen Finucane <sfinucan@redhat.com>2017-03-23 11:51:45 +0000
commitd114804f1a25c4fc6299153e8e368e12151bbf2f (patch)
tree3d469f349c77a362790d52f1f405eb2ee8921295 /tempest/test_discover
parente3701dd534696bb29661f61aa1759bc9e659931e (diff)
downloadtempest-d114804f1a25c4fc6299153e8e368e12151bbf2f.tar.gz
Use Sphinx 1.5 warning-is-error
With pbr 2.0 and Sphinx 1.5, the setting for treat sphinx warnings as errors is setting warning-is-error in build_sphinx section. Migrate the setting from the old warnerrors one. There are a couple of small items to be cleaned up. Change-Id: I01b1ac49c69d001ea25a475d903311d0b592656e
Diffstat (limited to 'tempest/test_discover')
-rw-r--r--tempest/test_discover/plugins.py9
1 files changed, 4 insertions, 5 deletions
diff --git a/tempest/test_discover/plugins.py b/tempest/test_discover/plugins.py
index 276cf3cda..613ab92f8 100644
--- a/tempest/test_discover/plugins.py
+++ b/tempest/test_discover/plugins.py
@@ -102,11 +102,10 @@ class TempestPlugin(object):
in any ServiceClients object instantiated by tests.
The default implementation returns an empty list.
- :return list of dictionaries. Each element of the list represents
- the service client for an API. Each dict must define all
- parameters required for the invocation of
- `service_clients.ServiceClients.register_service_client_module`.
- :rtype: list
+ :returns: Each element of the list represents the service client for an
+ API. Each dict must define all parameters required for the invocation
+ of `service_clients.ServiceClients.register_service_client_module`.
+ :rtype: list of dictionaries
Example: