small change to check the build process 18/95618/1
authorDR695H <dr695h@att.com>
Thu, 12 Sep 2019 20:25:49 +0000 (16:25 -0400)
committerDR695H <dr695h@att.com>
Thu, 12 Sep 2019 20:25:49 +0000 (16:25 -0400)
Issue-ID: TEST-211
Change-Id: Ia54017d21dab17eba9508f6803b43e35b729ee55
Signed-off-by: DR695H <dr695h@att.com>
robotframework-onap/ONAPLibrary/HEATKeywords.py

index 7f47bf9..b553f12 100644 (file)
@@ -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"