diff options
author | Gary Wu <gary.i.wu@huawei.com> | 2018-08-06 13:51:02 -0700 |
---|---|---|
committer | Gary Wu <gary.i.wu@huawei.com> | 2018-08-06 13:51:02 -0700 |
commit | 4d80cb77e6e4f002ce9103e56b6ba23340ae0375 (patch) | |
tree | 4a7f8123931bb76058da9a12d09fb721beed65a2 /robot/resources | |
parent | b302477609fd76d9fdd333937f32ee75f2a619e3 (diff) |
Rename OPENO_IP to MSB_IP
Change-Id: I4506ec8ce04066db2af589b1674deed8d3b25667
Issue-ID: INT-526
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
Diffstat (limited to 'robot/resources')
-rw-r--r-- | robot/resources/msb_interface.robot | 2 |
1 files changed, 1 insertions, 1 deletions
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 *** |