diff options
author | DR695H <dr695h@att.com> | 2019-08-02 10:56:54 -0400 |
---|---|---|
committer | DR695H <dr695h@att.com> | 2019-08-02 10:56:54 -0400 |
commit | 2d8bd80f6c940914532213691d60c304ef7420f3 (patch) | |
tree | f04bfea211e2947ed8143119e416ff45a8bd0b89 /robot/resources/sdngc_interface.robot | |
parent | d0453b281ae4121d24d9f8dba96e50b3f8666744 (diff) |
dont reference the dictionary in properties
Issue-ID: TEST-184
Change-Id: I5d72aa9f0d102f6099c9fff442c84b9d3b28a1f2
Signed-off-by: DR695H <dr695h@att.com>
Diffstat (limited to 'robot/resources/sdngc_interface.robot')
-rw-r--r-- | robot/resources/sdngc_interface.robot | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/robot/resources/sdngc_interface.robot b/robot/resources/sdngc_interface.robot index 779611e3..ff85c69d 100644 --- a/robot/resources/sdngc_interface.robot +++ b/robot/resources/sdngc_interface.robot @@ -157,8 +157,7 @@ Get Template Parameters ${ecompnet}= Evaluate (${GLOBAL_BUILD_NUMBER}%128)+128 - # Initialize the value map with the properties generated from the Robot VM /opt/config folder - ${valuemap}= Copy Dictionary ${GLOBAL_INJECTED_PROPERTIES} + ${valuemap}= Get Globally Injected Parameters # These should be deprecated by the above.... Set To Dictionary ${valuemap} artifacts_version=${GLOBAL_INJECTED_ARTIFACTS_VERSION} |