X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=csit%2Fsuites%2Ftsdr%2FHSQLDB%2F060_syslog_Collector.robot;h=d06003e9aa65afee2f906a18508bf5cb2da733c3;hb=94651ca9711d8eb316721775561e815830bc6c7e;hp=fbd14ec6af9aa3d77de2b4c1be3f4966ca17c7ae;hpb=1f0120ca6d1cb3de7c09c2eceba4e079651ba9eb;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 fbd14ec6af..d06003e9aa 100644 --- a/csit/suites/tsdr/HSQLDB/060_syslog_Collector.robot +++ b/csit/suites/tsdr/HSQLDB/060_syslog_Collector.robot @@ -11,18 +11,19 @@ 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 - COMMENT Install a Feature odl-tsdr-syslog-collector ${CONTROLLER} ${KARAF_SHELL_PORT} 60 + COMMENT Install a Feature odl-tsdr-hsqldb-all ${ODL_SYSTEM_IP} ${KARAF_SHELL_PORT} 60 + COMMENT Install a Feature odl-tsdr-syslog-collector ${ODL_SYSTEM_IP} ${KARAF_SHELL_PORT} 60 Wait Until Keyword Succeeds 24x 10 sec Check Karaf Log Has Messages tsdr.syslog 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} - \ ${value}= Get From Dictionary ${syslog_facility} ${key} - \ ${f_value}= Evaluate ${value} * 8 - \ Generate Syslog ${f_value} + FOR ${key} IN ZIP &{syslog_facility} + ${value}= Get From Dictionary ${syslog_facility} ${key} + ${f_value}= Evaluate ${value} * 8 + Generate Syslog ${f_value} + END Wait Until Keyword Succeeds 24x 10 sec Check HSQLDB 1 SYSLOG | grep SYSLOG | wc -l Verifying TSDR Data Store For Syslog Entries