X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=csit%2Flibraries%2FKarafKeywords.robot;h=f1cc295755a3754a111b9595baf87351249ca309;hb=ca65f6e3eb43b80a6d1a7d5046f128ed2fe30f67;hp=f1390b3c8937d3111c115e571dd512c0ec74a80f;hpb=b91a9e0dee3eab772340f1f7209fe20ccd46ff58;p=integration%2Ftest.git diff --git a/csit/libraries/KarafKeywords.robot b/csit/libraries/KarafKeywords.robot index f1390b3c89..f1cc295755 100644 --- a/csit/libraries/KarafKeywords.robot +++ b/csit/libraries/KarafKeywords.robot @@ -32,7 +32,7 @@ Issue Command On Karaf Console Check For Elements On Karaf Command Output Message [Arguments] ${cmd} ${elements} ${controller}=${ODL_SYSTEM_IP} ${karaf_port}=${KARAF_SHELL_PORT} ${timeout}=5 [Documentation] Will execute the command using Issue Command On Karaf Console then check for the given elements - ... in the command output message + ... in the command output message ${output} Issue Command On Karaf Console ${cmd} ${controller} ${karaf_port} ${timeout} : FOR ${i} IN @{elements} \ Should Contain ${output} ${i}