diff options
author | Jerry Flood <jf9860@att.com> | 2017-12-07 19:44:44 -0500 |
---|---|---|
committer | Jerry Flood <jf9860@att.com> | 2017-12-07 19:47:40 -0500 |
commit | e31a7f33d74ea5080db331280381cfcbce975b37 (patch) | |
tree | 5e682f7ab11f937fc0baa85bf73fb566156159bd /robot/testsuites | |
parent | 37bc7e5ec42e9330226fba62caf1288ba2e892a0 (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')
-rw-r--r-- | robot/testsuites/closed-loop.robot | 2 | ||||
-rw-r--r-- | robot/testsuites/update_onap_page.robot | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/robot/testsuites/closed-loop.robot b/robot/testsuites/closed-loop.robot index e36be894..403506b4 100644 --- a/robot/testsuites/closed-loop.robot +++ b/robot/testsuites/closed-loop.robot @@ -9,7 +9,7 @@ Test Teardown Teardown Closed Loop VFW Closed Loop Test [TAGS] ete closedloop - VFW Policy + VFWCL Policy VDNS Closed Loop Test [TAGS] ete closedloop VDNS Policy
\ No newline at end of file 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} |