X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=csit%2Flibraries%2FNicKeywords.robot;h=e934f8031ebd3674ff229f57378be6a2d24b8bde;hb=5b10d7bcd6024990def420d5269e22ad96de9b13;hp=7e142861fd10ae231aa8859ab75fdefa91bef112;hpb=af10a8780c93a7ac8b8fde288b776cf98e04582a;p=integration%2Ftest.git diff --git a/csit/libraries/NicKeywords.robot b/csit/libraries/NicKeywords.robot index 7e142861fd..e934f8031e 100644 --- a/csit/libraries/NicKeywords.robot +++ b/csit/libraries/NicKeywords.robot @@ -80,8 +80,9 @@ Remove Intent From Karaf Console [Documentation] Removes an intent from the controller via the provided intent id. ${output}= Issue Command On Karaf Console intent:remove ${id} Should Contain ${output} Intent successfully removed - ${output}= Issue Command On Karaf Console log:display |grep "Removed VTN configuration associated with the deleted Intent: " - Should Contain ${output} Removed VTN configuration associated with the deleted Intent ${id} + ${output}= Issue Command On Karaf Console log:display | grep "Removed VTN configuration associated with the deleted Intent: " + #The below log statements has changed an info to trace mode in Beryllium, and in future release will roll back in same. + #Should Contain ${output} Removed VTN configuration associated with the deleted Intent ${id} Mininet Ping Should Succeed [Arguments] ${host1} ${host2} @@ -93,6 +94,6 @@ Mininet Ping Should Succeed Mininet Ping Should Not Succeed [Arguments] ${host1} ${host2} [Timeout] 2 minute - Write ${host1} ping -c 10 ${host2} + Write ${host1} ping -c 3 ${host2} ${result} Read Until mininet> Should Not Contain ${result} 64 bytes