summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Rose <dr695h@att.com>2018-04-25 22:28:37 +0000
committerGerrit Code Review <gerrit@onap.org>2018-04-25 22:28:37 +0000
commitc8700c9b79896d8e3811d689d0295014a9406dbd (patch)
tree07ed9e0e39ecf8627daaf2a4ec9263235cede2fe
parentca1b9c88d822c0f1051953dc0a1aca4fc0e55aa3 (diff)
parent5cf5fa69e8caac3f429dc89afb996de0804009cf (diff)
Merge "Fix SDC DE Test"
-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']}