aboutsummaryrefslogtreecommitdiffstats
path: root/robot/testsuites/update_onap_page.robot
diff options
context:
space:
mode:
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}