Tidy new and updated test suites.
[integration/test.git] / csit / suites / tsdr / Cassandra / 050_SyslogTable.robot
index 6271a6706055ad2f1c3bdaf80cd488c962e4f654..a82b120fb62b7c5094c5ee2c15deba32d28a7184 100644 (file)
@@ -9,7 +9,6 @@ Resource          ../../../libraries/TsdrUtils.robot
 Variables         ../../../variables/Variables.py
 
 *** Test Cases ***
-
 Verification of TSDR Cassandra Feature Installation
     [Documentation]    Install and Verify the TSDR Cassandra Syslog Features
     Initialize Cassandra Tables Metricval    val_table=metriclog
@@ -19,21 +18,20 @@ Verification of TSDR Cassandra Feature Installation
 
 Sending syslog to ODL Syslog collector using Logger command
     [Documentation]    Sending Syslogs to collector.
-    :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}
 
 Verifying TSDR Data Store For Syslog Entries
     [Documentation]    Verifying if syslogs is getting stored.
-    Copy TSDR tables     val_table=metriclog
+    Copy TSDR tables    val_table=metriclog
     ${metric_log}=    Verify the Metrics Syslog on Cassandra Client    grep DC=SYSLOG
     @{Syslogs}=    Split to lines    ${metric_log}
     ${iterator}=    Set Variable    0
-    :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 Contain    @{syslogs}[${iterator}]    ${MESSAGE}
     \    Should Contain    @{syslogs}[${iterator}]    <${f_value}>
     \    ${iterator}=    Evaluate    ${iterator} + 1
-