aboutsummaryrefslogtreecommitdiffstats
path: root/functest/opnfv_tests/vnf
diff options
context:
space:
mode:
Diffstat (limited to 'functest/opnfv_tests/vnf')
-rw-r--r--functest/opnfv_tests/vnf/ims/ixia/utils/IxRestUtils.py3
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