From: Luis Gomez Date: Wed, 30 Mar 2016 03:02:37 +0000 (-0700) Subject: Change flow count criteria packet-count to priority X-Git-Tag: release/lithium-sr4~75 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F52%2F36852%2F1;p=integration%2Ftest.git Change flow count criteria packet-count to priority There is an extra packet-count for table aggr stats in Li branch. Change-Id: I7269739d759fef2087174705460f1c3ead327909 Signed-off-by: Luis Gomez --- diff --git a/csit/libraries/FlowLib.robot b/csit/libraries/FlowLib.robot index 794bbb3ce9..265f790df2 100644 --- a/csit/libraries/FlowLib.robot +++ b/csit/libraries/FlowLib.robot @@ -17,7 +17,7 @@ Check Flow Stats Are Available ${resp} RequestsLibrary.Get Request session ${OPERATIONAL_NODES_API}/node/${node_id}/table/2 Log ${resp.content} Should Be Equal As Strings ${resp.status_code} 200 - Should Contain X Times ${resp.content} packet-count ${flows} + Should Contain X Times ${resp.content} priority ${flows} Create Inventory Flow [Documentation] Calls FlowLib.Make_Inventory_Flow function and initializes and sanitizes