diff options
Diffstat (limited to 'robotframework-onap/ONAPLibrary/SO.py')
-rw-r--r-- | robotframework-onap/ONAPLibrary/SO.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/robotframework-onap/ONAPLibrary/SO.py b/robotframework-onap/ONAPLibrary/SO.py index b01c14f..2454e97 100644 --- a/robotframework-onap/ONAPLibrary/SO.py +++ b/robotframework-onap/ONAPLibrary/SO.py @@ -21,6 +21,8 @@ class SO(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 = [ BaseSOKeywords(), |