diff options
author | Brian Freeman <bf1936@att.com> | 2018-11-05 11:05:43 -0500 |
---|---|---|
committer | Brian Freeman <bf1936@att.com> | 2018-11-05 11:05:51 -0500 |
commit | d5743d5ad466950ee2cb35943010a56a271fde93 (patch) | |
tree | 45c65fe609a79ba0dde8fee33b9943623a591bef /robot | |
parent | d5db26340875b46f779867c2ec2cf2d0439a4006 (diff) |
fix format on sdc DE health
Issue-ID: SDC-1898
Change-Id: Icccd2b49aac9caf314825ce3c773b2a59191e60d
Signed-off-by: Brian Freeman <bf1936@att.com>
Diffstat (limited to 'robot')
-rw-r--r-- | robot/resources/asdc_interface.robot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/robot/resources/asdc_interface.robot b/robot/resources/asdc_interface.robot index c9edfae3..e339a26f 100644 --- a/robot/resources/asdc_interface.robot +++ b/robot/resources/asdc_interface.robot @@ -524,7 +524,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 To Console SDC DMaaP Interface Health: ${SDC_DE_HEALTH} + Log To Console (DMaaP:${SDC_DE_HEALTH}) no_newline=true 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} |