summaryrefslogtreecommitdiffstats
path: root/robotframework-onap/ONAPLibrary/Utilities.py
diff options
context:
space:
mode:
Diffstat (limited to 'robotframework-onap/ONAPLibrary/Utilities.py')
-rw-r--r--robotframework-onap/ONAPLibrary/Utilities.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/robotframework-onap/ONAPLibrary/Utilities.py b/robotframework-onap/ONAPLibrary/Utilities.py
index f791c9a..5751e21 100644
--- a/robotframework-onap/ONAPLibrary/Utilities.py
+++ b/robotframework-onap/ONAPLibrary/Utilities.py
@@ -23,6 +23,8 @@ from ONAPLibrary.Base64Keywords import Base64Keywords
class Utilities(HybridCore):
""" Keywords are useful for helper functions requests """
+ ROBOT_LIBRARY_SCOPE = "GLOBAL"
+
def __init__(self):
self.keyword_implementors = [
DNSKeywords(),