diff options
-rw-r--r-- | robotframework-onap/ONAPLibrary/HEATKeywords.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/robotframework-onap/ONAPLibrary/HEATKeywords.py b/robotframework-onap/ONAPLibrary/HEATKeywords.py index 7f47bf9..b553f12 100644 --- a/robotframework-onap/ONAPLibrary/HEATKeywords.py +++ b/robotframework-onap/ONAPLibrary/HEATKeywords.py @@ -28,6 +28,8 @@ from ONAPLibrary.Utilities import Utilities class HEATKeywords(object): """Utilities useful for constructing OpenStack HEAT requests. """ + ROBOT_LIBRARY_SCOPE = "GLOBAL" + def __init__(self): super(HEATKeywords, self).__init__() self.application_id = "robot-ete" |