summaryrefslogtreecommitdiffstats
path: root/robotframework-onap/ONAPLibrary/ServiceMapping.py
diff options
context:
space:
mode:
Diffstat (limited to 'robotframework-onap/ONAPLibrary/ServiceMapping.py')
-rw-r--r--robotframework-onap/ONAPLibrary/ServiceMapping.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/robotframework-onap/ONAPLibrary/ServiceMapping.py b/robotframework-onap/ONAPLibrary/ServiceMapping.py
index 16125c2..8eeb3c9 100644
--- a/robotframework-onap/ONAPLibrary/ServiceMapping.py
+++ b/robotframework-onap/ONAPLibrary/ServiceMapping.py
@@ -20,6 +20,8 @@ class ServiceMapping(HybridCore):
"""ServiceMapping is an ONAP testing library for Robot Framework that enables the use of a service_mapping.json
to dynamically add services to a robot test suite with out changing robot code"""
+ ROBOT_LIBRARY_SCOPE = "GLOBAL"
+
def __init__(self):
self.keyword_implementors = [
ServiceMappingKeywords()