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