summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian Freeman <bf1936@att.com>2018-04-23 20:28:16 -0500
committerBrian Freeman <bf1936@att.com>2018-04-23 20:28:27 -0500
commit5cf5fa69e8caac3f429dc89afb996de0804009cf (patch)
treee17d1274b88a10e6061e3a756d8056db32a4d318
parent76454aef576409be9cd861ebcd2d2b85d89a1d5e (diff)
Fix SDC DE Test
Issue-ID: TEST-88 Change-Id: Ia25b102c48702ac860d8a26d2e55d345f55cb423 Signed-off-by: Brian Freeman <bf1936@att.com>
-rw-r--r--robot/resources/asdc_interface.robot2
1 files changed, 1 insertions, 1 deletions
diff --git a/robot/resources/asdc_interface.robot b/robot/resources/asdc_interface.robot
index f41f13e4..2f774b00 100644
--- a/robot/resources/asdc_interface.robot
+++ b/robot/resources/asdc_interface.robot
@@ -417,7 +417,7 @@ Run ASDC Health Check
${headers}= Create Dictionary Accept=application/json Content-Type=application/json X-TransactionId=${GLOBAL_APPLICATION_ID}-${uuid} X-FromAppId=${GLOBAL_APPLICATION_ID}
${resp}= Get Request asdc ${ASDC_HEALTH_CHECK_PATH} headers=${headers}
Should Be Equal As Strings ${resp.status_code} 200
- ${SDC_DE_HEALTH}= Catenate UP
+ ${SDC_DE_HEALTH}= Catenate DOWN
@{ITEMS}= Copy List ${resp.json()['componentsInfo']}
:FOR ${ELEMENT} IN @{ITEMS}
\ Log ${ELEMENT['healthCheckStatus']}