diff options
author | Eric Debeau <eric.debeau@orange.com> | 2017-10-21 15:22:02 +0000 |
---|---|---|
committer | Eric Debeau <eric.debeau@orange.com> | 2017-10-21 15:22:54 +0000 |
commit | 85b749bac23adde11ea1f69ced2b4cffbddd0564 (patch) | |
tree | 8abe11eee7958c8d66bbf14c641a69e2954abe96 /robot/resources/portal_interface.robot | |
parent | 1973e2cd4f22a2c14adf0302a940c740b5142053 (diff) |
Change ECOMPPORTAL by ONAPPORTAL
Change-Id: I76acc4f28ea47b0ad7f16fc2bce5b5a70a8a1907
Issue-ID: INT-291
Signed-off-by: Eric Debeau <eric.debeau@orange.com>
Diffstat (limited to 'robot/resources/portal_interface.robot')
-rw-r--r-- | robot/resources/portal_interface.robot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/robot/resources/portal_interface.robot b/robot/resources/portal_interface.robot index 29205292..e0049345 100644 --- a/robot/resources/portal_interface.robot +++ b/robot/resources/portal_interface.robot @@ -7,7 +7,7 @@ Library UUID Resource global_properties.robot *** Variables *** -${PORTAL_HEALTH_CHECK_PATH} /ECOMPPORTAL/portalApi/healthCheck +${PORTAL_HEALTH_CHECK_PATH} /ONAPPORTAL/portalApi/healthCheck ${PORTAL_ENDPOINT} ${GLOBAL_PORTAL_SERVER_PROTOCOL}://${GLOBAL_INJECTED_PORTAL_IP_ADDR}:${GLOBAL_PORTAL_SERVER_PORT} *** Keywords *** |