Fixing issue in the test to check correct number of flows.
[integration/test.git] / 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