Tidy new and updated test suites.
[integration/test.git] / csit / suites / tsdr / HBase / 050_SyslogTable.robot
index dd0d8d97dff7804047ba8c94003e8303af4382ae..8ad0f10e9b11b96a000d54f9b12a44bde811a7a6 100644 (file)
@@ -9,7 +9,6 @@ Resource          ../../../libraries/TsdrUtils.robot
 Variables         ../../../variables/Variables.py
 
 *** Test Cases ***
-
 Verification of TSDR HBase Feature Installation
     [Documentation]    Install and Verify the TSDR Cassandra Syslog Features
     Wait Until Keyword Succeeds    24x    10 sec    Check Karaf Log Has Messages    tsdr.syslog
@@ -19,15 +18,13 @@ Verification of TSDR HBase Feature Installation
 Sending syslog to ODL Syslog collector using Logger command
     [Documentation]    Verifying if syslogs is collected and getting stored.
     Query the Data from HBaseClient    truncate 'SYSLOG'
-    :FOR    ${key}    IN ZIP   &{syslog_facility}
+    : FOR    ${key}    IN ZIP    &{syslog_facility}
     \    ${value}=    Get From Dictionary    ${syslog_facility}    ${key}
     \    ${f_value}=    Evaluate    ${value} * 8
     \    Generate Syslog    ${f_value}
-
     ${output}=    Query the Data from HBaseClient    scan 'SYSLOG'
     Should Contain X Times    ${output}    ${MESSAGE_PATTERN}    1
-    :FOR    ${key}    IN ZIP   &{syslog_facility}
+    : FOR    ${key}    IN ZIP    &{syslog_facility}
     \    ${value}=    Get From Dictionary    ${syslog_facility}    ${key}
     \    ${f_value}=    Evaluate    ${value} * 8
     \    Should Match    ${output}    *${f_value}>*
-