summaryrefslogtreecommitdiffstats
path: root/robotframework-onap/ONAPLibrary/Openstack.py
diff options
context:
space:
mode:
Diffstat (limited to 'robotframework-onap/ONAPLibrary/Openstack.py')
-rw-r--r--robotframework-onap/ONAPLibrary/Openstack.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/robotframework-onap/ONAPLibrary/Openstack.py b/robotframework-onap/ONAPLibrary/Openstack.py
index 833d731..b8861b2 100644
--- a/robotframework-onap/ONAPLibrary/Openstack.py
+++ b/robotframework-onap/ONAPLibrary/Openstack.py
@@ -21,6 +21,8 @@ class Openstack(HybridCore):
"""SO 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 = [
BaseOpenstackKeywords(),