From e3d841145bc8e71255336a82937aabdc6e2f7e5a Mon Sep 17 00:00:00 2001 From: Gary Wu Date: Wed, 26 Sep 2018 08:20:12 -0700 Subject: Revert "Healthcheck for PRH and HV-VES" This reverts commit 3a6ff9be81f284d23b0170231de9aa9591f7e59b. Change-Id: I8b0ddfad6f2a900e29876ebe6f8f6c6c2a19b1a6 Issue-ID: INT-651 Signed-off-by: Gary Wu --- robot/resources/dcae_interface.robot | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'robot/resources/dcae_interface.robot') diff --git a/robot/resources/dcae_interface.robot b/robot/resources/dcae_interface.robot index 9b447ded..dd804503 100644 --- a/robot/resources/dcae_interface.robot +++ b/robot/resources/dcae_interface.robot @@ -8,10 +8,7 @@ Resource global_properties.robot *** Variables *** ${DCAE_HEALTH_CHECK_PATH} /healthcheck -${VES_HV_HEALTH_CHECK_PATH} /health/ready ${DCAE_HEALTH_ENDPOINT} ${GLOBAL_DCAE_SERVER_PROTOCOL}://${GLOBAL_INJECTED_DCAE_IP_ADDR}:${GLOBAL_DCAE_HEALTH_SERVER_PORT} -${VES_HV_HEALTH_ENDPOINT} ${GLOBAL_DCAE_SERVER_PROTOCOL}://${GLOBAL_DNS_VES_NAME}:${GLOBAL_HV_VES_HEALTH_SERVER_PORT} - *** Keywords *** Run DCAE Health Check @@ -25,13 +22,3 @@ Run DCAE Health Check Log Received response code from dcae ${resp} Log Received content from dcae ${resp.content} Should Be Equal As Strings ${resp.status_code} 200 - -Run VES-HV Health Check - [Documentation] Runs a VES-HV health check - Log Creating session ${VES_HV_HEALTH_ENDPOINT} - ${session}= Create Session hv-ves ${VES_HV_HEALTH_ENDPOINT} - ${uuid}= Generate UUID - ${resp}= Get Request hv-ves ${VES_HV_HEALTH_CHECK_PATH} - Log Received response code from hv-ves ${resp} - Log Received content from hv-ves ${resp.content} - Should Be Equal As Strings ${resp.status_code} 200 -- cgit 1.2.3-korg