commit | bcf40e7f9d342ca7e0fca9fe3b8a10b82851cd9b | [log] [tgz] |
---|---|---|
author | DR695H <dr695h@att.com> | Thu Sep 12 16:25:49 2019 -0400 |
committer | DR695H <dr695h@att.com> | Thu Sep 12 16:25:49 2019 -0400 |
tree | c7c40813457eb37f574421d7c750b5b781144411 | |
parent | 12b24d73e63a863df2ac8eb5f27c9b70722fa926 [diff] |
small change to check the build process Issue-ID: TEST-211 Change-Id: Ia54017d21dab17eba9508f6803b43e35b729ee55 Signed-off-by: DR695H <dr695h@att.com>
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 @@ 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"