Fixing issue in the test to check correct number of flows.
authorAmit Mandke <ammandke@cisco.com>
Wed, 27 Aug 2014 00:38:07 +0000 (17:38 -0700)
committerAmit Mandke <ammandke@cisco.com>
Wed, 27 Aug 2014 18:37:22 +0000 (18:37 +0000)
Initial number of flows are changed due to recent checkin in l2switch.
This test is failing due to that. This change should fix it.

Change-Id: Id7e99fcb6bd0dba990c87447e6a1b624bc66bd0c
Signed-off-by: Amit Mandke <ammandke@cisco.com>
test/csit/suites/l2switch/020__FlowProgramming_OF13/010__restconf_inv_flows.txt

index 89ed0f1d022e51a9ea256b58ab7ee688f4fde3ee..867af08aac32db9f96e81e3ff27688c0359ded9f 100644 (file)
@@ -17,15 +17,15 @@ Get flows before ping through console
         Write   sh ovs-ofctl dump-flows s1 -O OpenFlow13
         Sleep   5
         ${result}    Read
-        Should Contain X Times    ${result}    actions    5
+        Should Contain X Times    ${result}    actions    4
         Write   sh ovs-ofctl dump-flows s2 -O OpenFlow13
         Sleep   5
         ${result}    Read
-        Should Contain X Times    ${result}    actions    6
+        Should Contain X Times    ${result}    actions    5
         Write   sh ovs-ofctl dump-flows s3 -O OpenFlow13
         Sleep   5
         ${result}    Read
-        Should Contain X Times    ${result}    actions    5
+        Should Contain X Times    ${result}    actions    4
 
 # Get flows before ping through restconf
 #    [Documentation]    Get the inventory, should not contain flows