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/SDNC.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/SDNC.py')
-rw-r--r-- | robotframework-onap/ONAPLibrary/SDNC.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/robotframework-onap/ONAPLibrary/SDNC.py b/robotframework-onap/ONAPLibrary/SDNC.py index bd16ae4..a96ef5f 100644 --- a/robotframework-onap/ONAPLibrary/SDNC.py +++ b/robotframework-onap/ONAPLibrary/SDNC.py @@ -21,6 +21,8 @@ class SDNC(HybridCore): """SDNC is an ONAP testing library for Robot Framework that provides functionality for interacting with the network controller. """ + ROBOT_LIBRARY_SCOPE = "GLOBAL" + def __init__(self): self.keyword_implementors = [ BaseSDNCKeywords(), |