aboutsummaryrefslogtreecommitdiffstats
path: root/tests/dcaegen2/testcases/resources/robot_library/DcaeLibrary.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/dcaegen2/testcases/resources/robot_library/DcaeLibrary.py')
-rw-r--r--tests/dcaegen2/testcases/resources/robot_library/DcaeLibrary.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/dcaegen2/testcases/resources/robot_library/DcaeLibrary.py b/tests/dcaegen2/testcases/resources/robot_library/DcaeLibrary.py
index d5dd9721..37de28e9 100644
--- a/tests/dcaegen2/testcases/resources/robot_library/DcaeLibrary.py
+++ b/tests/dcaegen2/testcases/resources/robot_library/DcaeLibrary.py
@@ -73,7 +73,7 @@ class DcaeLibrary(object):
return DcaeLibrary.extract_list_of_items_from_json_string(jsonstr, keyval)
except Exception as e:
logger.info("Json data parsing fails")
- print str(e)
+ print (str(e))
return []
@staticmethod
@@ -108,5 +108,5 @@ if __name__ == '__main__':
lib.enable_vesc_https_auth()
ret = lib.setup_dmaap_server()
- print ret
+ print (ret)
time.sleep(100000)