From 811e6a0eacfe856745dcee55545cd8cb2a39e816 Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Mon, 5 Feb 2018 17:13:53 +0100 Subject: Fix docstrings MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Else sphinx can't parse snaps_suite_builder.py and IxRestUtils.py. Change-Id: Iab231a043120154bce708263474b9f9926c1f715 Signed-off-by: Cédric Ollivier --- functest/opnfv_tests/vnf/ims/ixia/utils/IxRestUtils.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'functest/opnfv_tests/vnf/ims/ixia/utils/IxRestUtils.py') diff --git a/functest/opnfv_tests/vnf/ims/ixia/utils/IxRestUtils.py b/functest/opnfv_tests/vnf/ims/ixia/utils/IxRestUtils.py index 63db403b..41c23dc5 100644 --- a/functest/opnfv_tests/vnf/ims/ixia/utils/IxRestUtils.py +++ b/functest/opnfv_tests/vnf/ims/ixia/utils/IxRestUtils.py @@ -76,6 +76,7 @@ class Connection(object): Use this instead of urlparse.urljoin directly so that we can customize its behavior if necessary. Currently differs in that it + 1. appends a / to base if not present. 2. casts end to a str as a convenience """ @@ -186,7 +187,7 @@ class WebObject(object): def getOptions(self): ''' - Get the JSON dictionary which represents the WebObject Instance + Get the JSON dictionary which represents the WebObject Instance ''' return self.jsonOptions -- cgit 1.2.3-korg