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/resources/msb_interface.robot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'robot/resources/msb_interface.robot') 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 *** -- cgit 1.2.3-korg