small change to check the build process
[testsuite/python-testing-utils.git] / robotframework-onap / ONAPLibrary / Openstack.py
index 833d731..b53441e 100644 (file)
@@ -12,7 +12,7 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-from ONAPLibrary.robotlibcore import HybridCore
+from robotlibcore import HybridCore
 from ONAPLibrary.BaseOpenstackKeywords import BaseOpenstackKeywords
 from ONAPLibrary.HEATKeywords import HEATKeywords
 
@@ -21,6 +21,8 @@ class Openstack(HybridCore):
     """SO is an ONAP testing library for Robot Framework that provides functionality for interacting with the serivce
     orchestrator. """
 
+    ROBOT_LIBRARY_SCOPE = "GLOBAL"
+
     def __init__(self):
         self.keyword_implementors = [
             BaseOpenstackKeywords(),