diff options
author | DR695H <dr695h@att.com> | 2019-09-12 16:25:49 -0400 |
---|---|---|
committer | DR695H <dr695h@att.com> | 2019-09-12 16:25:49 -0400 |
commit | bcf40e7f9d342ca7e0fca9fe3b8a10b82851cd9b (patch) | |
tree | c7c40813457eb37f574421d7c750b5b781144411 /robotframework-onap/ONAPLibrary/HEATKeywords.py | |
parent | 12b24d73e63a863df2ac8eb5f27c9b70722fa926 (diff) |
small change to check the build process
Issue-ID: TEST-211
Change-Id: Ia54017d21dab17eba9508f6803b43e35b729ee55
Signed-off-by: DR695H <dr695h@att.com>
Diffstat (limited to 'robotframework-onap/ONAPLibrary/HEATKeywords.py')
-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" |