diff options
author | Brian Freeman <bf1936@att.com> | 2018-09-07 07:30:06 -0500 |
---|---|---|
committer | Brian Freeman <bf1936@att.com> | 2018-09-07 07:31:40 -0500 |
commit | d089b94775a7745477e1a43ed3c93e2129ba92b1 (patch) | |
tree | 039def7f7b181c744eac201b631b751bc749f36d /robot | |
parent | 4f18441d89ce03647fb0261f6ac226f3a2f4a919 (diff) |
Update CLAMP healthcheck url
Issue-ID: CLAMP-213
Change-Id: Iee8b6263a39e9e7d03e1db6faf9c4458696c8495
Signed-off-by: Brian Freeman <bf1936@att.com>
Diffstat (limited to 'robot')
-rw-r--r-- | robot/resources/clamp_interface.robot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/robot/resources/clamp_interface.robot b/robot/resources/clamp_interface.robot index 85a8c9e9..0adabd73 100644 --- a/robot/resources/clamp_interface.robot +++ b/robot/resources/clamp_interface.robot @@ -5,7 +5,7 @@ Library RequestsLibrary Resource global_properties.robot *** Variables *** -${CLAMP_HEALTH_CHECK_PATH} /restservices/clds/v1/clds/healthcheck +${CLAMP_HEALTH_CHECK_PATH} /restservices/clds/v1/healthcheck ${CLAMP_ENDPOINT} ${GLOBAL_CLAMP_SERVER_PROTOCOL}://${GLOBAL_INJECTED_CLAMP_IP_ADDR}:${GLOBAL_CLAMP_SERVER_PORT} |