diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2018-02-05 17:13:53 +0100 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2018-02-05 17:23:35 +0100 |
commit | 811e6a0eacfe856745dcee55545cd8cb2a39e816 (patch) | |
tree | 2ab04bd35f132fb59356a882d68f47a38ab30ede /functest/opnfv_tests/vnf | |
parent | 7b8e07e9100974a506c7dd31c8bf190ecf69840c (diff) |
Fix docstrings
Else sphinx can't parse snaps_suite_builder.py and IxRestUtils.py.
Change-Id: Iab231a043120154bce708263474b9f9926c1f715
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to 'functest/opnfv_tests/vnf')
-rw-r--r-- | functest/opnfv_tests/vnf/ims/ixia/utils/IxRestUtils.py | 3 |
1 files changed, 2 insertions, 1 deletions
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 |