diff options
Diffstat (limited to 'robotframework-onap/ONAPLibrary/OOF.py')
-rw-r--r-- | robotframework-onap/ONAPLibrary/OOF.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/robotframework-onap/ONAPLibrary/OOF.py b/robotframework-onap/ONAPLibrary/OOF.py index d1cc864..34b93ea 100644 --- a/robotframework-onap/ONAPLibrary/OOF.py +++ b/robotframework-onap/ONAPLibrary/OOF.py @@ -20,6 +20,8 @@ class OOF(HybridCore): """OOF is an ONAP testing library for Robot Framework that provides functionality for interacting with the optimiztion framework. """ + ROBOT_LIBRARY_SCOPE = "GLOBAL" + def __init__(self): self.keyword_implementors = [ SNIROKeywords() |