From 189b0474d2a8d127c4518d480f0eaad9fecb4103 Mon Sep 17 00:00:00 2001 From: Brian Freeman Date: Mon, 16 Jul 2018 12:16:44 -0500 Subject: Additional logging on DCAE healthcheck Issue-ID: TEST-106 Change-Id: Ida676e90e03595613367e04d4218d2a03e336df8 Signed-off-by: Brian Freeman --- robot/resources/dcae_interface.robot | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'robot/resources') diff --git a/robot/resources/dcae_interface.robot b/robot/resources/dcae_interface.robot index 267f4757..dd804503 100644 --- a/robot/resources/dcae_interface.robot +++ b/robot/resources/dcae_interface.robot @@ -19,5 +19,6 @@ Run DCAE Health Check ${uuid}= Generate UUID ${headers}= Create Dictionary X-ECOMP-Client-Version=ONAP-R2 action=getTable Accept=application/json Content-Type=application/json X-TransactionId=${GLOBAL_APPLICATION_ID}-${uuid} X-FromAppId=${GLOBAL_APPLICATION_ID} ${resp}= Get Request dcae ${DCAE_HEALTH_CHECK_PATH} headers=${headers} - Log Received response from dcae ${resp} - Should Be Equal As Strings ${resp.status_code} 200 \ No newline at end of file + Log Received response code from dcae ${resp} + Log Received content from dcae ${resp.content} + Should Be Equal As Strings ${resp.status_code} 200 -- cgit 1.2.3-korg