diff options
author | DR695H <dr695h@att.com> | 2019-07-31 17:28:14 -0400 |
---|---|---|
committer | DR695H <dr695h@att.com> | 2019-07-31 17:44:08 -0400 |
commit | d0453b281ae4121d24d9f8dba96e50b3f8666744 (patch) | |
tree | 3fdc7512d12c23d7258a9cf8f8fc5e0a7c56fd0b /robot/testsuites | |
parent | 1496bf5bd69f534b8f58c61c3f6babff6171e76d (diff) |
removing extra variables
Issue-ID: TEST-184
Change-Id: I700f0b4f2a9b94bcdcc263b903b4658238f5388b
Signed-off-by: DR695H <dr695h@att.com>
Diffstat (limited to 'robot/testsuites')
-rw-r--r-- | robot/testsuites/update_onap_page.robot | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/robot/testsuites/update_onap_page.robot b/robot/testsuites/update_onap_page.robot index 54778e01..f784a728 100644 --- a/robot/testsuites/update_onap_page.robot +++ b/robot/testsuites/update_onap_page.robot @@ -29,8 +29,7 @@ Update ONAP Page ${server_map}= Get Openstack Servers auth ${oam_ip_map}= Create Dictionary Set To Dictionary ${oam_ip_map} 10.0.0.1=onapdns - Set To Dictionary ${oam_ip_map} ${GLOBAL_INJECTED_AAI1_IP_ADDR}=aai1 - Set To Dictionary ${oam_ip_map} ${GLOBAL_INJECTED_AAI2_IP_ADDR}=aai2 + Set To Dictionary ${oam_ip_map} ${GLOBAL_INJECTED_AAI_IP_ADDR}=aai1 Set To Dictionary ${oam_ip_map} ${GLOBAL_INJECTED_APPC_IP_ADDR}=appc Set To Dictionary ${oam_ip_map} ${GLOBAL_INJECTED_DCAE_IP_ADDR}=dcae_controller Set To Dictionary ${oam_ip_map} ${GLOBAL_INJECTED_SO_IP_ADDR}=so |