diff options
author | DR695H <dr695h@att.com> | 2019-07-19 14:29:09 -0400 |
---|---|---|
committer | DR695H <dr695h@att.com> | 2019-07-19 14:29:09 -0400 |
commit | 601ead6cc5e04f276d57d118e1d94d1366278a24 (patch) | |
tree | c62f882a6d62f1138adca38913d9c1b619c7c331 /robotframework-onap/ONAPLibrary/ServiceMapping.py | |
parent | 1fade32a69abdd33e9cc9449fd214d3f5b1e4677 (diff) |
moving all libs to global scope
Issue-ID: TEST-174
Change-Id: Ieae316661540206eb1e74126f8b8859e373e3786
Signed-off-by: DR695H <dr695h@att.com>
Diffstat (limited to 'robotframework-onap/ONAPLibrary/ServiceMapping.py')
-rw-r--r-- | robotframework-onap/ONAPLibrary/ServiceMapping.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/robotframework-onap/ONAPLibrary/ServiceMapping.py b/robotframework-onap/ONAPLibrary/ServiceMapping.py index 16125c2..8eeb3c9 100644 --- a/robotframework-onap/ONAPLibrary/ServiceMapping.py +++ b/robotframework-onap/ONAPLibrary/ServiceMapping.py @@ -20,6 +20,8 @@ class ServiceMapping(HybridCore): """ServiceMapping is an ONAP testing library for Robot Framework that enables the use of a service_mapping.json to dynamically add services to a robot test suite with out changing robot code""" + ROBOT_LIBRARY_SCOPE = "GLOBAL" + def __init__(self): self.keyword_implementors = [ ServiceMappingKeywords() |