From 4d80cb77e6e4f002ce9103e56b6ba23340ae0375 Mon Sep 17 00:00:00 2001 From: Gary Wu Date: Mon, 6 Aug 2018 13:51:02 -0700 Subject: Rename OPENO_IP to MSB_IP Change-Id: I4506ec8ce04066db2af589b1674deed8d3b25667 Issue-ID: INT-526 Signed-off-by: Gary Wu --- robot/assets/templates/web/index.html.template | 2 +- robot/resources/msb_interface.robot | 2 +- robot/testsuites/update_onap_page.robot | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'robot') diff --git a/robot/assets/templates/web/index.html.template b/robot/assets/templates/web/index.html.template index b9bdd8c4..cf75f28e 100644 --- a/robot/assets/templates/web/index.html.template +++ b/robot/assets/templates/web/index.html.template @@ -97,7 +97,7 @@ GLOBAL_INJECTED_PORTAL_IP_ADDR = "${portal}" GLOBAL_INJECTED_SDC_IP_ADDR = "${sdc}" GLOBAL_INJECTED_SDNC_IP_ADDR = "${sdnc}" GLOBAL_INJECTED_VID_IP_ADDR = "${vid}" -GLOBAL_INJECTED_OPENO_IP_ADDR = "${openo}" +GLOBAL_INJECTED_MSB_IP_ADDR = "${openo}" GLOBAL_INJECTED_CLAMP_IP_ADDR = "${clamp}" GLOBAL_INJECTED_VM_FLAVOR = "${GLOBAL_INJECTED_VM_FLAVOR}" GLOBAL_INJECTED_VM_IMAGE_NAME = "${GLOBAL_INJECTED_VM_IMAGE_NAME}" diff --git a/robot/resources/msb_interface.robot b/robot/resources/msb_interface.robot index 53b67da6..81224efe 100644 --- a/robot/resources/msb_interface.robot +++ b/robot/resources/msb_interface.robot @@ -6,7 +6,7 @@ Resource global_properties.robot *** Variables *** ${MSB_HEALTH_CHECK_PATH} /iui/microservices/default.html -${MSB_ENDPOINT} ${GLOBAL_MSB_SERVER_PROTOCOL}://${GLOBAL_INJECTED_OPENO_IP_ADDR}:${GLOBAL_MSB_SERVER_PORT} +${MSB_ENDPOINT} ${GLOBAL_MSB_SERVER_PROTOCOL}://${GLOBAL_INJECTED_MSB_IP_ADDR}:${GLOBAL_MSB_SERVER_PORT} *** Keywords *** diff --git a/robot/testsuites/update_onap_page.robot b/robot/testsuites/update_onap_page.robot index 9f99d6f5..f8019397 100644 --- a/robot/testsuites/update_onap_page.robot +++ b/robot/testsuites/update_onap_page.robot @@ -39,7 +39,7 @@ Update ONAP Page Set To Dictionary ${oam_ip_map} ${GLOBAL_INJECTED_PORTAL_IP_ADDR}=portal Set To Dictionary ${oam_ip_map} ${GLOBAL_INJECTED_SDC_IP_ADDR}=sdc Set To Dictionary ${oam_ip_map} ${GLOBAL_INJECTED_SDNC_IP_ADDR}=sdnc - Set To Dictionary ${oam_ip_map} ${GLOBAL_INJECTED_OPENO_IP_ADDR}=openo + Set To Dictionary ${oam_ip_map} ${GLOBAL_INJECTED_MSB_IP_ADDR}=openo Set To Dictionary ${oam_ip_map} ${GLOBAL_INJECTED_CLAMP_IP_ADDR}=clamp Set To Dictionary ${oam_ip_map} ${GLOBAL_INJECTED_VID_IP_ADDR}=vid Set To Dictionary ${oam_ip_map} 10.0.4.105=dcae_cdap -- cgit 1.2.3-korg