summaryrefslogtreecommitdiffstats
path: root/functest/ci
diff options
context:
space:
mode:
authorCédric Ollivier <cedric.ollivier@orange.com>2018-08-18 08:56:58 +0200
committerCédric Ollivier <cedric.ollivier@orange.com>2018-08-18 09:32:24 +0200
commit90080307c68683f352be2cad48c8371c746d4788 (patch)
tree11a3cea46b40df8deb09057ec99eb0109a15652b /functest/ci
parent20ee61db8d38bf12127afd12e34ac601d36b3ff5 (diff)
Generate API doc rst files
It also fixes few docstrings Change-Id: I10bae7b7fab40edd931dd55ab8859946e3b38a71 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to 'functest/ci')
-rw-r--r--functest/ci/check_deployment.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/functest/ci/check_deployment.py b/functest/ci/check_deployment.py
index a475491a1..16c69345c 100644
--- a/functest/ci/check_deployment.py
+++ b/functest/ci/check_deployment.py
@@ -7,10 +7,10 @@
# which accompanies this distribution, and is available at
# http://www.apache.org/licenses/LICENSE-2.0
-"""
-OpenStack deployment checker
+""" OpenStack deployment checker
Verifies that:
+
- Credentials file is given and contains the right information
- OpenStack endpoints are reachable
"""