Adjusting OVSDB timers + performance
authorLuis Gomez <ecelgp@gmail.com>
Thu, 3 Jul 2014 04:45:37 +0000 (21:45 -0700)
committerLuis Gomez <ecelgp@gmail.com>
Thu, 3 Jul 2014 04:45:37 +0000 (21:45 -0700)
Change-Id: I57b4a07fdb2833e367a8f7b4c5eff8731b0a6d27
Signed-off-by: Luis Gomez <ecelgp@gmail.com>
test/csit/suites/base-of13/080__Inventory_Performance/050__ping_test.txt
test/csit/suites/base-of13/090__OVSDB/010__bridge_domain.txt
test/csit/suites/base-of13/100__OVSDB_OF13/010__bridge_domain.txt

index 12d5172552ca0e508d3b538276367d55d1269369..204634104af432c875f06248ad57105ed1a2339b 100644 (file)
@@ -16,7 +16,7 @@ Ping all
     ${TOPO_TREE_FANOUT}   Convert To Integer  ${TOPO_TREE_FANOUT}
        ${numnodes}             Num Of Nodes            ${TOPO_TREE_DEPTH}      ${TOPO_TREE_FANOUT}
        Write   pingall
-    Sleep   ${numnodes*3}
+    Sleep   ${numnodes}
     ${result}    Read
     Should Not Contain   ${result}     X  
 
index 92d8a399edd67b43f3b51f7393a7277ef7cf3e16..ba0c71b88f3f19876bdbf2b6cd958e5e11f815fa 100644 (file)
@@ -73,10 +73,10 @@ Ping h1 to h4
     [Documentation]    Ping h1 to h4, verify no packet loss
     [Tags]   ovsdb
     Sleep   5
-    Write   h1 ping -w 6 h4
-    Sleep   6
-    Write   h4 ping -w 6 h1
-    Sleep   6
+    Write   h1 ping -w 10 h4
+    Sleep   10
+    Write   h4 ping -w 10 h1
+    Sleep   10
     ${result}    Read
     Should Contain   ${result}   64 bytes
 Delete s4 ports
index 92d8a399edd67b43f3b51f7393a7277ef7cf3e16..ba0c71b88f3f19876bdbf2b6cd958e5e11f815fa 100644 (file)
@@ -73,10 +73,10 @@ Ping h1 to h4
     [Documentation]    Ping h1 to h4, verify no packet loss
     [Tags]   ovsdb
     Sleep   5
-    Write   h1 ping -w 6 h4
-    Sleep   6
-    Write   h4 ping -w 6 h1
-    Sleep   6
+    Write   h1 ping -w 10 h4
+    Sleep   10
+    Write   h4 ping -w 10 h1
+    Sleep   10
     ${result}    Read
     Should Contain   ${result}   64 bytes
 Delete s4 ports