X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=csit%2Fsuites%2Ftsdr%2FHSQLDB%2F060_syslog_Collector.robot;h=fbd14ec6af9aa3d77de2b4c1be3f4966ca17c7ae;hb=1f0120ca6d1cb3de7c09c2eceba4e079651ba9eb;hp=790b8c0d5832312658447998fec79fc85fe10ad4;hpb=006afcdcec0c679ada82779d977d46da0a1a398f;p=integration%2Ftest.git diff --git a/csit/suites/tsdr/HSQLDB/060_syslog_Collector.robot b/csit/suites/tsdr/HSQLDB/060_syslog_Collector.robot index 790b8c0d58..fbd14ec6af 100644 --- a/csit/suites/tsdr/HSQLDB/060_syslog_Collector.robot +++ b/csit/suites/tsdr/HSQLDB/060_syslog_Collector.robot @@ -9,7 +9,6 @@ Resource ../../../libraries/TsdrUtils.robot Variables ../../../variables/Variables.py *** Test Cases *** - Verification of TSDR HSQLDB Feature Installation [Documentation] Install and Verify the TSDR Cassandra Syslog Features COMMENT Install a Feature odl-tsdr-hsqldb-all ${CONTROLLER} ${KARAF_SHELL_PORT} 60 @@ -18,10 +17,9 @@ Verification of TSDR HSQLDB Feature Installation Verify Feature Is Installed odl-tsdr-hsqldb Verify Feature Is Installed odl-tsdr-syslog-collector - Sending syslog to ODL Syslog collector using Logger command [Documentation] Verifying if syslogs is getting generated. - :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} @@ -30,6 +28,5 @@ Sending syslog to ODL Syslog collector using Logger command Verifying TSDR Data Store For Syslog Entries [Documentation] Verifying if syslogs is getting stored. ${output}= Issue Command On Karaf Console tsdr:list SYSLOG - Should Contain X Times ${output} SYSLOG 1 + Should Contain X Times ${output} SYSLOG 1 Should Contain ${output} ${MESSAGE_PATTERN} -