summaryrefslogtreecommitdiffstats
path: root/robotframework-onap/ONAPLibrary/SDC.py
diff options
context:
space:
mode:
Diffstat (limited to 'robotframework-onap/ONAPLibrary/SDC.py')
-rw-r--r--robotframework-onap/ONAPLibrary/SDC.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/robotframework-onap/ONAPLibrary/SDC.py b/robotframework-onap/ONAPLibrary/SDC.py
index d3dd9b3..f95468a 100644
--- a/robotframework-onap/ONAPLibrary/SDC.py
+++ b/robotframework-onap/ONAPLibrary/SDC.py
@@ -20,6 +20,8 @@ class SDC(HybridCore):
"""SDC is an ONAP testing library for Robot Framework that provides functionality for interacting with the serivce
orchestrator. """
+ ROBOT_LIBRARY_SCOPE = "GLOBAL"
+
def __init__(self):
self.keyword_implementors = [
BaseSDCKeywords()