Additional logging on DCAE healthcheck 25/56525/1
authorBrian Freeman <bf1936@att.com>
Mon, 16 Jul 2018 17:16:44 +0000 (12:16 -0500)
committerBrian Freeman <bf1936@att.com>
Mon, 16 Jul 2018 17:22:10 +0000 (12:22 -0500)
Issue-ID: TEST-106
Change-Id: Ida676e90e03595613367e04d4218d2a03e336df8
Signed-off-by: Brian Freeman <bf1936@att.com>
robot/resources/dcae_interface.robot

index 267f475..dd80450 100644 (file)
@@ -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