X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=csit%2Flibraries%2FVtnMaKeywordsLi.robot;h=add2b11c0039bc43ff48bbd6b48201549e55a689;hb=4f483c122cbd80199f2ec24e64561764e43cefcb;hp=76a2a196a88df660dd77f7a821b7a3e1ce070a5e;hpb=40baf3644ae5bcb887950de66190d0946bfc38fe;p=integration%2Ftest.git diff --git a/csit/libraries/VtnMaKeywordsLi.robot b/csit/libraries/VtnMaKeywordsLi.robot index 76a2a196a8..add2b11c00 100644 --- a/csit/libraries/VtnMaKeywordsLi.robot +++ b/csit/libraries/VtnMaKeywordsLi.robot @@ -217,7 +217,6 @@ Add a vBridgeMacMapping Mininet Ping Should Succeed [Arguments] ${host1} ${host2} [Documentation] Ping hosts to check connectivity - Run Keyword If '${OPENFLOW_VERSION}' == 'OF13' Add Table Miss Flows Write ${host1} ping -c 1 ${host2} ${result} Read Until mininet> Should Contain ${result} 64 bytes @@ -225,7 +224,6 @@ Mininet Ping Should Succeed Mininet Ping Should Not Succeed [Arguments] ${host1} ${host2} [Documentation] Ping hosts when there is no connectivity and check hosts is unreachable - Run Keyword If '${OPENFLOW_VERSION}' == 'OF13' Add Table Miss Flows Write ${host1} ping -c 3 ${host2} ${result} Read Until mininet> Should Not Contain ${result} 64 bytes