summaryrefslogtreecommitdiffstats
path: root/robotframework-onap/ONAPLibrary/Protobuf.py
diff options
context:
space:
mode:
Diffstat (limited to 'robotframework-onap/ONAPLibrary/Protobuf.py')
-rw-r--r--robotframework-onap/ONAPLibrary/Protobuf.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/robotframework-onap/ONAPLibrary/Protobuf.py b/robotframework-onap/ONAPLibrary/Protobuf.py
index c81a0a2..0dfb1c4 100644
--- a/robotframework-onap/ONAPLibrary/Protobuf.py
+++ b/robotframework-onap/ONAPLibrary/Protobuf.py
@@ -19,6 +19,8 @@ from ONAPLibrary.ProtobufKeywords import ProtobufKeywords
class Protobuf(HybridCore):
""" Utilities useful for Protobuf manipulation """
+ ROBOT_LIBRARY_SCOPE = "GLOBAL"
+
def __init__(self):
self.keyword_implementors = [
ProtobufKeywords()