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