aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGary Wu <gary.i.wu@huawei.com>2018-10-24 14:02:23 -0700
committerGary Wu <gary.i.wu@huawei.com>2018-10-24 14:02:23 -0700
commit03f549f99b20a272aa69af6aa470795fe3854a4d (patch)
tree75dd16c1a253ad0332a707984c0708574c1cd84b
parentc09d468ab783c52ca1e96a47cc0eb2418f587734 (diff)
Fix keyword mispelling
Change-Id: I9f2e47af1a8e5c7e7fb74ed0c16833d9037e07b9 Issue-ID: INT-621 Signed-off-by: Gary Wu <gary.i.wu@huawei.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 c49f942e..38d7c27f 100644
--- a/robot/resources/asdc_interface.robot
+++ b/robot/resources/asdc_interface.robot
@@ -435,7 +435,7 @@ Run ASDC Health Check
:FOR ${ELEMENT} IN @{ITEMS}
\ Log ${ELEMENT['healthCheckStatus']}
\ ${SDC_DE_HEALTH} Set Variable If (('DE' in '${ELEMENT['healthCheckComponent']}') and ('${ELEMENT['healthCheckStatus']}' == 'UP')) or ('${SDC_DE_HEALTH}'=='UP') UP
- Log Console SDC DMaaP Interface Health: ${SDC_DE_HEALTH}
+ Log To Console SDC DMaaP Interface Health: ${SDC_DE_HEALTH}
Run ASDC Get Request
[Documentation] Runs an ASDC get request
[Arguments] ${data_path} ${user}=${ASDC_DESIGNER_USER_ID} ${MY_ASDC_BE_ENDPOINT}=${ASDC_BE_ENDPOINT}