From: Brian Freeman Date: Mon, 16 Jul 2018 17:16:44 +0000 (-0500) Subject: Additional logging on DCAE healthcheck X-Git-Tag: v1.3.0~16 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=189b0474d2a8d127c4518d480f0eaad9fecb4103;p=testsuite.git Additional logging on DCAE healthcheck Issue-ID: TEST-106 Change-Id: Ida676e90e03595613367e04d4218d2a03e336df8 Signed-off-by: Brian Freeman --- 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