aboutsummaryrefslogtreecommitdiffstats
path: root/robot/testsuites/update_onap_page.robot
diff options
context:
space:
mode:
authorJerry Flood <jf9860@att.com>2017-12-07 19:44:44 -0500
committerJerry Flood <jf9860@att.com>2017-12-07 19:47:40 -0500
commite31a7f33d74ea5080db331280381cfcbce975b37 (patch)
tree5e682f7ab11f937fc0baa85bf73fb566156159bd /robot/testsuites/update_onap_page.robot
parent37bc7e5ec42e9330226fba62caf1288ba2e892a0 (diff)
Fix preload of dcae collector IP and APPC
Issue-ID: TEST-72 Change-Id: I382073fe6d85786ba548d795fc86f57f22888763 Signed-off-by: Jerry Flood <jf9860@att.com>
Diffstat (limited to 'robot/testsuites/update_onap_page.robot')
-rw-r--r--robot/testsuites/update_onap_page.robot2
1 files changed, 1 insertions, 1 deletions
diff --git a/robot/testsuites/update_onap_page.robot b/robot/testsuites/update_onap_page.robot
index b7c3b285..6a879710 100644
--- a/robot/testsuites/update_onap_page.robot
+++ b/robot/testsuites/update_onap_page.robot
@@ -46,7 +46,7 @@ Update ONAP Page
Set To Dictionary ${oam_ip_map} 10.0.4.102=dcae_coll
Set To Dictionary ${oam_ip_map} 10.0.10.1=robot
- ${values}= Create Dictionary
+ ${values}= Copy Dictionary ${GLOBAL_INJECTED_PROPERTIES}
${keys}= Get Dictionary Keys ${oam_ip_map}
:for ${oam_ip} in @{keys}
\ ${value_name}= Get From Dictionary ${oam_ip_map} ${oam_ip}