From: DR695H Date: Thu, 12 Sep 2019 20:25:49 +0000 (-0400) Subject: small change to check the build process X-Git-Tag: 6.0.0-ONAP~16 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F18%2F95618%2F1;p=testsuite%2Fpython-testing-utils.git small change to check the build process Issue-ID: TEST-211 Change-Id: Ia54017d21dab17eba9508f6803b43e35b729ee55 Signed-off-by: DR695H --- 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"