From d089b94775a7745477e1a43ed3c93e2129ba92b1 Mon Sep 17 00:00:00 2001 From: Brian Freeman Date: Fri, 7 Sep 2018 07:30:06 -0500 Subject: Update CLAMP healthcheck url Issue-ID: CLAMP-213 Change-Id: Iee8b6263a39e9e7d03e1db6faf9c4458696c8495 Signed-off-by: Brian Freeman --- robot/resources/clamp_interface.robot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'robot') 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} -- cgit 1.2.3-korg