From 4f483c122cbd80199f2ec24e64561764e43cefcb Mon Sep 17 00:00:00 2001 From: gvrangan Date: Tue, 22 Mar 2016 01:34:39 +0000 Subject: [PATCH] Fix for VTN Manager Li job Failure Removed the method to add flows for table miss, it looks like Jenkins is using the OVS 2.0.1 for Li jobs and this is not necessary.Retained the keyword so that it can be used in the future Change-Id: I7f8a6c03a29737dadbaae659fd7fd6b3fc9fe034 Signed-off-by: gvrangan --- csit/libraries/VtnMaKeywordsLi.robot | 2 -- 1 file changed, 2 deletions(-) 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 -- 2.36.6