Stabilize OF Stats Perf test 70/85870/1
authorLuis Gomez <ecelgp@gmail.com>
Tue, 19 Nov 2019 20:39:49 +0000 (12:39 -0800)
committerLuis Gomez <ecelgp@gmail.com>
Tue, 19 Nov 2019 20:39:49 +0000 (12:39 -0800)
We see some failures in master. This will help identifying
if it is timing or real controller issue.

Change-Id: I7df20785b68f6dc5c4ca00a452ae4d0778797447
Signed-off-by: Luis Gomez <ecelgp@gmail.com>
csit/suites/openflowplugin/Performance_Flow_Config/070_Stats_Collection_100k_WithMininetRestart.robot

index a6f8bd65d0f2a24dea3dca0811faaf0031e77ab2..e1b9e8ddf4a97503e3fc842e81d96f24e92ab4cc 100644 (file)
@@ -102,7 +102,7 @@ Connect Switches
     Comment    Below line disables switch echos
     Write    sh x=`sudo ovs-vsctl --columns=_uuid list Controller | awk '{print $NF}'`; for i in $x; do sudo ovs-vsctl set Controller $i inactivity_probe=0; done
     Read Until    mininet>
-    Wait Until Keyword Succeeds    10s    1s    Are Switches Connected Topo
+    Wait Until Keyword Succeeds    20s    1s    Are Switches Connected Topo
 
 Create Http Session And Upload Files
     Create Session    session    http://${ODL_SYSTEM_IP}:${RESTCONFPORT}    auth=${AUTH}    headers=${HEADERS_XML}